Windows 10: Program c in windows.

Discus and support Program c in windows. in Windows 10 Network and Sharing to solve the problem; Can some files in program c be deleted to free up space.... Discussion in 'Windows 10 Network and Sharing' started by Lydia1960XJ, Oct 22, 2019.

  1. Program c in windows.


    Can some files in program c be deleted to free up space.

    :)
     
    Lydia1960XJ, Oct 22, 2019
    #1

  2. Why did the startup window get cleared?

    I didn't missed any step, the list was gone and gone , even after using lot of programs the programs were not listed in that list.
     
    smartali89, Oct 22, 2019
    #2
  3. Yaqub K Win User
    file in C:\Program?

    Hi,

    Do you have any program installed by name Adobe? Follow the steps to check in program list:

    Press Windows + X.

    Select Programs and Features.
     
    Yaqub K, Oct 22, 2019
    #3
  4. Program c in windows.

    C++ programming

    I am also doing C++ at the moment and from what these guys here on TPU have helped me with is phenomenal!

    *EDIT*

    This weeks questions.

    To begin this exercise, create a VC++ project and copy the following code into your project. Make sure that the project compiles successfully

    Code: #include <iostream> using namespace std; int main() { int input; int back1 = 1, back2 = 0; int current = 1; cout << "Enter which number in the Fibonacci number sequence you want to find." << endl; cout << "The first and second Fibonacci numbers are 1." << endl; cin >> input; while (input < 1) { cout << "You must enter a value greater than 0, try again." << endl; cin >> input; } if (input > 2) { for(int i = 2; i < input; i++) { back2 = back1; back1 = current; current = back1 + back2; } } cout << "The value of Fibonacci number " << input << " is " << current << endl; cin.ignore(2); return 0; }[/quote] Make sure that this program executed correctly by running it and entering the value 12. You should get the number 144 as the 12th number of the Fibonacci sequence.
    1. Set a breakpoint at the beginning of the for loop (the line containing for(….)) by clicking in the far left column of the edit frame. A red dot should appear when the breakpoint has been set.
    2. Run the program and enter the value 46. The program should halt at the breakpoint. Click on the Locals tab at the bottom of the window to see the value of the local variables. What are the values of the program variables at this point?
    i current back1 back2 input


    3. Remove the breakpoint that was set in step 1 (by clicking on the red dot). Place a breakpoint on the line containing the closing curly bracket of the for loop. Right click on the breakpoint (red dot) and select Condition from the menu. Set the condition for this breakpoint to i == 9. Run the program. When it stops, record the value of the variables below.
    i current back1 back2 input


    4. Single step your program 4 times. Record the value of the variables below.
    i current back1 back2 input


    5. Using your conditional breakpoint, record the values of the variables in the table below for the values of i that are specified.
    i current back1 back2 input
    19
    29
    39
    45

    6. Allow the program to run to completion. Clear all breakpoints (by clicking on the red dot) except the conditional breakpoint at the end of the for loop. Run the program again, only this time with the input of 47. When the program stops, the variables should still have the same values as in the last line of the table from step 5, except the input variable should show 47. Now, single step your program 5 times and record the values of the variables.
    i current back1 back2 input


    7. Does anything seem wrong with your results? Explain what happened.



    8. Change the data type of the back1, back2, and current variables to unsigned. Redo step 6 and record the values of the variables.
    i current back1 back2 input


    9. Explain why changing the data type corrected the problem.
     
    brandonwh64, Oct 22, 2019
    #4
Thema:

Program c in windows.

Loading...
  1. Program c in windows. - Similar Threads - Program

  2. Unable to install microsoft visual c++ redistributables from program install. Also unable...

    in Windows 10 Gaming
    Unable to install microsoft visual c++ redistributables from program install. Also unable...: Hello, I am trying to download a program and it uses microsoft redistributables. I have some on my disk already that is giving me a fatal error. Some of these do NOT give me the option to change, and only uninstall. However, if I try to uninstall, nothing happens. The ones...
  3. Unable to install microsoft visual c++ redistributables from program install. Also unable...

    in Windows 10 Software and Apps
    Unable to install microsoft visual c++ redistributables from program install. Also unable...: Hello, I am trying to download a program and it uses microsoft redistributables. I have some on my disk already that is giving me a fatal error. Some of these do NOT give me the option to change, and only uninstall. However, if I try to uninstall, nothing happens. The ones...
  4. rendering error 0x00000001: failedtocreateswapchain program will terminate problem is solved

    in Windows 10 Gaming
    rendering error 0x00000001: failedtocreateswapchain program will terminate problem is solved: Hi,I started getting the above error as soon as I started the World of Tanks Blitz game launcher. I installed the game client 2-3 times, it didn't work, I installed the current approved Nvidia drivers, it didn't work. Solution: Select the relevant game in the optimization...
  5. rendering error 0x00000001: failedtocreateswapchain program will terminate problem is solved

    in Windows 10 Software and Apps
    rendering error 0x00000001: failedtocreateswapchain program will terminate problem is solved: Hi,I started getting the above error as soon as I started the World of Tanks Blitz game launcher. I installed the game client 2-3 times, it didn't work, I installed the current approved Nvidia drivers, it didn't work. Solution: Select the relevant game in the optimization...
  6. rendering error 0x00000001: failedtocreateswapchain program will terminate problem is solved

    in Windows 10 Installation and Upgrade
    rendering error 0x00000001: failedtocreateswapchain program will terminate problem is solved: Hi,I started getting the above error as soon as I started the World of Tanks Blitz game launcher. I installed the game client 2-3 times, it didn't work, I installed the current approved Nvidia drivers, it didn't work. Solution: Select the relevant game in the optimization...
  7. How do I recover space when programs and data have been deleted.

    in Windows 10 Gaming
    How do I recover space when programs and data have been deleted.: I uninstalled major programs from my solid state desktop. They are gone from my view and access but have not freed up the space on my computer that should have been made available. I constantly have to free up the small available space after recent use. I had uninstalled and...
  8. How do I recover space when programs and data have been deleted.

    in Windows 10 Software and Apps
    How do I recover space when programs and data have been deleted.: I uninstalled major programs from my solid state desktop. They are gone from my view and access but have not freed up the space on my computer that should have been made available. I constantly have to free up the small available space after recent use. I had uninstalled and...
  9. All steps to install are completed but cannot open the program

    in Windows 10 Software and Apps
    All steps to install are completed but cannot open the program: I purchased a new laptop and activated the 30 free trial, entered my card information to purchase program after the free trial. The program installed but now when I try to access one of the programs it keeps wanting me to purchase microsoft again....
  10. All steps to install are completed but cannot open the program

    in Windows 10 Gaming
    All steps to install are completed but cannot open the program: I purchased a new laptop and activated the 30 free trial, entered my card information to purchase program after the free trial. The program installed but now when I try to access one of the programs it keeps wanting me to purchase microsoft again....