but C and C++ are very different, if they learn C and think they are learning C++ they're going to be in for a rude awakening when they figure out they have picked up some sloppy habits from C
this is the most complicated one that i saw for compiling some simple text. you just have to use the Borland c++ and its just simple, there is no such things to run using 'cmb' and such.
If this is the one that came out on practical test, i guess everybody would call a computer science student is a sort of nerd.
Can anyone tell me how I can minimize the "WINDOWS\SYSTEM 32cmd exe" screen? I think my video card is wacked. Snmeone screwed with my seetings and full screened my options on this screen. If I type in "cmd" on run my black and white screen fills my whole desktop and It locks up my system. Even with Visual C++ 6.0 when I build, link and then run my program it goes to the system 32 screen and then I get the black screen of death. Any suggestions?
Jeez the bass coming out of this video almost broke my earphones.
idiophreak 5 days ago
It is Visual C++, isn't it?
OldHolborn24 1 year ago
so lame
copyright1992 1 year ago
mine is pure c++ watch my video
smackthat9876 2 years ago
but C and C++ are very different, if they learn C and think they are learning C++ they're going to be in for a rude awakening when they figure out they have picked up some sloppy habits from C
guitardan788 2 years ago
that's c not c++
mumuds 3 years ago
Correct, its C. I labeled it C++ cuz alot of ppl dont know the difference and when ppl say theyre gonna learn C++ they usually just learn C.
IMattNovakI 3 years ago
This is not the correct C++ way! I hope newbies will not use this C style coding in their C++ programs.
Bilderbikkel 3 years ago
Can someone help me with installing Borland, I can't figure it out!
joetjjoepz 3 years ago
neither can i.
GimpKnowHow 3 years ago
How long have you been with C++?
telnetcarlos 4 years ago
this is the most complicated one that i saw for compiling some simple text. you just have to use the Borland c++ and its just simple, there is no such things to run using 'cmb' and such.
If this is the one that came out on practical test, i guess everybody would call a computer science student is a sort of nerd.
nokia11009 4 years ago
Can anyone tell me how I can minimize the "WINDOWS\SYSTEM 32cmd exe" screen? I think my video card is wacked. Snmeone screwed with my seetings and full screened my options on this screen. If I type in "cmd" on run my black and white screen fills my whole desktop and It locks up my system. Even with Visual C++ 6.0 when I build, link and then run my program it goes to the system 32 screen and then I get the black screen of death. Any suggestions?
tjp623 4 years ago
Right Click in the title bar of the cmd, go to settings and change the "Fullscreen" setting there.
BlackDragonBE 4 years ago
hello, how can i get borland c++ and the crack code
someone please help me
50cent99999999 4 years ago
I started studying C++ and have yet to use cout.
neomysterio 4 years ago
why on 00:20 you chose c instead of c++
bobbypepperson 4 years ago
Because its not useing any C++, C++ is advanced C. And really thers no point of choosing C++ when your just using C.
IMattNovakI 4 years ago
cout and printf are both the same, PS: Use cout I like it better too!
IMattNovakI 4 years ago
#include <iostream>
using namespace std;
int main()
{ cout<<"HEY, you, I'm alive! Oh, and Hello World!\n"; cin.get();
}
In your C++ tutorial why does the code look different.
that is the syntax i know the message is different.
Pitastesgood 4 years ago