Thread: unable to install turbo c++ due to error DOWNLOAD AND INSTALL .NETFRAMEWORK version =

  1. #16
    Registered User
    Join Date
    Jan 2020
    Posts
    20
    i have given a name c2.cpp and saved in one of disk drives but hat traingle to run this program on the IDE screen is not getting enabled how can i share that screen shot here so that members on this forum could understand where is the problem on code block IDE .

  2. #17
    Registered User
    Join Date
    Jan 2020
    Posts
    20
    unable to install turbo c++ due to error DOWNLOAD AND INSTALL .NETFRAMEWORK version =-ide-code-block-screnshot-png

  3. #18
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,656
    You need to create a project.

    Something like File->New...->Project...
    Then create a console project from the options available.
    Then copy/paste the code you have into the blank source file it starts you off with.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #19
    Registered User
    Join Date
    Jan 2020
    Posts
    20
    any updates please?

  5. #20
    Registered User
    Join Date
    Jan 2020
    Posts
    20

    c++ problem

    i did try to run below program after installing code block software but there is no option to compile and run it why is it so can anyone please help?
    Code:
    #include <iostream>
    
    
    using namespace std;
    
    
    int main()
    {
          cout << "\n\n Print the sum of two numbers :\n";
        cout << "-----------------------------------\n";
        cout << " The sum of 29 and 30 is : "<< 29+30 <<"\n\n" ;
    }
    Attached Images Attached Images unable to install turbo c++ due to error DOWNLOAD AND INSTALL .NETFRAMEWORK version =-code-block-compiling-running-cplusplus-program-png 

  6. #21
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by Salem View Post
    You need to create a project.

    Something like File->New...->Project...
    Then create a console project from the options available.
    Then copy/paste the code you have into the blank source file it starts you off with.
    Is there a reason you ignored Salem post?

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  7. #22
    Registered User
    Join Date
    Aug 2019
    Location
    inside a singularity
    Posts
    308
    Are you trolling around or are you just that stupid? You have C::B on either full screen or you've disabled all the different Tabs. Enable them and you can see the options/buttons again. You could also look for those options under the Build Tab.

    1- Create a Project from the File Menu. Console Project would be the easiest to go with. You'll now have a main.cpp file setup with some default code.
    2- Write a simple program and hit Build + Run, or first Build it and then run it to test it.

    This is how a typical Project will be displayed under the Project Section. You give your Project a name when creating a Console Project. You could also instead start from an empty project and add your cpp files as and when you need one by left clicking on your project and choosing the Add option. There are several ways of doing things. Try Google for how to use C::B.

    unable to install turbo c++ due to error DOWNLOAD AND INSTALL .NETFRAMEWORK version =-untitled-jpg
    Last edited by Zeus_; 02-13-2020 at 05:01 PM.
    "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook, The Wizardry Compiled

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Error when trying to install platform sdk
    By Shamino in forum Windows Programming
    Replies: 3
    Last Post: 08-20-2007, 12:59 PM
  2. Please help to install Turbo C compiler..
    By Shidlingayya in forum C Programming
    Replies: 6
    Last Post: 08-15-2007, 09:08 AM
  3. Download Java, not install it...
    By Queatrix in forum Tech Board
    Replies: 1
    Last Post: 05-06-2007, 11:06 AM
  4. install error
    By c++.prog.newbie in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 02-26-2002, 03:58 AM

Tags for this Thread