Jump to content

[help]How to write code under ubuntu?


Recommended Posts

  • 2 weeks later...
Posted

i'm using code::blocks on xubuntu (ubuntu + xfce) and it works very good. i just opened the VC90.sln with it and it converted it to c::b files. to compile i still use the normal console and the 'make' command (but you could also change the projects to use those make files)

-- DasBlub

Posted
Code::Blocks is probably my favorite GUI editor for Linux systems, but you can just use nano/gedit to edit and gcc/g++ to compile.

i agree, normally i'm just using 'vim' to edit the files and then the console make commands... it's easier than any GUI editor. altough i miss visual studio on linux :(

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use