Simple speed reading program |
|
[6 replies] Last: I found out that 1 second is too little for that programm: on 5 words ... (by MiiNiPaa)
|
by jellybean
Finding a max and min numbers with user input
|
|
[2 replies] Last: Thanks James2250. That was very helpful (by jellybean)
|
by pepstein
radix sort using queues
|
|
[9 replies] Last: i was running it on an IDE but just ran it on cygwin and it worked, th... (by pepstein)
|
by phztfte1
PROBLEM WITH STRUCT FUNCTION
|
|
[2 replies] Last: You welcome. (by BLooDiEMuRDA)
|
Dev C++ using namespace.std issues |
|
[11 replies] Last: Instead of making them static: http://www.cprogramming.com/tutorial/... (by TheIdeasMan)
|
by rohithc
Display of Octal numbers
|
|
[3 replies] Last: thanks cronopio and Chervil.your replies are really helpful.:) (by rohithc)
|
by hinesro
Not sure if rand() working properly
|
|
[4 replies] Last: Looks reasonable to me. You just have very small samples. If you're ... (by cire)
|
by nickmiller24
Explain this code
|
|
[2 replies] Last: Thanks I didn't know about the initializer list. (by nickmiller24)
|
by adiktid
HOW TO DO THIS
|
|
[1 reply] : #include <iostream> #include <algorithm> #include <ctime> int main()... (by xismn)
|
by sierranm
Constructor not working?
|
|
[6 replies] Last: Oh man. Thank you so much for that last sentence. I just clicked with ... (by sierranm)
|
by goku94
Error with vectors
|
|
[1 reply] : Go to your compiler options and look for a compiler flag that turns on... (by long double main)
|
by taylorham19
2d array
|
|
[1 reply] : I guess it depends what you want to add up. A 2d array is like a table... (by wildblue)
|
by neel3123
Reverse sentence error
|
|
[2 replies] Last: Thanks dumb error (by neel3123)
|
by Kevin2341
Using a deque for a stock program
|
|
[6 replies] Last: "Normal way" depends on viewpoint. You would append to tail and pop f... (by keskiverto)
|
by emkay992
Error: An object is required for the non-static field, method or property
|
|
[1 reply] : private void canvas_Paint(object sender, PaintEventArgs e) { Grap... (by JockX)
|
by Dexter 3202
a guessing game
|
|
[3 replies] Last: but thanks!! (by Dexter 3202)
|
by mrguild
Where to go from the basics of C++
|
|
[no replies]
|
by kmtompkins
replace letters in a string
|
|
[3 replies] Last: A primitive alternative: #include <iostream> using namespace std; stri... (by closed account j3Rz8vqX)
|
HELP PLZ |
|
[1 reply] : Your main function doesn't have a type. It should be of the type integ... (by Shadowwolf)
|
by tremain74
question about this function clrscr()
|
|
[3 replies] Last: @ Chervil Oh yes, I remember it being in Borland C++ (or Turbo C I ... (by Codermik)
|