Please answer someone xD WHAT is the big differecne between VISUAL C++ and C++ ???? Isnt the language completely the same?? I want to buy a beginner book about c++ and most of them are about VISUAL C++. Can I program for example a ps3 game with visual c++? (just a question^^)
1>c:\users\willy\documents\visual studio 2010\projects\basic\basic\basic.cpp(1): fatal error C1083: Cannot open include file: 'isostream': No such file or directory
I'm fairly new to programming (All I have is some VB knowledge), and I decided I wanted to learn C++.... whenever I build it just says that it failed. If I try to debug, I get a message saying the project is out of date. If I click to build anyways, I am told there are errors, then click build anyway again, and I'm told the firstproject.exe can not be found. Am I doing something terribly wrong? :|
@drkmaster0 you have probabaly figured it out by now, but the reason why it syas it cannot be found is because you have not succesfully executed the file a single time! one you execute it succesfully the next time it fails it will run the file that executed previously and wont run the failed syntax one!
so before everything try debugging and write the syntax properly
your tutorials are excellent, great quality, what capture software are you using?
lionhart3001 2 months ago
Please answer someone xD WHAT is the big differecne between VISUAL C++ and C++ ???? Isnt the language completely the same?? I want to buy a beginner book about c++ and most of them are about VISUAL C++. Can I program for example a ps3 game with visual c++? (just a question^^)
HowIMetUrNexus 4 months ago
@HowIMetUrNexus visual c++ and c++ is the same, c++ is a language , microsoft created visual c++ for the programming language c++
SzeTheProGamer 2 months ago
1>------ Build started: Project: basic, Configuration: Debug Win32 ------
1> basic.cpp
1>c:\users\willy\documents\visual studio 2010\projects\basic\basic\basic.cpp(1): fatal error C1083: Cannot open include file: 'isostream': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
TweeKieify 1 year ago 2
@TweeKieify its iostream i hope you'd figure that by now
hdvidsonly 1 year ago
Rubbish doesnt Work just says failed everytime
any help??
BilboBagins008 1 year ago
@BilboBagins008 add "using namespace std" inside the the function i.e
int main()
using namespace std;
[then ur statements]
meetajhu 10 months ago
1>------ Build started: Project: Sample, Configuration: Debug Win32 ------
1>Hope.obj : error LNK2005: _main already defined in First.obj
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>c:\users\pranav d s\documents\visual studio 2010\Projects\Sample\Debug\Sample.exe : fatal error LNK1120: 1 unresolved externals
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Help me out!
prnv951 1 year ago
@prnv951 try creating a new project
hdvidsonly 1 year ago
Just what I was looking for, thx
frohike313 1 year ago
I'm fairly new to programming (All I have is some VB knowledge), and I decided I wanted to learn C++.... whenever I build it just says that it failed. If I try to debug, I get a message saying the project is out of date. If I click to build anyways, I am told there are errors, then click build anyway again, and I'm told the firstproject.exe can not be found. Am I doing something terribly wrong? :|
drkmaster0 1 year ago
@drkmaster0 try creating a new project
hdvidsonly 1 year ago
@drkmaster0 you have probabaly figured it out by now, but the reason why it syas it cannot be found is because you have not succesfully executed the file a single time! one you execute it succesfully the next time it fails it will run the file that executed previously and wont run the failed syntax one!
so before everything try debugging and write the syntax properly
Purpamine 4 months ago
Comment removed
drkmaster0 1 year ago
1>------ Build started: Project: basics, Configuration: Debug Win32 ------
1>Compiling...
1>basicss.cpp
1>.\basicss.cpp(7) : error C2065: 'end1' : undeclared identifier
1>Build log was saved at "file://c:\Users\Administrator\My Documents\Visual Studio 2005\Projects\basics\basics\Debug\BuildLog.htm"
1>basics - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
StateofIMBA 1 year ago
@StateofIMBA its endl small 'L' at the end not 1
hdvidsonly 1 year ago
@hdvidsonly OH!!! hehe, thank you for this vid!
StateofIMBA 1 year ago