@compro226 yes, the express version is but after a month it will ask you to create a windows account and you will obtain your registration key then use it. basically what im saying is obtaining a registration key is free too.
Is there anyway that the .exe file used in this demo can be opened automatically in full screen instead of a windowed one? i.e. to save pressing alt+enter - Any help would be appreciated :)
@Zakkos1 click debug, then build soloution, then go to where you save your projects, then in your project you build-ed, click debug.. There should be an app in there
I tried this, then i uploaded my whole debug folder as a rar file to mediafire, then i downloaded it on a different machine and it still doesn't work :/ any help?
i dont get it i followed the video exactly as u said but when i clicked build solution, then i opened the folder like u said to see the .exe file, there wasn't one
ok, I have been learning C++ for a while, and i wanted to make a .EXE for a mad lib I made so my friends and family could play it on they're pc's but, when I do everything in this tutorial, it still opens, let's you do the commands, but after you put in the commands, it still closes out really fast before you can read it, look below to see what my program has in it.
Sir, when I transfer my exe to another machine, it still not working (msvcr100.dll is missing), even if I choose multi-threaded debug DLL and build the project again (I'm using the "release" option to build and my version is vs 2010 express. Is there anything I can do? Thank you.
@preymouth Cause you can compile vb only with the .NET framework, but with c++ you can generate programs to win32 formats. As for the language: vb is a high level language, good to use if you wanna create applications wich interates with the user, but you might prefer c++ to create executables to run more performance programs since it uses native code and its a object-oriented language.
What was the default in the properties? I want to change it back, but I cannot for whatever reason. I want to just change it back since I'm just going to use this computer, but now I cannot change it back.. it just runs as an executeable all the time when I don't want it to
because Im trying to decompile a SPEED program and editing it myself to make it faster or edit the speed ranges..combining it into 1 hotkey function :|
1) yes... but the event handlers are coded manually, there is no wizard for that as far as i know
2) In a short way: form = window mfc = Microsoft library that makes it easier to code object-oriented Win32 apps (but without depending on .net frameworks) clr = on windows it's the .net framework (on linux there's mono)
PLEASE. Stop saying "left click." It is much easier and less confusing if you just say click. Only refer a click to left or right if it is a right click. I hope everyone knows this, not just me..
instead of typing std::cout can't you just put "using namespace std;" below "int main()" and instead of typing "char Cchar.......", doesn't system("pause"); work as well?
men, how do you do this for C++ 2010 Expres ? its not the same as in 2008, there is no BUILD option or Rebuild, or Start Without debugging. . so how to make an exe for Visual C++ 2010 Express ? Thanks
Thanks very much my friend. your help is very helpfulTanks One more time.. If you wanna learn any other languages just visit m website made to help anybody in language learning for free.
uh .. ill never get it . I mean why should I use that instead of Visual basic codings? well .. If someone have a idea of : what to do with this coding .. tell me . Thanks ~
when i follow these instructions i don't get an exe file, i get an exe.intermediate.manifest file... does anyone know why? i want to get just a plain exe file that a user can click on and the program runs, please help...
@TheTutMasta i ended up figuring it out - i was looking in the wrong folder... i don't recall the exact directory the correct exe file was in but try backing up a few and looking for bin or something...
This was a good Tutorial, but i made a simple web browser, so i wonder, is it the same way on a web browser as the "Hello World" Application you made?
You failed to explain why selecting /MTd will make the executable independent of the DLL file.
/MT and /MTd (/MT for debug) are switches that that the linker to link with the static versions of the C runtime (the library is contained in the executable) as the opposing method of linking at runtime with the dynamic version of the C runtime(the library is in another file, DLL) which you sort of mentioned
xoaxdotnet, I love you so much. This tutorial is so easy. I have been researching on how to do this for a long, long time. Until I found this video, it's like only one step of setting, without doing anything to the .dll files. It's amazingly easy, I love you!
Awesome vid :D i was having trouble with finding the app and keeping the window open
Shadowshreder47 1 month ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 2 months ago
@compro226 FYI it is the best c++ compiler
omgunoobinrs7 4 months ago
@compro226 yes, the express version is but after a month it will ask you to create a windows account and you will obtain your registration key then use it. basically what im saying is obtaining a registration key is free too.
omgunoobinrs7 4 months ago
But Is this visual c++ free ?!?
compro226 4 months ago
@compro226 ye
iBVGx 4 months ago
Is there anyway that the .exe file used in this demo can be opened automatically in full screen instead of a windowed one? i.e. to save pressing alt+enter - Any help would be appreciated :)
neogeouk 6 months ago
my projects folder in microsoft studio 2008 is empty..
can anyone help?
anu12345678ful 7 months ago
Does this work in Visual C++ 2010 Express as well?
Zakkos1 7 months ago
@Zakkos1 click debug, then build soloution, then go to where you save your projects, then in your project you build-ed, click debug.. There should be an app in there
VictoriusDawn 7 months ago
I tried this, then i uploaded my whole debug folder as a rar file to mediafire, then i downloaded it on a different machine and it still doesn't work :/ any help?
WhiteWaterMedia 7 months ago
Hello. Can you please make a tutorial on how to create a program that creates an .exe file?
Olemassacre 8 months ago
why does everyone always click apply and then ok when just OK will work just as well? its puzzling cause so many people i know do it!
as for the video its great, thanks very much, haha
halffizzed 8 months ago
thx a lot
remailplz 8 months ago
that is very good
salomon0991 8 months ago
I can't get Visual fucking Basic :(
the747videoer 10 months ago
@the747videoer I can. but its on my Grandma's PC! I cant get it on my XP machiene
ilife11 8 months ago
i dont get it i followed the video exactly as u said but when i clicked build solution, then i opened the folder like u said to see the .exe file, there wasn't one
AlienKiller016 10 months ago
ok, I have been learning C++ for a while, and i wanted to make a .EXE for a mad lib I made so my friends and family could play it on they're pc's but, when I do everything in this tutorial, it still opens, let's you do the commands, but after you put in the commands, it still closes out really fast before you can read it, look below to see what my program has in it.
GT101boy 10 months ago
@GT101boy
never mind, there is an error with putting the code in here, if you want to see my code to solve the problem tell me so i can put it up here.
GT101boy 10 months ago
wow very professional
TheFatdemon2 11 months ago
@bradrules97 hey my name is brandon too :P
xMercuryx56 11 months ago
Sir, when I transfer my exe to another machine, it still not working (msvcr100.dll is missing), even if I choose multi-threaded debug DLL and build the project again (I'm using the "release" option to build and my version is vs 2010 express. Is there anything I can do? Thank you.
marc2377 1 year ago
@marc2377 Sorry for my misunderstanding, now works (multi-threaded debug, actually) :P
marc2377 1 year ago
perfect.. THANKS Thumbs up this guy.. NOT ME lol he deserves it more
RamJim9697 1 year ago
may be a nooby question, but what is the point of using c++ over vb if c++ is so hard to use compared to vb?
preymouth 1 year ago
@preymouth Cause you can compile vb only with the .NET framework, but with c++ you can generate programs to win32 formats. As for the language: vb is a high level language, good to use if you wanna create applications wich interates with the user, but you might prefer c++ to create executables to run more performance programs since it uses native code and its a object-oriented language.
marc2377 1 year ago
Amazing
Jinguhagwa 1 year ago
since your code is all using "std::" why not just include "using namespace std;" to the header to make it cleaner?
GHSirNergon 1 year ago
What was the default in the properties? I want to change it back, but I cannot for whatever reason. I want to just change it back since I'm just going to use this computer, but now I cannot change it back.. it just runs as an executeable all the time when I don't want it to
coneris 1 year ago
What was the default in the properties? I want to change it back, but I cannot for whatever reason.
coneris 1 year ago
How do you decompile a program? :/
because Im trying to decompile a SPEED program and editing it myself to make it faster or edit the speed ranges..combining it into 1 hotkey function :|
NintendoSmash 1 year ago
@NintendoSmash it depends on what kind of program
magnusbon 1 year ago
So it should be changed to a Multi-threaded Debug before building in order to make it an indepindant ececutable (.exe) file?
spoonmason 1 year ago
Wow thank you very much. Very well explained
thelastwords 1 year ago
I need some help here, 2 questions:
1. Can you edit forms/add toolbox stuff to a plain Win32 project?
2. Whats the difference between form/MFC/CLR?
Tyler11440 1 year ago
@Tyler11440
1) yes... but the event handlers are coded manually, there is no wizard for that as far as i know
2) In a short way: form = window mfc = Microsoft library that makes it easier to code object-oriented Win32 apps (but without depending on .net frameworks) clr = on windows it's the .net framework (on linux there's mono)
MrWerminghoff 1 year ago
I had some trouble with the Properties Pane segment of your demonstration but I eventually figured it out. Now I'm flying. Thanks!
qbqbqdbq 1 year ago
damn it!! use c++ ver. 8 so long just noe the .exe file is in there!! thx a lot man!! i find it long time d!! hv a nice day =)
utbwatch 1 year ago
hmmm..
mister..
how to decompile dll files into source code file??
genufuk 1 year ago
i thought about that right after i posted the comment, but thanks anyway :). . .amazing job by the way
Hruskar77 1 year ago
thx
LearnGameProgramming 1 year ago
i have installed on my laptop but i cant find the program to launch
flame479 1 year ago
@flame479 Go to: Start> =My Computer> OS:\ (or Local Disk C:\)> Program Files> Microsoft> And it will be in there.
ultradude100 1 year ago
PLEASE. Stop saying "left click." It is much easier and less confusing if you just say click. Only refer a click to left or right if it is a right click. I hope everyone knows this, not just me..
LotsOfJosh 1 year ago
instead of typing std::cout can't you just put "using namespace std;" below "int main()" and instead of typing "char Cchar.......", doesn't system("pause"); work as well?
julioberina 1 year ago
@julioberina you have to put using namespace std; BEFORE int main() because after int main() there is the opening curly brace for the main.
doing that is alot more efficient "I think".
The same for system("pause") at the end, I think its better.
IslamPlanet 1 year ago
men, how do you do this for C++ 2010 Expres ? its not the same as in 2008, there is no BUILD option or Rebuild, or Start Without debugging. . so how to make an exe for Visual C++ 2010 Express ? Thanks
Hruskar77 1 year ago
@Hruskar77
There is a Build menu but you need to activate Tools>Settings>Expert Settings on the menu toolbar to see it.
Endpiece 1 year ago
Thanks very much my friend. your help is very helpfulTanks One more time.. If you wanna learn any other languages just visit m website made to help anybody in language learning for free.
hilaryeins1 1 year ago
you r awesome
may allah give all the things you want
shaia112211 1 year ago
This has been flagged as spam show
@shaia112211 fuck your allah!
rahj8786 1 year ago
uh .. ill never get it . I mean why should I use that instead of Visual basic codings? well .. If someone have a idea of : what to do with this coding .. tell me . Thanks ~
iben092 1 year ago
where is the c++???
FusioTe 1 year ago
WHERE I CAN FIND C++??????????????????
FusioTe 1 year ago
@FusioTe In a store.
yoyodude55 1 year ago
@FusioTe go to xoax.net, they have a link there...
MrBrickwurg 1 year ago
each time i write something in, it dosnt change color or anything and im unable to debug it ....help?
YoungMaqler 1 year ago
char cChar
std::cin.get(cChar)
this thing doesn't work
can anyone help me?
xBchify 1 year ago
Beautiful video! Excellent instructions! Hands off to you buddy.
shav525 1 year ago 2
1:35 hahahaha XD
Nakreb1 1 year ago
when i follow these instructions i don't get an exe file, i get an exe.intermediate.manifest file... does anyone know why? i want to get just a plain exe file that a user can click on and the program runs, please help...
Taurusaud 1 year ago
@Taurusaud i get the same :(
TheTutMasta 1 year ago
@TheTutMasta i ended up figuring it out - i was looking in the wrong folder... i don't recall the exact directory the correct exe file was in but try backing up a few and looking for bin or something...
Taurusaud 1 year ago
111111100001111111000011111111000000000000001010
mr05jl 1 year ago
Nice way of talking Nice way Demonstration thank you
AssassinGrudge 1 year ago
Are normal C++ and C++ express edition same , is the only difference that Express edition has compiler built in?
ivandonat 1 year ago
Thank you so much, finally I can now run exe files independent of Visual 2008 :D
lukeosborne 1 year ago
fantastic video.
ventureelect 1 year ago
Excellent tutorial - very good at getting started.
george7378 1 year ago
Is it just me or does he sound EXACTLY like Hobbs?
NateTheBroadCaster 1 year ago
Thanks for the tutorial videos . They are extremely useful ...
mathivanji 1 year ago 2
This was a good Tutorial, but i made a simple web browser, so i wonder, is it the same way on a web browser as the "Hello World" Application you made?
TechKimmico 2 years ago
EXTREMELY USEFUL thank you sooooooooo much :D
JogreRush 2 years ago
Is it possible to do this in the 2005 version? It does not have the "Build" tab.
Quizerno 2 years ago
Nevermind, I was just not selecting the console option.
Quizerno 2 years ago
i'm pretty sure every version has a build function somewhere
iamjoseph951 1 year ago
Are console apps still used today?
punxz18 2 years ago
@punxz18
yeah I think so. there's a game on Steam "Zero Gear" if u start it, it first starts the console, so I think its used ^^
ikekszi 2 years ago
This has been flagged as spam show
You failed to explain why selecting /MTd will make the executable independent of the DLL file.
/MT and /MTd (/MT for debug) are switches that that the linker to link with the static versions of the C runtime (the library is contained in the executable) as the opposing method of linking at runtime with the dynamic version of the C runtime(the library is in another file, DLL) which you sort of mentioned
bboysil 2 years ago
Nice and clean video,,, thanks dude. 5 stars for you.
magica2z 2 years ago 34
How do you do this in 2010??
disasterupload 2 years ago
This has been flagged as spam show
i hate it when people say "left click". just say click, nobody would ever think of right clicking.
Maracachucho 2 years ago
i agree
disasterupload 2 years ago
great video
theiphonevlog 2 years ago 4
ok i dont know wat this is but im playing a game nd it says microsoft visual c++ studio something like that failed.....
ninjakid09 2 years ago
I'm fairly new to VC++ but could you also add a system("PAUSE");.... to allow the window to remain open after execution?
BufferOverflowAttack 2 years ago
Yes, but cin.get() is better
rhillner 2 years ago
thank you >>
professionalsp 2 years ago
Great video, really well explained good code
thanks
KingSimmy 2 years ago 3
Thank you so much!
BychkovVV 2 years ago
This has been flagged as spam show
everyone pls give me a thumbs down !i want to get my ass canned lol!!hahahah i hate myself!
ankitpasi1 2 years ago
Thanks guys!
You're great!
Keep going like this!
pswadmin1 2 years ago
who i do this in code::blocks ?
MoonWerewolf 2 years ago 2
I am sorry, I accidentally clicked thumbs down and cant reverse it. would someone give him the thumbs up, please?
MrPonebo 2 years ago 2
thank you so much..!!!
iliescosmin 2 years ago 2
xoaxdotnet, I love you so much. This tutorial is so easy. I have been researching on how to do this for a long, long time. Until I found this video, it's like only one step of setting, without doing anything to the .dll files. It's amazingly easy, I love you!
ygao2008 2 years ago 4
w00000t 2nd to comment!!!
nice vid it helped whith my programming
i can just about make a simple programme
wasitrealy 3 years ago
thank you so much
ZahrahLand 3 years ago 28
@ZahrahLand lol retarded
q1993p 1 year ago