Popular posts from this blog
Code::Blocks 'code::blocks', when you open you code blocks, it will look like this For you first program, go to file - new - empty file or press Ctrl+shift+N We will start with basic input and output. first off its output. Type this into your new file # include <iostream> //input/output header c++ library using namespace std; /*this enables you to use 'cin' and 'cout' with out putting std:: every time you want to use it*/ int main/*main funtion*/ (){ cout<<" Hello World"<<endl; } After you type, click on the build icon or press Ctrl+f9 you should get the following.
WELCOME ‘Whenever you feel like criticizing any one, just remember that all the people in this world haven’t had the advantages that you've had.’ Hi guys welcome to my blog. I am Alinaswe and I will be helping you to help me Teach and provide Guidelines and example that concern PCs and Programming Feel free to ask any questions because this is an open minded blog


Comments
Post a Comment