CODE::BLOCKS
Code::blocks is a open source , cross platform C,C++ IDE.
Using code::blocks for writing C programs.
Code::blocks is a open source , cross platform C,C++ IDE.
Using code::blocks for writing C programs.
Functions of each symbol with following number.
- That symbol is used to create or open a new source file in the IDE
- That is used to open an existing file.
- Its used to save a particular file.
- In case of working on a bunch of files to save all the files no.4 symbol is used.
- Is used to compile the code written in a .c file
- Is used to run the code after compilation.
- Is used to compile and run the code at the same time.
If there are any errors or warning in the code then they are shown below in the build messages.
No comments:
Post a Comment