| View previous topic :: View next topic |
| Author |
Message |
clanner Master Cheater
Reputation: 0
Joined: 26 Jul 2006 Posts: 290
|
Posted: Sun Aug 02, 2009 8:46 pm Post subject: Programming C++ on Linux |
|
|
| Alright well right now I have the basics down for C++, but what I learned was how to program on Windows, I was wondering if there was anything different when programming on the Linux environments such as new syntaxes. Also, it would be nice if you could recommend the required files needed for programming on linux, most of the forum posts i've read on other forums are outdated and I would like a more modern approach.
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Sun Aug 02, 2009 8:54 pm Post subject: |
|
|
The only thing that changes is that you can't use WinAPI. There will still be the C standard library and such.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Sun Aug 02, 2009 9:30 pm Post subject: |
|
|
You can use visual studio for linux and shit, it's a standard C compiler.
you can use any compiler actually, but can't include windows.h lol.
I'd recommend the boost library for more of the complex shit windows provides for you.
|
|
| Back to top |
|
 |
|