Programming Resources for C ++ on Linux

I am new (in a way) to programming in C ++. I would like to start doing development on Linux using C and / or C ++ as a programming language. For some time I was developing Java.

Unfortunately, I'm not sure where to start. Can you tell me some good resources and also give me an idea of ​​what will be the main difference between C and C ++ on Windows and Linux?

Any special steps I need to take to get started? Also any good IDE. (I plan to use Eclipse now).

I am using Kubuntu (version 9.X)

Greetings

+3
source share
6 answers

, linux. c/++.

vi/vim ---- >

gcc ------- > C

g++ ------- > ++

gdb ------ >

ddd ------ > gdb

. , , .

+3

java, . . , , java

+2

IDE Eclipse . CDT . , gcc gdb . ubuntu, .

Windows/Linux: . ( , .) - , (gcc/mingw), ide , . ( , , .so s .dll .. ) (, MSVisual++), , .

/ , : stl, boost , , : qt. , . , ++ livetime. ( , , . , ;), - )

+2

- , - , sourceforge.net freshmeat.net

0

IDE/Editor , Eclipse . emacs gcc. ? , , .

libs: STL, QT, , / , .

, , ( ) . IDE/.

: ++, ( 1 2) . C ++. 1 ++, 2 STL.

Another useful resource for me was the C ++ FAQ lite. Here you can find many useful tips.

0
source

Source: https://habr.com/ru/post/1715878/


All Articles