|
Re: Error in Visual C++
So I am guessing each one of these really are different in their own way? C varies from C++, and VC++, and C#? What is C#?
I believe I will have to concentrate purely on VC++ at the moment. However, with my new major (IST), I am sure I will be learning more along the way. Is there an easier way to learn VC++ by learning another first? I attached the course outline below as informative or maybe humor for some of you.
Course Outline: Computer Science 101 is primarily a course in problem solving and computer programming. Topics include the following: the Visual C++ development environment; data types; operators; Input/Output (I/O); control structures including the if, for, while, and do-while statements; arrays, pointers, and reference variables; searching and sorting of arrays; functions and parameters; local variables; introduction to classes; text file I/O. Visual C++ is the vehicle language.
|