User forums > Help

First program.

<< < (2/2)

ikkesomye:
windows 7
codeblocks 10.05

#include <iostream>

using namespace std;

int main()
{
    cout <<"hello world";
    cin get();
    return 0;
}

clicking the button to build and run like said in video.

Nothing happens.

ikkesomye:
C++

ollydbg:

--- Quote from: ikkesomye on January 11, 2011, 03:10:18 am ---clicking the button to build and run like said in video.
Nothing happens.

--- End quote ---
what have you done before you click the button??
...
I don't want to see a whole tutorial to see what the step you take. ( the video takes 10 min)
I suggest you can just use the project wizard to create a simple console program, then test again.

ikkesomye:
thanks for your help.

Navigation

[0] Message Index

[*] Previous page

Go to full version