I'm running a simlpe hello world program in visual c++ but in the console mode
but i keep getting all these errors


unbale to start program c:\users\johnathan\warfield\documents\Visualstdio2008\projects\program1helloworl\Debug\program1 helloworld.exe

the system cannot find the specified file.


how can i find this error???

Recommended Answers

All 2 Replies

i'm requires to use visualstudio.net to run my console c++ program

here is the problem i'm getting w/ hello world
unable to start program c:\user\johnathan\visual studio 2008\projects\program1helloworld\debug\program1 helloworld.exe

ok

then when i click on yes it says

then it list 4 errors

c2781
c2065
c2001
etc

what' going here how can i fix this error so i can write my program for my intro to c++ class

It can't find the file, because it's not compiling or linking (very likely). Sooooo, how about showing us the code?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.