Jump to content

SysVoid

Member
  • Posts

    19
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SysVoid's Achievements

  1. Sure, I'll look into that too!
  2. Sweet, thanks. Going to work on this: Site Checker with Time Scheduling - An application that attempts to connect to a website or server every so many minutes or a given time and check if it is up. If it is down, it will notify you by email or by posting a notice on screen. Using WFA.
  3. Google YouTube Part of learning to make things on the computer is learning to research.
  4. Try putting your #include "Square.h" before using namespace std;
  5. Can you do: SQUARE(); SQUARE(int, int, double); SQUARE::SQUARE(int X = 0.0, int Y = 0.0, double Length = 0.0) { // stuff stuff }
  6. OK Does C++ have default variables for methods? Maybe you could try that instead of overloading? Also, does anything happen if you change the order of those constructors?
  7. I've not really done much C++, but this could be an issue for future: double SQUARE::getNewLength const { return newLength; } Don't you need ()'s there?
  8. Hey there! I am currently in the learning process for C# (8 years of prior programming experience in other languages, about a month in C# [see my GitHub: @SysVoid]). I am out of ideas. What could I make? If any of you lot have ideas, fun, tedious, challenging (fun!), let me know! I want to do some more algorithm work too, if you have anything for that. It's also a bonus if you're currently in university and could send me one of your project specs so that I can attempt it myself and compare it to what you have later. I've never been to university, so that'd be fun. Thanks!
  9. It feels higher quality, and the user experience is just on point. Plus, I'm a UNIX guy.
  10. I am mainly a web developer. I prefer a Mac any day over Windows. The only reason I use Windows is because I wanted to get into C#.
  11. Add me on Skype (same name). I am going to learn C++ too, and we can help each other! I have 8 years of prior programming experience, so my experience might make it easier for you.
×