how to setup vc++

hi all does any one knows how to setup vc++ in linux, or does any body know about a complete IDE for vc++ on linux platforms Thanks

Everything Linux 1798 This topic was started by ,



data/avatar/default/avatar34.webp

52 Posts
Location -
Joined 2004-01-17
hi all
 
does any one knows how to setup vc++ in linux, or does any body know about a complete IDE for vc++ on linux platforms
 
Thanks

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar04.webp

18 Posts
Location -
Joined 2004-02-11
You want Visual C++ in Linux? Your using the wrong operating system :x Regardless, it may run under WINE, I have never had the urge to try it. In all honesty, EMACS is my favorite editor for coding. Anjuta and KDevelop are also extremely nice and probably the closest to VC++ you'll find. For GUI development you'll want to use QT designer and/or Glade, then do the rest of your developing in one of the aforementioned IDEs. Borland also allows you to download a personal addition of CBuilderX which is a nice C++ IDE as well. There are lots of choices. If you need anything else just let me know.
Regards,
Steve


data/avatar/default/avatar05.webp

8 Posts
Location -
Joined 2004-02-11
Visual C++?
 
I want you to march into that classroom and punch your professor right in the face!
 
Anyway, yeah, look into Qt and Java. C++ is stoneage, man. Java is where it's at.
 
I promise if you get to working with Netbeans ( http://www.netbeans.org), you won't go back.
 
chewy[/url]


data/avatar/default/avatar34.webp

52 Posts
Location -
Joined 2004-01-17
OP
hi
 

Quote:Anjuta and KDevelop are also extremely nice and probably the closest to VC++ you'll find 
yeah i heard about kdevelop and installed it from distro`s cd, but it didnt work, some packages shifted were not right. i have downloaded its latest version from its site. will try to installe it and work around with it.
 

Quote:I want you to march into that classroom and punch your professor right in the face!  
Anyway, yeah, look into Qt and Java. C++ is stoneage, man. Java is where it's at.
 
I promise if you get to working with Netbeans ( http://www.netbeans.org), you won't go back.
 
yeah i`m into java aswell, well atleast i have learned it one step higher than the beginner level. just want to setup vc++ because i am going to face a programming course in this semester and they are teaching vc++ in it.
 
anyways
 
thanks for replies LnxAddct & chewmanfoo