Quote:
Originally Posted by szymek111
This is no problem with source because it is compiling with 0 errors . And i am still learning c++ soo i am not making too many pieces of code.
This problem is starting when there is 0 errors and program should show but this dont show . I see in mvs that this is still debugging because i cant click anything .
|
No errors in your program doesn't stand for correctness. Maybe you got a loop which never ends, hence this could block some functions to get executed.
How about trying to make a testproject with just a simple main function and some console outputs. You'll see that this works like a charm.