Results 1 to 5 of 5
  1. #1
    prolife200's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    0x1337
    Posts
    67
    Reputation
    10
    Thanks
    220
    My Mood
    Yeehaw

    Exclamation About C++ Coding !

    Hello,
    I know alot of C,C++ and abit C# Coding.
    The one problem is,i dont do everything right...
    Actual programs for coding what i have is:
    Microsoft Visual Studio 2013 Ultimate "Cracked The Key for it"
    Microsoft Visual Basic 2010
    ----------------------------------

    Is this correct what i do for C++ coding in Visual Studio 2013 Ultimate? Follow These Steps..
    ~
    1)Open Visual Studio 2013 Ultimate
    2)New Project
    3)Visual C++
    4)Win32 Application (If i try win32 program,it says alot of errors about CShell(DWORD) and stuff..)
    5)Make the codes etc...
    6)Build Solution
    7)Build "The name of my project"
    8)Then i goto documents
    9)I See the program saved here in the folder "Projects" ..
    10)I actually drag it on my desktop..
    11)When i open it, I Can only see a Black CMD coming and going away...
    ~
    Please help me cuz,i know alot of codes and i know how to COPY+Paste lol..
    But i dont know how to get it running...

    -Thank you for your time !

  2. #2
    InunoTaishou's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    The Internet
    Posts
    446
    Reputation
    20
    Thanks
    950
    My Mood
    Relaxed
    At the end of your code put

    Code:
    std::cin.get();
    https://www.mpgh.net/forum/signaturepics/sigpic210976_1.gif

  3. #3
    prolife200's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    0x1337
    Posts
    67
    Reputation
    10
    Thanks
    220
    My Mood
    Yeehaw
    You sure it will work?
    Willt it work for .exe programs,or .dll ?

  4. #4
    InunoTaishou's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    The Internet
    Posts
    446
    Reputation
    20
    Thanks
    950
    My Mood
    Relaxed
    Quote Originally Posted by prolife200 View Post
    You sure it will work?
    Willt it work for .exe programs,or .dll ?
    Quote Originally Posted by prolife200 View Post
    11)When i open it, I Can only see a Black CMD coming and going away...
    This means that the program worked. It just finished and closed before you could see anything.

    Putting std::cin.get(); at the very bottom of main() will prevent the program from closing until you press enter.
    https://www.mpgh.net/forum/signaturepics/sigpic210976_1.gif

  5. #5
    prolife200's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    0x1337
    Posts
    67
    Reputation
    10
    Thanks
    220
    My Mood
    Yeehaw
    Alright,thank you!

Similar Threads

  1. [Help] i about this code
    By mechanical2015 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 6
    Last Post: 02-23-2011, 09:13 AM
  2. For questions about the Code of WallHak + See Ghost in the Crossfire
    By vailozchinsu in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 10-03-2010, 01:14 PM
  3. Need Help please(about source codes)
    By Laws_Vegas in forum C++/C Programming
    Replies: 5
    Last Post: 02-11-2010, 06:08 PM
  4. [Question]About hack coding
    By master11 in forum C++/C Programming
    Replies: 12
    Last Post: 07-17-2009, 11:49 AM
  5. [info] The Truth About Retail Codes
    By Randomness1865 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 09-15-2007, 11:29 PM