[Peer Review] - GLUT bypassing global idle function limitation |
|
[no replies]
|
by Pierreseoul
Random number
|
|
[11 replies] Last: but think in this case it's not c++ but math :) (by Chriscpp)
|
by manudude03
big numbers, big runtime
|
|
[1 reply] : Since the brute force approach is going to take that long I doubt that... (by Plover)
|
by superdaz83
Build Errors on the following code
|
|
[2 replies] Last: ah yes not a good idea not sure why I put those there! Thanks. (by superdaz83)
|
by MNoronha
Websockets + C++
|
|
[4 replies] Last: Thank you all for your help :) it really does help, now I just got to ... (by MNoronha)
|
by Gyiove
fread of fwrite have problem with line char '0a' (half line char)
|
|
[2 replies] Last: Thanks! I now readed writed file like this: f = fopen(fname, "wb"); //... (by Gyiove)
|
by xkara
dynamic allocated arrays c++
|
|
[1 reply] : You should use std::getline() to read the line, rather than operator>>... (by kbw)
|
by badgirl
Hashing
|
|
[1 reply] : If you want to learn about popular hash algorithms (such as MD5 and SH... (by Catfish666)
|
by spk
How to make a long time periods if/while statement
|
|
[7 replies] Last: Thank you a lot, that's perfect, very helpful. (by spk)
|
by Bingocat4
Winsock error for no reason?
|
|
[2 replies] Last: Oh wow nice simple solution. Thanks! (by Bingocat4)
|
by divide
atomic float add ?
|
|
[10 replies] Last: > won't handle cases where my float is a very large number, or a very ... (by JLBorges)
|
by mikester44
Pausing Your code (Examples included)
|
|
[2 replies] Last: 1) Remove any code that pauses your program 2) Right click on your pro... (by Disch)
|
by northfly
c-style string array and pointer
|
|
[7 replies] Last: Some reading for you: http://www.cplusplus.com/faq/sequences/strings/c... (by Duthomhas)
|
GMP Fixed Bit Size Integers |
|
[no replies]
|
by masschamber
Accessing Objects within another object
|
|
[10 replies] Last: I put the variable in the public part of the class and it works. How c... (by masschamber)
|
by MarkyMark
Loop question
|
|
[4 replies] Last: What do you mean? What is the conditional statement? The conditional... (by MikeyBoy)
|
by daillem
ARRAYS(two dimensional)
|
|
[4 replies] Last: thanks! <3 (by daillem)
|
Squaring in For Loops |
|
[1 reply] : Squaring means you multiply the number with itself (not with 2). (by Peter87)
|
by christofuh
Help! What would be the coding for this?
|
|
[3 replies] Last: Here's the link to the actual problem: http://web.njit.edu/~kapleau/te... (by christofuh)
|
by venkatacplpl
Communicate within in the same host through sockets
|
|
[no replies]
|