Thread: .cpp to .exe

Results 1 to 4 of 4
  1. #1
    Lewis brown's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    66
    My Mood
    Tired

    .cpp to .exe

    im following a tut and it says i need to type CD C:\Coding i go there i find the file
    and then it says to type bcc32 <filename> and when it do that it says bcc32 is not a valid command
    How do i change the file to an .exe as bcc32 should do it according to the tut

    ---------- Post added at 04:04 PM ---------- Previous post was at 03:11 PM ----------

    Never mind i managed to fix it
    How ever ive got a new error
    This is my Text
    /*
    This program displays "I love c++" to the standard Output
    */

    #include <iostream>

    int main ()
    {
    std: :cout << "I Love C++";
    return 0;
    }

    When i try compile it, it says
    C:\Coding>bcc32 ILoveCPlusPlus.cpp
    Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
    ILoveCPlusPlus.cpp:
    Error E2209 ILoveCPlusPlus.cpp 5: Unable to open include file 'iostream'
    Error E2188 ILoveCPlusPlus.cpp 9: Expression syntax in function main()
    *** 2 errors in Compile ***
    Did I help? If I did feel free to click the thanks button!!

    My YouTube https://www.youtube.com/user/THEXDGOL...D?feature=mhee Feel free to check out my videos if you are bored


  2. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,675
    My Mood
    Breezy
    You should really use a better compiler, Borland C++ is ancient and you're going to run across problems like this if you're trying to learn C++. You should get Visual Studio 2012 Express for Windows Desktop from Microsoft which is free.

    https://www.microsof*****m/visualstud...d-2012-express

    Alternatively, you can install Visual C++ 2010 Express which doesn't include other languages like VB.NET and C# here:
    https://www.microsof*****m/visualstud...d-2010-express
    Last edited by master131; 04-10-2013 at 09:01 PM.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  3. The Following User Says Thank You to master131 For This Useful Post:

    Lewis brown (04-11-2013)

  4. #3
    Lewis brown's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    66
    My Mood
    Tired
    okay thanks, for the input the guide i was following was really outdated but i didn't know
    ive now downloaded Visual C++ and using a new guide.
    Did I help? If I did feel free to click the thanks button!!

    My YouTube https://www.youtube.com/user/THEXDGOL...D?feature=mhee Feel free to check out my videos if you are bored


  5. #4
    R3Dx666†'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Steam: MrTricklez
    Posts
    1,723
    Reputation
    141
    Thanks
    2,913
    My Mood
    Devilish
    what c++ you using? never heard of "Borland C++ 5.5.1"

Similar Threads

  1. scvhost.exe
    By Struck in forum WarRock - International Hacks
    Replies: 141
    Last Post: 05-27-2007, 10:30 AM
  2. need some help with client exe.
    By barney in forum Hack Requests
    Replies: 2
    Last Post: 11-03-2006, 10:05 PM
  3. DOWNLOAD WoW.exe HERE! (Full Client For MPGH Server)
    By RebornAce in forum General Gaming
    Replies: 25
    Last Post: 05-14-2006, 02:54 AM
  4. Warrock.exe dosent show on WPE
    By outrage20 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 01-18-2006, 02:55 PM
  5. WoW.exe
    By Mortifix in forum General Gaming
    Replies: 1
    Last Post: 01-12-2006, 02:40 PM