Support Forums
My First Project - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: My First Project (/showthread.php?tid=2796)

Pages: 1 2


RE: My First Project - Drakeā„¢ - 04-05-2010

Not bad man. My first project in C++ was "Hello World".


RE: My First Project - Fallen - 04-05-2010

(03-30-2010, 04:54 PM)uber1337 Wrote: Why didn't you just do:
Code:
int add (int a, int b)
{
    return a+b;
}
for the mathematical functions?

I was about to post that lol, glad I actually read the previous ones.


RE: My First Project - Deities - 04-05-2010

Keep it up. Nice for your first.


RE: My First Project - uber1337 - 04-06-2010

(04-02-2010, 11:14 PM)nevets04 Wrote: Unless I take an entire program, I'm not going to cite sources in most cases. Do you site python doc pages?
The core of your program is from the C++ site, all you did was add I/O. I have never needed to cite python doc pages because I never take code directly from them. It's obvious you didn't know what you were doing because you didn't realize it could be shorter, either that or your lazy...


RE: My First Project - GameOver* - 04-07-2010

not bad for your first project!! good job!

Keep up!!! Smile


RE: My First Project - Navineous - 04-07-2010

not bad at all for your first project, good work...