Posts

My IQ in 2016

<a href="http://www.free-iqtest.net" title="IQ Test"><img src="http://www.free-iqtest.net/images/badges2/l112.gif" width="200" height="100" alt="IQ Test" border="0"></a><br/><a title="IQ Test" href="http://www.free-iqtest.net">IQ Test</a>
Image
How to Fix any 'Direct x Errors' Just watch the video below If you don't have direct x on your pc the watch the next video  
Image
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.
Image
STARTING Now to start off with C++, we need to get a few things ready. Download a C++ IDE or any 'IDE' that supports C++ language. Basically what you need is a text editor but here is link to an 'IDE' you might want to use.  Click here to download it. I recommend getting the one written as ' codeblocks-13.12mingw-setup '. Probably buy the time you get this software the version might be different and as a result, the numbers in the middle '13.12' might be different. but my main point is that you get the one with the compiler and debugger pre-installed. Install your downloaded IDE Now you are ready to start coding in C++
Image
WHAT TO DO? Ever tried to solve an issue ( I mean PC problem) when you have no idea what is going on, what caused it or what you are doing. well for starters you can 'google' your problem and try to find a solution which in most cases, is not what will happen. I am here to help you find that solution. That solution you where beginning to think you will never find and, by the time you realize it you will be a professional. There is only one thing i need you to do before you tell me you problem: Make sure it's not a hardware problem please be sure of what the problem is dot just assume if the above requirements are mate then i will be able to know how to help you
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