So I bought this book , “C++ without fear” a long time ago and I am just now trying to catch up on learning to program with it. The last time I was really reading it I was stuck on the pointers and arrays and now that I got a little bit of knowledge while delving on javascript at codeacademy.com ,I decided to try to finish the book.
I also bought the new edition ebook but I thought I should just finish the first one first.
My fave editor is Vim and I really wanted to do my programming with it. The problem is its not really setup out of the box for programming. I tried the c.vim plugin before and it was ok but it needs a bit of setup. I found clang_complete and I am just now trying to get the hang of it.
Right now I am looking for the right plugin to automatically close tags like (,[,<, and { . I might give c.vim another chance if it works with clang_complete. I gotta email the author about that.