Notices
The Basement Non-Honda/Acura discussion. Content should be tasteful and "primetime" safe.

ms virtual c++: yae or nae??

Thread Tools
 
Old Nov 1, 2003 | 10:49 PM
  #1  
brtecson's Avatar
brtecson
Thread Starter
pukimonster
 
Joined: Jun 2002
Posts: 9,967
Likes: 2
From: Milwaukee, WI
Default ms virtual c++: yae or nae??

the software came with my textbook and i'm wondering if it is that much diff than the unix c++. iirc, the prof said we use ansi c++ program [emacs]. is there much of a difference between the two, and is it bad to switch back and forth while learning?

also, would a xxxxxx.cc program written on ms virtual c++ be readable on a unix machine?
Reply
Old Nov 2, 2003 | 12:40 AM
  #2  
H-Accord-22's Avatar
H-Accord-22
Duh
 
Joined: May 2002
Posts: 6,903
Likes: 0
From: Southside foo!!
Default

I don't know about Unix C++, but MS C++ is Okay, I don't like it much. I always use Borland C++ Builder = easier + userfriendly.
Reply
Old Nov 2, 2003 | 12:59 AM
  #3  
mayonaise's Avatar
mayonaise
Senior Member
 
Joined: Aug 2002
Posts: 3,181
Likes: 0
From: CA
Default

you mean visual C++?

as long as you don't use MFC, Microsoft Foundation Classes, your C++ program should compile and and run on other platforms. basically, no programs that do things with windowing systems. so a console application will be perfectly fine.

emacs is just a text editor. you will compile it with g++ or gcc or some other unix compiler. visual C++ is an IDE, integrated development environment, that provides the text editing together with the compiler, project management, and other tools in one package.

personally i prefer VI and just a bunch of terminal windows over anything else

if you write a program with visual C++ and copy the file into a unix machine it might find some funky characters in there, because windows and unix handle newline characters differently. last time i tried, however, it was fine going from windows to unix/linux, but not the other way around.
Reply
Old Nov 2, 2003 | 03:44 AM
  #4  
brtecson's Avatar
brtecson
Thread Starter
pukimonster
 
Joined: Jun 2002
Posts: 9,967
Likes: 2
From: Milwaukee, WI
Default

youre right, visual:doh:

thanx for the advice/explanation
Reply




All times are GMT -8. The time now is 03:35 AM.