This is the beginning of my CPP Tutorial Pages
I will be doing all source code in VC++ 6.0 'cause I couldnt get things to
work smoothly enough in, LCC or Borland Either one.
Links Used: R
TheForgers's Win32 API Tutorial
Sunlight Tutorial
Index:
Loading Visual C++ and Making it Work!
One of the most frustrating things I have foudn over the years is not learning new languages, but learning new compilers, changing compilers and setting up stuff to get the program to work.
Once this large hurdle is over with, anyone who knows how to program can pick up new commands and differeing syntaxt easy.
I have Visual C++ right now, (thanks to a friend*) so that is what I will use on
all these tutorials. I will also supply source code for all tutorials that I can as well
to make sure you can get it running.
At times I will not show all the source code if we are only making small changes, but I will offset it
by making the changes in italics and maybe bold so you can see the difference.
Open Visual C++
File->New
Select Win32Application, and name the file HelloWorld. Click OK.
Choose "A Blank Project"
Goto New and Select CPP file
Now Copy our Basic First Program HelloWorld Below
CODE GOES HERE YEAH
Now I will explain the code in detail.