#include using namespace std; int

  1. when i compile the following, many erors appear// include necessary libraries #include <iostream> #include <cmath> // use std
    1. answers icon 0 answers
    2. denial asked by denial
    3. views icon 462 views
  2. Can someone please tell me what I'm doing wrong?#include <iostream> #include <iomanip> using namespace std; int main() { //....
    1. answers icon 1 answer
    2. Thomas asked by Thomas
    3. views icon 454 views
  3. I need help in the TODO section./** * Driver.cpp - This file contains the driver code to test the * linkedStackType class
    1. answers icon 0 answers
    2. Aleen asked by Aleen
    3. views icon 460 views
  4. Please suggest corrections to this code: why isn't the loop continuing ANY help is appreciated!#include <iostream> #include
    1. answers icon 1 answer
    2. Olivia asked by Olivia
    3. views icon 481 views
  5. //c++ code for auto increment/decrement operators.#include<iostream> using namespace std; int main() { output a=6 int a=5, b, c,
    1. answers icon 1 answer
    2. Sinte asked by Sinte
    3. views icon 94 views
  6. #include <iostream>using namespace std; int main() { int GPUspeed = 0, CPUspeed = 0, cores = 0, resolutionChoice = 0; float
    1. answers icon 1 answer
    2. Anon asked by Anon
    3. views icon 685 views
  7. ineed help with c++.i am using code blocks and i have a problem with the compiler. when I run this code ¡é # include
    1. answers icon 3 answers
    2. lj asked by lj
    3. views icon 1,071 views
  8. #include <iostream>#include <string> using namespace std; string getClientDatabase(); int main() { string data =
    1. answers icon 0 answers
    2. meryem asked by meryem
    3. views icon 578 views
  9. can any one please dry run this code#include<iostream> using namespace std; int main() { intnum,factor=1,temp; cout<<"Enter any
    1. answers icon 1 answer
    2. javeria asked by javeria
    3. views icon 787 views
  10. It compiles but it doesn't work. can you tell me what i did wrong?//Sonny Hinh, variable program, assignment 2 #include
    1. answers icon 2 answers
    2. sonnytsn asked by sonnytsn
    3. views icon 1,113 views