by ashley19
Sum a sequence of integers
|
|
[8 replies] Last: #include<iostream> using namespace std; void main() { int iNum... (by rave003)
|
by jemiah06
For LOOP Error
|
|
[1 reply] : You have two sets of brackets and have not initialised Realizable as i... (by narcissisticcheer)
|
by hannes
static member methods
|
|
[1 reply] : . is used to access data in a specific object (e.g. object.member) and... (by helios)
|
setsuspendstate() ... with hiberanting a computer |
|
[9 replies] Last: can some one please not criticize me and just help me please... Criti... (by helios)
|
by award982
something like string to int? didn't solve yet
|
|
[8 replies] Last: And how i should do that? modulus the % symbol is used to get the... (by gcampton)
|
by Archaea
foo1(bar &x), foo2(bar &x), foo3(bar &x) ...a better way?
|
|
[2 replies] Last: Currently, the user being passed into all those functions throughout ... (by helios)
|
by vvt72277
Segmentation Fault on Delete [] (1,2)
|
|
[25 replies] Last: Next time, use a vector. :-) (by PanGalactic)
|
by sdot
expected unqualified id before '{' token???
|
|
[5 replies] Last: oh ok sorry about that (by sdot)
|
by Minifig
getline problems
|
|
[6 replies] Last: Thank you both so much! My program now works again. :) (by Minifig)
|
by mr zdeis
Protecting CD/DVD s from copying or printing !!
|
|
[18 replies] Last: wachtn (70) Oct 9, 2009 at 10:10am Obviously the only plausible expl... (by MYST)
|
by Archaea
#include <windows.h> (...) cin.ignore(numeric_limits<streamsize>::max(), '\n');
|
|
[2 replies] Last: and before #include <limits> Thank you! (by Archaea)
|
by jmarcos
Check if a field value is a float or int
|
|
[3 replies] Last: User had similar problem here: http://www.cplusplus.com/forum/beginne... (by Duthomhas)
|
by studentm
two for statements and using pow()
|
|
[2 replies] Last: thanks abunch I was missing the cout<<i: (by studentm)
|
by foncused
For Loop (i=1; i<10; i++)
|
|
[5 replies] Last: No, it still won't make sense. Basically the numbers 1 through 9 ar... (by jsmith)
|
by cry4you
begginer
|
|
[3 replies] Last: http://cplusplus.com/forum/beginner/15171/ In that thread I posted ... (by jRaskell)
|
by james1008
linear equations problem
|
|
[3 replies] Last: More complicated liner equations can be solved by Guass method. For d... (by eryar)
|
by chrisben
copy constructor and assignment question
|
|
[2 replies] Last: thanks (by chrisben)
|
by PBIRBAS
Need an opinion about the function of the following part
|
|
[2 replies] Last: That code sets 'z' to the maximum value ( 'x' or 'y' ). If 'x' and 'y... (by Bazzy)
|
by jemiah06
function call error!
|
|
[3 replies] Last: Notice this: double depreciation(double amount, int numyears) { ... (by Bazzy)
|
by ToffeeC
Questions about file operations (<iostream>)
|
|
[4 replies] Last: http://en.wikipedia.org/wiki/Reference_(C%2B%2B) (by Duthomhas)
|