by rtzoeller
Calculating prime numbers
|
|
[4 replies] Last: Hi, below I provided the general C code to print prime numbers from 2 ... (by girish1026)
|
by simbiote3
File Management
|
|
[2 replies] Last: Thanks, I'll repost in the windows forum. (by simbiote3)
|
[HELP] Linked List |
|
[no replies]
|
by coffeeboy
UDP recvfrom not blocking? help
|
|
[1 reply] : Let me try to understand and maybe just a guess. When you do a sendto(... (by sohguanh)
|
by NickT
Generating new value at every execution (when it shouldn't
|
|
[4 replies] Last: You mean the whitespace or the actual space character 0x20? If you'r... (by NickT)
|
by MarkLeonis
sort error: descending instead of ascending order
|
|
[1 reply] : Read these two lines closely. if (currentMin < list ) { c... (by jsmith)
|
by TokeMan24
Heap Corruption with triple pointers
|
|
[1 reply] : Heap corruption isn't caused by delete . The problem is you are ste... (by Disch)
|
by muadeeb
Expression must have class type error
|
|
[no replies]
|
by leezardking
Binomial Coefficient
|
|
[3 replies] Last: use double values instead of integers, also you need to use recursion.... (by paulmcco)
|
by Disch
Issue with friendship in a separate namespace
|
|
[19 replies] Last: Oh, I see now... I didn't know what a build system is -> http://en.w... (by m4ster r0shi)
|
by gizzmo
templates and inheritance
|
|
[1 reply] : This is due to the fact that Apublic, Aprotected, etc may not exist in... (by Disch)
|
by pbajaj5
Maximizing CPU usage
|
|
[2 replies] Last: Thank you!!! (by pbajaj5)
|
by Treekanicko
Adding dimensions to arrays during execution?
|
|
[1 reply] : You would probably be better served using a different base structure, ... (by Duthomhas)
|
by xwilx
invalid conversion from int ** to const int **
|
|
[3 replies] Last: you cant convert const int * to int * !!!! if you want do this you mus... (by ahura24)
|
by MarkLeonis
Sorting information from array with Operator Overlaoding
|
|
[2 replies] Last: webJose, I inserted a sort function now that I used previously and st... (by MarkLeonis)
|
by Null
std::exception problem
|
|
[3 replies] Last: @ahura24: there's no problem since what() returns const char * and... (by Null)
|
by voteboo
LINKEDLIST find the "Kth" Element and Delete it!! (1,2)
|
|
[21 replies] Last: I spoke about this issue with my proffesor and she said that the purpo... (by voteboo)
|
by treepig
C++ OOP Programming
|
|
[1 reply] : I guess they want you to pass in something to the getMove() routine. ... (by kooth)
|
by spectrem12
bitwise operations
|
|
[5 replies] Last: Some bitwise operations : http://graphics.stanford.edu/~seander/bitha... (by bartoli)
|