Added: 3 years ago
From: xoaxdotnet
Views: 80,911
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (102)

Sign In or Sign Up now to post a comment!
  • Awesome vid :D i was having trouble with finding the app and keeping the window open

  • @compro226 FYI it is the best c++ compiler

  • @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.

  • But Is this visual c++ free ?!?

  • @compro226 ye

  • 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 :)

  • my projects folder in microsoft studio 2008 is empty..

    can anyone help?

  • Does this work in Visual C++ 2010 Express as well?

  • @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?

  • Hello. Can you please make a tutorial on how to create a program that creates an .exe file?

  • 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

  • thx a lot

  • that is very good

  • I can't get Visual fucking Basic :(

  • @the747videoer I can. but its on my Grandma's PC! I cant get  it on my XP machiene

  • 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.

  • @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.

  • wow very professional

  • @bradrules97 hey my name is brandon too :P

  • 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 Sorry for my misunderstanding, now works (multi-threaded debug, actually) :P

  • perfect.. THANKS Thumbs up this guy.. NOT ME lol he deserves it more

  • 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 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.

  • Amazing

  • since your code is all using "std::" why not just include "using namespace std;" to the header to make it cleaner?

  • 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

  • What was the default in the properties? I want to change it back, but I cannot for whatever reason.

  • 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 it depends on what kind of program

  • So it should be changed to a Multi-threaded Debug before building in order to make it an indepindant ececutable (.exe) file?

  • Wow thank you very much.  Very well explained

  • 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) 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)

  • I had some trouble with the Properties Pane segment of your demonstration but I eventually figured it out. Now I'm flying. Thanks!

  • 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 =)

  • hmmm..

    mister..

    how to decompile dll files into source code file??

  • i thought about that right after i posted the comment, but thanks anyway :). . .amazing job by the way

  • thx

  • i have installed on my laptop but i cant find the program to launch

  • @flame479 Go to: Start> =My Computer> OS:\ (or Local Disk C:\)> Program Files> Microsoft> And it will be in there.

  • 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?

  • @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.

  • 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

    There is a Build menu but you need to activate Tools>Settings>Expert Settings on the menu toolbar to see it.

  • 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.

  • you r awesome

    may allah give all the things you want

  • 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 ~

  • where is the c++???

  • WHERE I CAN FIND C++??????????????????

  • @FusioTe In a store.

  • @FusioTe go to xoax.net, they have a link there...

  • each time i write something in, it dosnt change color or anything and im unable to debug it ....help?

  • char cChar

    std::cin.get(cChar)

    this thing doesn't work

    can anyone help me?

  • Beautiful video! Excellent instructions! Hands off to you buddy.

  • 1:35 hahahaha XD

  • 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 i get the same :(

  • @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...

  • 111111100001111111000011111111­000000000000001010

  • Nice way of talking Nice way Demonstration thank you

  • Are normal C++ and C++ express edition same , is the only difference that Express edition has compiler built in?

  • Thank you so much, finally I can now run exe files independent of Visual 2008 :D

  • fantastic video.

  • Excellent tutorial - very good at getting started.

  • Is it just me or does he sound EXACTLY like Hobbs?

  • Thanks for the tutorial videos . They are extremely useful ...

  • 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?

  • EXTREMELY USEFUL thank you sooooooooo much :D

  • Is it possible to do this in the 2005 version? It does not have the "Build" tab.

  • Nevermind, I was just not selecting the console option.

  • i'm pretty sure every version has a build function somewhere

  • Are console apps still used today?

  • @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 ^^

  • Nice and clean video,,, thanks dude. 5 stars for you.

  • How do you do this in 2010??

  • i agree

  • great video

  • ok i dont know wat this is but im playing a game nd it says microsoft visual c++ studio something like that failed.....

  • I'm fairly new to VC++ but could you also add a system("PAUSE");.... to allow the window to remain open after execution?

  • Yes, but cin.get() is better

  • thank you >>

  • Great video, really well explained good code

    thanks

  • Thank you so much!

  • Thanks guys!

    You're great!

    Keep going like this!

  • who i do this in code::blocks ?

  • I am sorry, I accidentally clicked thumbs down and cant reverse it. would someone give him the thumbs up, please?

  • thank you so much..!!!

  • 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!

  • w00000t 2nd to comment!!!

    nice vid it helped whith my programming

    i can just about make a simple programme

  • thank you so much

  • @ZahrahLand lol retarded

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more