c++ programming tutorial 1
25 Responses to “c++ programming tutorial 1”Leave a ReplyPosted on May 10th, 2007 by admin Filed under C | |
|
c++ programming tutorial 1
25 Responses to “c++ programming tutorial 1”Leave a ReplyPosted on May 10th, 2007 by admin Filed under C | |
|
August 4th, 2007 at 10:26 pm
Is it OK to just …
Is it OK to just write “int main(),” without the void, or “int main(int argc, char *argv[])”?
August 5th, 2007 at 3:30 pm
thanks, in answer …
thanks, in answer to the void question it doesnt really matter what you put in that list (void) () all others would work too.
August 11th, 2007 at 2:24 pm
i’ve done exactly …
i’ve done exactly what u say but it seems to find a problem with return 0;.
August 12th, 2007 at 6:03 pm
Great tutorials, …
Great tutorials, although int can safely be used for when only whole numbers are wanted, because if a decimal is put in then it shaves off the decimal place itself. Also, in big applications, system resources can be saved when using doubles only when entirely necessary.
August 13th, 2007 at 12:22 am
Yes, that is …
Yes, that is explained in future tutorials and on my forums. int stores less data in memory, its been let known. as far as the return 0 problem come onto reconnetworks dot com and we will help you out, the sources are also on there.
August 13th, 2007 at 9:13 pm
thats bull it didnt …
thats bull it didnt work
August 14th, 2007 at 3:41 pm
go to reconnetworks …
go to reconnetworks dot com to prepare sources.
You did something wrong.
August 15th, 2007 at 3:10 am
I appreciate ur …
I appreciate ur good work
August 15th, 2007 at 12:33 pm
thank you

thank you
August 15th, 2007 at 11:21 pm
the tutorial was …
the tutorial was very good
youre voice was very clear
and i could actually understand you
unlike some other tutorials i have herd
August 17th, 2007 at 2:38 pm
Great job you have …
Great job you have just leaned me some basic cpp you awesome 5 stars!!!
August 18th, 2007 at 2:16 am
yeah everything is …
yeah everything is clear, but when i compile the source file it shows that there is an error. Maybe I missed something? 5/5
August 19th, 2007 at 12:50 am
if any of you are …
if any of you are having problems come to reconnetworks dot com and we can help you, there is nothing much I can do here.
August 26th, 2007 at 8:22 am
nice tutorial but …
nice tutorial but then again i have been programming intermediate level C++, never made that program before but i will try it out, but you didn’t mention ‘floats’, not that u needed too or anything anyway great tutorial.
August 26th, 2007 at 1:48 pm
when i compile and …
when i compile and run a red ‘x’ appears next to “double dnumber1 = 0.0;” what shud i do?
August 26th, 2007 at 8:13 pm
Me too! I had the …
Me too! I had the same freaking problem! Don’t know what that’s supposed to mean -.-
August 27th, 2007 at 8:11 pm
wow thanks this is …
wow thanks this is exactly the type of thorough video i was looking for, very well explained. thank you so much
August 28th, 2007 at 1:21 am
post your code in …
post your code in the c++ help or chat section on reconnetworks dot com.
August 28th, 2007 at 6:44 am
Thank you so much …
Thank you so much for making this. I’ll watch the rest as I continue to get into C++. BASIC and web design langauges pale in comparison to this. Thanks again.
August 29th, 2007 at 2:51 am
thanks for the …
thanks for the compliment
September 4th, 2007 at 7:44 am
it always get me an …
it always get me an error!!! omg!
September 4th, 2007 at 11:48 am
i got the borland c …
i got the borland c++ compiler but i got a book with it n tbh i learn better with vids, u helped me get started man, good tutorial
September 6th, 2007 at 7:51 pm
dude holy crap this …
dude holy crap this is the best beginning programming tutorial ive seen yet. thanks for helping me get started on my way
September 7th, 2007 at 12:08 pm
Thanks !
Thanks !
September 10th, 2007 at 10:56 am
This was the 1st …
This was the 1st time trying to understand programming. Well done. You made it simple to understand