Support Forums

Full Version: My First Project
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Not bad man. My first project in C++ was "Hello World".
(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.
Keep it up. Nice for your first.
(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...
not bad for your first project!! good job!

Keep up!!! Smile
not bad at all for your first project, good work...
Pages: 1 2