home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / specials / c-pp / 01 / 01083.wav (.mp3) < prev    next >
Waveform Audio File Format  |  1995-10-11  |  586.9 KB  |  1 channel  |  22,050 sample rate  |  27 seconds
Transcription: So much for prototypes. Now, as you might have guessed, C++ is designed so C programs will generally work with a C++ compiler. That saves you from having to make a bunch of changes to your old C code if you switch to C++. But there are some changes you may have to make to get a program to compile in C++. We've just talked about one. If you don't have function prototypes in your program, you may need to add them.