I'm at college and have to write a program using this version of c++.
My problem is the differences in programming in this version to the ones used on this site & forum, and the newer instructions or syntax which is confusing me. So does anyone know of a specific site for programming in this version. As I can't seem to find anything useful for my needs.
You're unlikely to find many resources online. VC++ 6.0 is prestandard, and as such its language is not even considered proper C++. Really, any school using it to teach should feel very ashamed of itself. In any case, you're better off trying to find a book on C++ from that time (before 1998).
And yes helios I completely agree as does my tutor but for some reason it would be considered too much trouble to get the techies to install a new piece of software and I personally think its also a money issue as well.
So you can tell me why my visual studio need some extra headers to compile same code that are easly compiled in command line mode without any extra header?Like that above.
Right now,my visual studio does not compile any code it say:'invalid win32 application',but on cmdline everything get well!,so why if it is the same compiler.
Which wrong?,suddenly after installation it compile but after few hours,every thing go apart.Am break on compling on cmdline for now.I thInk it does not need any extra header that i think they are not neccessary for my consel prog.Am right?