i am currently learning c++ using books it came with codeblocks 9.0 i updated from that to codeblocks 10.05 (latest) and the compiler is gcc compiler so i was wondering
what is the best beginning software
what is the best software
and are premium Programming dev enviroements worth it
thanks <OcMurF>



LinkBack URL
About LinkBacks




I actually found I prefer less intrusive forms of autocompletion -- generally I don't have a problem remembering standard function names, etc, and when I learn an API I'd rather just learn the API. The only thing I want completion for is to save typing, meaning I can decide when I want to hear from it and what choices I want to see. But a lot of people do use omincppcomplete, judging from the vim mail list. Vim's built-in completion will do variables/names/tags in file scope and from all loaded buffers.
The #1 feature request for vim this year was gdb/gcc integration. I guess then it will be an IDE