Hello all! I am new to this pragramming thing and I am enjoying it but I am lazy to go through all the notes i.e. Functions, Algorithm, Arrays, Namespaces, etc. Is this stuff important to learn and know it?, though I am able to write simple programs, now I want to create programs that will be installable on windows, is it possible to do that with Code::blocks?
Also do you mean a GUI application, that uses a real window and not ran through the command prompt? If so yes, of coarse. Learn the Win32 API here: http://www.winprog.org/tutorial/
If you're planning on doing Windows programming then learn the Windows API. In the future, try posting questions regarding Windows programming in this forum:
Oh, actually no. I use code::blocks for all my C++ programming these days, and when I was learning I used Dev-C++. Code::Blocks and Dev-C++ have a very easy project settings layout that allows you to select a GUI application as your project with just a click on "GUI Application" and not "Console Application".