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