简体   繁体   中英

How to get started with CodeBlocks

So I have a question about how to get started with CodeBlocks IDE: I am given a Folder with c-files. It is stored on my Desktop. I want to open it in CodeBlocks as a new Workspace. But how do I do that?

Also, when I try to create a new Project (create a new Project -> console application -> Project Name = hello_world, Project Folder = class\\ ) for some reason it says the Project couldn't be created.

What am I doing wrong?

You need to give a full path for the project folder

Click the browse button on the right of the folder edit and browse to where you want to add it, the add the '\\class' after closing the directory browser

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM