by lycoris
Roulette Program Help - randomness, infinite loop, etc.
|
|
[4 replies] Last: Are you still coding this? Here is a Spin() method from my roulette pr... (by codekiddy)
|
by phenom001
About how long will this take to finish?
|
|
[2 replies] Last: you can try to pen it down first, look at all the identifiers and defi... (by ozone)
|
by myoni
how to define empty input (cin)
|
|
[8 replies] Last: variable can't be = NULL if you do not assign NULL to variable. if you... (by Shinigami)
|
by vastrolorde
connecting source codes
|
|
[4 replies] Last: Not sure where are the setting in dev-cpp, but in VS there are thing c... (by codekiddy)
|
by projectfilly
Switching from > to < creates gibberish error?
|
|
[3 replies] Last: Thanks! Got it fixed. I think I had just been staring at it too long. ... (by projectfilly)
|
by sky91
stack_ no matching function for call to `mystery(stackType<int>&, stackType<int>&)
|
|
[3 replies] Last: mystery takes one template argument. There is no way the compiler can ... (by Peter87)
|
by wwonderboy
Some questions
|
|
[6 replies] Last: wow am flattered am also a newbie like you. but i achieved reading alo... (by ozone)
|
by patpat
undeclared identifier
|
|
[3 replies] Last: what sort of compiler are you using? try using <iostream.h> as he said... (by ozone)
|
by JRimmer
Help with functions and fstream
|
|
[1 reply] : hi, i'm not familiar with ostream/istream, but i think i can help with... (by johnmarinelli)
|
by projectfilly
Default constructor not constructing....defaultly
|
|
[2 replies] Last: Thank you! Got it fixed! Jade (by projectfilly)
|
by newbieg
Where should I go from here?
|
|
[1 reply] : Code::Blocks can be setup to actually use compiler toolchain that came... (by modoran)
|
by poisontree
For Loop Counter Going to 0
|
|
[5 replies] Last: Your logic was indeed flawed but my code fixed your immediate problem... (by poisontree)
|
by greenNoobie
Ignoring random newlines while reading from a file.
|
|
[1 reply] : seams like an issue with your outputs, could you post the part of the ... (by newbieg)
|
by Algar32
How to change a value in an array?
|
|
[7 replies] Last: Thanks. What peter said worked. Can't believe I mixed that up :( (by Algar32)
|
by s13kcut
New to C++, Please help
|
|
[8 replies] Last: There is a button on the right side of your text window that looks lik... (by IceThatJaw)
|
by JohnG
how can
|
|
[14 replies] Last: The way that was originally recommended? Replace the original file (o... (by cire)
|
by chirrrs
Using a bool function to search an array
|
|
[9 replies] Last: In C++ booleans, zero is generally false and anything not zero is cons... (by MrHutch)
|
by Carl Hjerpe
Linker errors.
|
|
[no replies]
|
by ldima
Making graphics with c++
|
|
[2 replies] Last: Another good library is the SFML library. It is very easy to use as we... (by strongdrink)
|
by DrewMzn
Grade manager program with header and class cpp (does not work)
|
|
[no replies]
|