type-length-value question |
|
[no replies]
|
by clros
Fstream and simultaneous I/O
|
|
[2 replies] Last: As far as I know fstream is actually intended for read + write combos.... (by simeonz)
|
by sittan
transform the expression...getting wrong answer
|
|
[1 reply] : I am sorry, but I don't understand your code. I don't see the connecti... (by simeonz)
|
by pristrer
BINARY FILE READ>> DEBUG ASSERTION FAILED..
|
|
[3 replies] Last: Do you know how to use fstreams? If you don't, go look it up. After th... (by firedraco)
|
by SouShadow
Timing a Bubble Sort
|
|
[2 replies] Last: you can use clock_t then divide the result by CLOCKS_PER_SECOND th... (by closed account zwA4jE8b)
|
by LsDefect
XBox 360 Controller Input?
|
|
[2 replies] Last: http://www.toymaker.info/Games/html/xinput.html (by quirkyusername)
|
by darkenergy
making a dictionary program
|
|
[3 replies] Last: Well, although map is sometimes called dictionary (as in translation d... (by simeonz)
|
by PiMaster
Variable size parameter
|
|
[8 replies] Last: I understand you have given this some thought. I'm not going to preten... (by simeonz)
|
by bshrestha
how to swap in doubly linked list
|
|
[1 reply] : [c ode] "Code tags, please" [/co de] How do you expect that data ... (by ne555)
|
by Robertlzw
Class declaration of "More Effective C++", Item 30
|
|
[2 replies] Last: Alternatives to the default constructor: //Array1D** m_2Darray; m_... (by ne555)
|
by luckycusp
Exception handling with STL Vectors
|
|
[16 replies] Last: Ok, I have one that works (in simple cases)...if you run it through a ... (by moorecm)
|
by Capt Crunch
unordered alternative to next_permutation()?
|
|
[16 replies] Last: Here is another attempt. Green teases my eyes, so I'll explain the ide... (by simeonz)
|
by jeromey55
how to add variables in C++
|
|
[4 replies] Last: Try using STL and reduce the number of logical operators. Try somet... (by CppSpartan)
|
by Smitty
C++ Algorithm.
|
|
[4 replies] Last: Try use ++i (pre-increment) instead of i++ (post-increment) it makes ... (by CppSpartan)
|
by SjL721
Removing a char
|
|
[5 replies] Last: Thank you Grey Wolf. (by SjL721)
|
by Dudovitz
vector.push_back(string) Doesn't work???
|
|
[3 replies] Last: Of what type is labelString ? char *labelString; // Is it... (by closed account zb0S216C)
|
by satya
fgets, getline problem
|
|
[1 reply] : If you have a memory overrun in some other piece of code, it will have... (by kbw)
|
by teppel
How to use unsigned char data type in this class
|
|
[15 replies] Last: Sorry ... have to post in 2 thread otherwise it show me error pri... (by teppel)
|
by akounga2000
Selection menu with case and break commands
|
|
[4 replies] Last: i try ur suggestion but it's still not working, cin.get () alone is wo... (by akounga2000)
|
by wonopon
shutdown program and close console window
|
|
[2 replies] Last: The existance of the console window is unrelated. If Windows spawns... (by Duthomhas)
|