by MirzaAdrian
Help with libmysql
|
|
[no replies]
|
Regex |
|
[1 reply] : As far as I know the syntax used by std::regex and boost::regex are id... (by R0mai)
|
by talya7
Command with parameters
|
|
[2 replies] Last: Thank you. I am trying to output the command, the number of parameters... (by talya7)
|
by Angeljruiz
Iterator loops forever ?
|
|
[11 replies] Last: Ah yes. The push_back must've invalidated the iterator. You'll proba... (by cire)
|
by hooshdar3
error
|
|
[7 replies] Last: I guess I found the problem.It wasprobably modifying the constant poin... (by hooshdar3)
|
by Zephilinox
Swapping two pairs in a map with a unique_ptr
|
|
[4 replies] Last: I was trying to implement a state machine for SFML, I did actually get... (by Zephilinox)
|
by johnhuge
while loop with array condition
|
|
[3 replies] Last: THANKS I got it to work (by johnhuge)
|
by MirzaAdrian
Help with Array
|
|
[4 replies] Last: Okey dokey!! Thanks everyone! (by MirzaAdrian)
|
Dynamic Arrays and DAM |
|
[5 replies] Last: In that case, never mind. Just stick to the manual size check whenever... (by JellyFox)
|
by cire
Are pointers the best way?
|
|
[2 replies] Last: Thanks for the input. I was half-thinking the source could serve as a... (by cire)
|
by biLmLik
adding salaries from file
|
|
[1 reply] : Is your lower-case 'o' key broken? Anyway, have you tried using the '>... (by JellyFox)
|
How often should a server update |
|
[no replies]
|
by headshot
How to convert IP to hex using C++ (1,2)
|
|
[22 replies] Last: In this case both structures allocated the same amount of memory (4 by... (by JAL)
|
Adding 2 variables |
|
[2 replies] Last: yuppers, just like peter87 stated. (by Reaper1)
|
by purpleblue
Question about if statement
|
|
[2 replies] Last: you could try to assign a as 0 when your declaring the variable int ... (by Steven Menzies)
|
for loop pause |
|
[3 replies] Last: @Steven Menzies Yeah, I think the tweak was changing bool ok = true;... (by whitenite1)
|
by Reaper1
triangle
|
|
[2 replies] Last: ah ok. thank you, i see and understand now, thanks for the help, white... (by Reaper1)
|
Random Numbers |
|
[8 replies] Last: int random = (rand() %5) + 1; (by soranz)
|
by Reaper1
rectangle
|
|
[4 replies] Last: Mark the both your threads as resolved.:) (by vlad from moscow)
|
by Reaper1
Quick question on a return
|
|
[5 replies] Last: oh ok, thank you. (by Reaper1)
|