First, I must say that I have switched from Windows using VS to running Linux and now using Code::Blocks. The learning curve going from VS to Code:Blocks has me confused about, well, a lot of things, but I will just ask one question at a time.
1. Building a simple "hello world" console App:
When "releasing" the App within code::blocks, all I end up with is an executable that does not run when double clicked. Or, I end up with only a "main.o" object file vs. an executable. If I am simply trying to make a "hello world" console App executable that I can open and run, what am I doing wrong, or, what do I need to do?
If I haven't provided enough info, let me know. Thanks.
