|
From: Graeme P. <gp...@ms...> - 2015-04-12 14:50:56
|
On 4/10/2015 6:12 PM, Mauricio Gomes wrote: > Hi, > > Take a look at CodeBlocks (www.*codeblocks*.org). > I like to use IDEs that are made in the same language I program. > > Good luck. > Mau. For me codeblocks + gdb works fine for plain C but in C++ how do you look at the char data inside for example a std vector of std strings? |