by Rob101
Help with limiting my cin to just integers
|
|
[2 replies] Last: Using exceptions for this is not only overkill, it's downright wrong. ... (by LB)
|
by MissPrimrose
Error checking for Prime numbers
|
|
[6 replies] Last: I changed the test variable to number and now it is working. Thank yo... (by MissPrimrose)
|
by davez
loop practice
|
|
[no replies]
|
by painith
Help with Sentinel Value!
|
|
[3 replies] Last: #include <iostream> #include <cstdlib> using namespace std; int mai... (by shadowCODE)
|
by msknapp84
Using Reference Types as return objects
|
|
[2 replies] Last: First, I don't think the tutorial ever talked about these "temporary v... (by msknapp84)
|
by LATCH100
how do i store a result in a variable
|
|
[12 replies] Last: wow i cant believe i forgot about that. thanks i finally finished it (by LATCH100)
|
by Salad7
Whats wrong with this pointer reasoning?
|
|
[8 replies] Last: thanks (by Salad7)
|
by MissPrimrose
How to check for a prime number?
|
|
[2 replies] Last: EDIT: I solved this issue. (by MissPrimrose)
|
by yaaz32
Adding values to a listview1
|
|
[1 reply] : You might bet better help on the Windows specific forum: http://www.c... (by Yay295)
|
by losonnyboy
Recommended IDE for C++
|
|
[18 replies] Last: I am using DEV C++. I just want to stick with eclipse, (or one ide tha... (by losonnyboy)
|
by Zenith1900
Cant execute after validation
|
|
[2 replies] Last: doesnt seem to work either, im pretty sure its just the if an else sta... (by Zenith1900)
|
by jksdk4
Arrays, file I/O
|
|
[8 replies] Last: Much better. (1) It asks for the row number twice because you ask for... (by Duthomhas)
|
by momen6010
a big proplem
|
|
[2 replies] Last: You might also try adding fflush(stdout); after line 9. The program... (by dhayden)
|
by nivekrulol
|| operator combined with = operator
|
|
[8 replies] Last: Lorence30, see my first post. Nivekrulol, although you can't assign a... (by dhayden)
|
by zecarlos
CodeBlocks compiling source code
|
|
[no replies]
|
by Nielyboyken
Complex problem with options
|
|
[2 replies] Last: ^Won't that code just print abc...yz and 123.789 at one? Because a str... (by Nielyboyken)
|
by mct1981
Base and Derived classes
|
|
[3 replies] Last: Okay, figured out the problem. I was missing a function in the PersonD... (by mct1981)
|
by Victor89
help with Tic Tac Toe
|
|
[8 replies] Last: Here is what I have. Everything is working very well except for one de... (by Victor89)
|
by Nulcheck
C++ Crash, Don't Know How to Fix
|
|
[10 replies] Last: I guess I don't know enough about how the linker treats inline functio... (by Computergeek01)
|
by emlynw
How many electrons are required to carry a charge of x coulombs
|
|
[2 replies] Last: > but the answer I get from the program is 6.25e+018 and that's a prob... (by ne555)
|