Search found 2 matches

by BanuHaqim
Thu Feb 03, 2005 8:37 pm
Forum: Computer Programming
Topic: visual C
Replies: 14
Views: 9957

Re: visual C

C and C++ were intended as replacements for assembly. The thing that makes them hard is what makes them desireable. You get access to low level system functions. To become a good programmer, there is no substitute for knowing that is going on.<p>The ANSI/ISO standard C++ wasn't adopted until 1998. I...
by BanuHaqim
Thu Feb 03, 2005 3:22 pm
Forum: Computer Programming
Topic: visual C
Replies: 14
Views: 9957

Re: visual C

The big reason for using C++ is portability. If you conform to the ANSI/ISO C++ standard, your code is portable to virtually every platform in use with minimal work. Windows, Macintosh, Linux,UNIX, BSD, all of them have compilers for C++. If all a user is EVER going to want to develop for, then C# w...