@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.
Download dev-c++ here:
wired-web.webuda.com
jeroo1245 2 months ago
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
@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++
multisimple 1 year ago
// is standard for comments but yes both are usable
you could also do \t instead of using five spaces in your formatting
ender2070 1 year ago
I'm definitely going to follow these tutorials ;)
Keep up the good work mate :)
Regards,
Olrik
OLenstra 2 years ago