by mogha
expat
|
|
[1 reply] : They will automatically be skipped by the library. You can just overri... (by writetonsharma)
|
by KrahkaMaster
Deleting/Reading Text, and Coloring it.
|
|
[1 reply] : You can do both if you use platform specific functions. If you're on w... (by hamsterman)
|
by Phiru
FileFind.IsDot()??
|
|
[3 replies] Last: Yes. (It's a directory either way though) There is an example given :... (by hamsterman)
|
by TheDestroyer
Pass an array directly to a function?
|
|
[8 replies] Last: Thank you so much bud! I got it :) I'm grateful!! (by TheDestroyer)
|
by JohnBrystone
X has a pointer to Y, and Y has an object of type X
|
|
[13 replies] Last: Thanks to moorecm and Disch for your help. To warp up: If Y uses clas... (by JohnBrystone)
|
by shank8
Random Number Generation
|
|
[7 replies] Last: It uses two arrays. random_shuffle only needs the array you give it. ... (by hamsterman)
|
by costaaa
Will someone look this code over?
|
|
[18 replies] Last: yeah... you were prompted to press any key twice because you wrote sys... (by hasan shehryar)
|
by TnGraham
Convert Alphanumeric to Binary
|
|
[5 replies] Last: Yes hex numbers consist of 0-9 and A-F (also called base 16, 16 differ... (by binarybob350)
|
by Teelnaw
General question about inheritance
|
|
[14 replies] Last: [quote=Green Grass]Changing your name is a perfectly viable thing to d... (by ne555)
|
by utrbc
difference in CPU time for two similar lines, thanks
|
|
[9 replies] Last: I don't know anything about the VTune Amplifier, but as there are no t... (by kev82)
|
by gizzmo
Seldon - duplicate symbol
|
|
[2 replies] Last: That is a library, available here http://seldon.sourceforge.net/ (by gizzmo)
|
by chr15chr15
How is it possible that this code is escaping from the loop????
|
|
[6 replies] Last: It's not actually that complicated, but it's a C thing, that is becomi... (by kev82)
|
problem with char * |
|
[3 replies] Last: Thanks a lot for your care. I'm using FLTK to design an interface, and... (by soheilghafurian)
|
by TheCreator
TCP/IP Sockets?
|
|
[2 replies] Last: You might be better off working with an existing networking library. ... (by diedrexler)
|
Need Help! |
|
[4 replies] Last: thx for the reply and u help (by closed account 9wX36Up4)
|
by Teo
Segmentation fault for just declaring vectors?
|
|
[5 replies] Last: Thanks! Now it works. I made a terrible assignment mistake. (by Teo)
|
by holtaf
Another wtf!
|
|
[2 replies] Last: Aw snap! Thanks Xander314!! (by holtaf)
|
by TheNoobie
[Math Question] Projectile Calculation
|
|
[1 reply] : Off the top of my head: Define: T be the target's current position (... (by kev82)
|
by witiw19
Billing program slight problem
|
|
[4 replies] Last: Hm, yes the curly braces are misplaced. Back to the problem. It start... (by coder777)
|
by paulsim
outputdebugstring Dev-cpp
|
|
[1 reply] : std::cout << "The value of variable num is " << num << std::endl; ... (by Moschops)
|