Hello.
I've been into programing for some time, but nothing excessive, in fact, i'm still newbie with no experience. I've got some projects in my mind (some might be even useful for other ppl :P ) that will require a constant increasment of my knowledge and a lot of effort. Recently I've read 2 books pretty much explaining basics. I guess I got hold of "what coding is about". The main issue is, the books didn't really explain anything about tools. I find g++ a little hard to use. Well, basic compilation is simple, though there are a lot of options and things I find kinda hard. Is there anything 'easy' to get a basic info about it? (Found this
http://gcc.gnu.org/onlinedocs/gcc-4.5.0/gcc/ , there's a LOT of info, is it good and worth reading? And do you know anything better?). Also I'd like some environment like DevC++ where I can write, compile, debug and test program in one window, would you mind recommending something?
In windows I made few "things" (that don't even deserve to be called programs), got some info about WinAPI, etc. In Linux its seriously different, process communicate with pipes and signals, well, as I don't know anything about it I can only say its a lot different. Looking for some tutorial again that would explain it. Especially about pipes, creating subproceses, dup2, time functions Found
http://www.gnu.org/software/libc/manual/html_mono/libc.html
But yeah, its again a lot of things to read, and its not easily explained (after reading paragraphs about things previously mentioned I can barely find information about what I need) so what I'm asking for is some easier tutorials or tips.
After writing this post I realized my laziness, but I'm going to post it anyway hoping you'll spare me some of your kindness. Kk, going to lurk more.