C Programming Language Introduction
Loading...
12,467
Uploader Comments (PCTechHelp)
see all
All Comments (7)
-
Download dev-c++ here:
wired-web.webuda.com
-
@PCTechHelp not what i meant... the entire 10 minute video can be summed up to this introduction:
int main()
{ int a=10,b=20,c=a*b; cout<<"The product is: "<<c; return 0;
}
p.s. i would recommend to start out with c language instead of c++
-
// is standard for comments but yes both are usable
you could also do \t instead of using five spaces in your formatting
-
I'm definitely going to follow these tutorials ;)
Keep up the good work mate :)
Regards,
Olrik
Loading...
wow you made this to complex for beginners
multisimple 1 year ago
@multisimple Actually this video hasn't even gotten into the actual teaching of C yet. My suggestion to you would be start out with an easier language such as Java, or C#. Might want to looking into PHP, JavaScript also to get an idea of basic programming logic.
PCTechHelp 1 year ago