by SO AP
Drawing Cards from a deck keep drawing same card
|
|
[5 replies] Last: To finish keskiverto's point: To randomly choose things without repea... (by Duthomhas)
|
by sturk
C++ issue with + operator
|
|
[1 reply] : fvector2D::fvector2D(std::complex<float>) doesn't do anything with its... (by helios)
|
by Sholi
Extra output while reading file
|
|
[5 replies] Last: [quote=Sholi] EOF is true : so while should stop, & even if while doe... (by lastchance)
|
by pnthoai123
Segment fault! Need help
|
|
[4 replies] Last: You're welcome! Although my advice still stands: learn to use your ... (by MikeyBoy)
|
by aliff heyqal
my switch statement isn't working
|
|
[3 replies] Last: I see. I will try do what you told me. thank for your advice! (by aliff heyqal)
|
by skiner36
FFTW Cycle Phase
|
|
[2 replies] Last: Phase is just arctan(imaginary/real), right? Each complex sinusoid of ... (by Ganado)
|
childwc.lpfnWndProc in Eclipse |
|
[6 replies] Last: I solved it now. const char g_szClassName = "myWindowClass"; const c... (by bchinfosieeuw)
|
by CoolAvocado
A fstream MODE FLAG USE to delete
|
|
[4 replies] Last: Give a specific example. What exactly is the structure of your file? W... (by dutch)
|
C++ Help |
|
[2 replies] Last: consider you number_string is '1' after input. '1' has ascii value 49... (by a00)
|
by Codman
Finding integer sub array into full array please help
|
|
[1 reply] : @Codman, please put your code in code tags so that we can see what it ... (by lastchance)
|
by Deadweight77
Banking question
|
|
[2 replies] Last: Okay it's starting to make sense now, but when I put in an existing ac... (by Deadweight77)
|
by starnebula
Adding rows and columns in a 2d array
|
|
[6 replies] Last: The for ( A b : c ) { } is range-based for-loop syntax that appea... (by keskiverto)
|
by LonlyNerds
strings and c-strings
|
|
[4 replies] Last: int size = a.length(); this is redundant. just use a.length() where y... (by jonnin)
|
by aceadams
What is a return value?
|
|
[3 replies] Last: int money() { int answer = 10+5; return answer; //Return a... (by zapshe)
|
by aligh
Is it possible to improve operator overloading using references?
|
|
[9 replies] Last: Wow, thanks! That was totally new to me. So, the compiler doesn't allo... (by aligh)
|
by xueyangwu
Range-based for loop debug
|
|
[1 reply] : Ascii table says that value 3 corresponds to character ETX, which is... (by keskiverto)
|
by CoolAvocado
A code to remove specific data from a file
|
|
[9 replies] Last: that is a load of code to do not much. all you need is this, with th... (by jonnin)
|
by CoolAvocado
How to search a data in a txt file using fstream?
|
|
[7 replies] Last: - I’d open the same file again for writing That way you avoid the r... (by MikeStgt)
|
by paulors
Matriz triangular superior com função
|
|
[2 replies] Last: matriz triangular superior -> upper triangular matrix (by jonnin)
|
Draw circle in child-window with OpenGL |
|
[3 replies] Last: I am using the newest version of OpenGL and the windowing library is w... (by bchinfosieeuw)
|