Author Topic: noob question  (Read 4019 times)

Offline cassius_b

  • Single posting newcomer
  • *
  • Posts: 2
noob question
« on: August 24, 2012, 10:43:32 pm »
Completely new to codeblocks. Started new project but can see no way of opening editor to start coding.Heeeeelp

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7786
    • My Best Post
Re: noob question
« Reply #1 on: August 24, 2012, 11:43:23 pm »
Completely new to codeblocks. Started new project but can see no way of opening editor to start coding.Heeeeelp

Read the items on the WiKi; one is likely to help you.

http://wiki.codeblocks.org/index.php?title=User_documentation

This one is the one I would try first.
http://wiki.codeblocks.org/index.php?title=Creating_a_new_project

It all else fails, you might try reading the manual
http://www.codeblocks.org/user-manual

FAQs are also worth reading
http://wiki.codeblocks.org/index.php?title=FAQ

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline gets1234

  • Single posting newcomer
  • *
  • Posts: 3
Re: noob question
« Reply #2 on: August 25, 2012, 12:10:51 am »
If you aren't into reading though, go to file->new->file->fill out all the stuff, then you should be able to write some code, build and run it.  Enjoy!  I only wish I could get mine working so easily

Offline cassius_b

  • Single posting newcomer
  • *
  • Posts: 2
Re: noob question
« Reply #3 on: August 25, 2012, 12:42:10 am »
Thanks all.