1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Learnin C++

Discussion in 'General Chat' started by Dennis8162, Mar 4, 2013.

  1. Dennis8162

    Dennis8162

    Joined:
    Feb 26, 2013
    Messages:
    8
    Operating System:
    Windows 7
    So Iv'e decided to learn C++ so I can code/program.
    I'm learning from a book "C++ without fear 2nd edition".
    So far I have made a temperature conversion console program, Celsius to Fahrenheit it is my first ever c++ program and is attached, Feedback is appreciated.

    Thanks. :)
     

    Attached Files:

  2. Tony D

    Tony D Administrator Administrator

    Joined:
    Sep 25, 2009
    Messages:
    5,161
    Location:
    SE Pennsylvania, USA
    Operating System:
    Windows XP Professional
    Congrats. I took a course in C++ several years ago.

    I unzipped and opened your file. When I ran it, I got an error msg saying that it was not a valid Win32 application.l
     
  3. PseFrank

    PseFrank Registered Members

    Joined:
    Nov 10, 2010
    Messages:
    962
    Location:
    Cambridge UK
    Operating System:
    Windows 7
    This is the error I get...
    [​IMG]

    I'm not an expert with this stuff, but I think the reason you can probably run your application on your machine (and we cannot) is because you have Visual Studio 2012 installed. VS 2012 comes with the MSVCP110D.dll file.

    Try compiling in"Release Mode" and not "Debug Mode".
     
  4. Qaiser Ali

    Qaiser Ali

    Joined:
    Mar 8, 2013
    Messages:
    7
    Operating System:
    Windows 7
    I am also have same error...
     
  5. BeeCeeBee

    BeeCeeBee ADMINISTRATOR IN MEMORY

    Joined:
    Apr 20, 2009
    Messages:
    7,201
    Location:
    New Jersey "Stronger than the Storm"
    Operating System:
    Windows 7
    I know that you are a new member Quaiser Ali and may not be familiar with the rules but you did ask about them. I am also a bit suspicious about how you refer to yourself as a total novice and then reply to a thread about C++. Since your reply did not advance the issue I suggest that you post your own topic or thread if you have a problem.

    If it is your intention to be a good member that is fine. If this is a set up for some spam, believe me it never works.
     

Share This Page