How to learn Visual Studio C++ code, earlier used Turbo C++

arpitsri

Honorable
Dec 2, 2013
6
0
10,510
0
I have a basic to moderate knowledge of C/C++ Programming but in our school/college it is taught in Turbo C++ which I see has a code a bit different when compared with modern IDEs.

So I want to make transition from Turbo C++ to Visual Studio but can't find any specific answer on internet. Any suggestions would be really appreciated about what is different in Visual like the declaration of header files doesn't require .h and so on.
 
If your TurboC experience was with console applications, you should transition quite easy into Visual Studio' C++ Console Applications.

But - If you've used any TurboC library for graphics or windowing - you are up for a steep learning curve into Windows programming, and I would not use VS C++ for that.
 
If your TurboC experience was with console applications, you should transition quite easy into Visual Studio' C++ Console Applications.

But - If you've used any TurboC library for graphics or windowing - you are up for a steep learning curve into Windows programming, and I would not use VS C++ for that.
 

arpitsri

Honorable
Dec 2, 2013
6
0
10,510
0


Well it was at first kinda hard finding useful videos on Youtube but I see I can write programs now pretty easily in Visual Studio. Only difference I see is that we write header files without .h -> iostream not iostream.h and there is a keyword using namespace std; without which programs shows most of the time errors ( haven't studied its use yet )... and some new things like bool data type... while clrscr(); and getch(); no longer works etc.

I'm doing pretty well with Visual Studio now :)
 
Thread starter Similar threads Forum Replies Date
H Apps General Discussion 1
T Apps General Discussion 8
T Apps General Discussion 5
A Apps General Discussion 4
J Apps General Discussion 6
S Apps General Discussion 2
A Apps General Discussion 11
R Apps General Discussion 1
syssoft Apps General Discussion 1
A Apps General Discussion 2
C Apps General Discussion 9
A Apps General Discussion 2
L Apps General Discussion 1
C Apps General Discussion 6
U Apps General Discussion 9
U Apps General Discussion 12
K Apps General Discussion 2
K Apps General Discussion 3
M Apps General Discussion 2
C Apps General Discussion 1

ASK THE COMMUNITY