Visual C++ Tutorial : Hello World
Uploader Comments (hdvidsonly)
All Comments (17)
-
@HowIMetUrNexus visual c++ and c++ is the same, c++ is a language , microsoft created visual c++ for the programming language c++
-
your tutorials are excellent, great quality, what capture software are you using?
-
@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
-
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^^)
-
@BilboBagins008 add "using namespace std" inside the the function i.e
int main()
using namespace std;
[then ur statements]
-
Rubbish doesnt Work just says failed everytime
any help??
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
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
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