by jlangholzj
data corruption in structs
|
|
[3 replies] Last: You are. There are 22-14 = 8 elements in KeywordValues. There is no 16... (by hamsterman)
|
Shared Object File |
|
[1 reply] : I don't know much about the subject of compilers and such, so I'll jus... (by webJose)
|
by Drue
Deploy Iss
|
|
[2 replies] Last: Ok. Thanks. (by Drue)
|
by atcdva
homework help
|
|
[2 replies] Last: Does the 42 have to be words as well? Getting the front is easy. First... (by wolfgang)
|
by LB
std::exception(const char *const&, int) second parameter??
|
|
[2 replies] Last: So should I derive from std::exception and make my own exception class... (by LB)
|
by blueeyedlion
What is wrong with this line?
|
|
[8 replies] Last: After further testing, It looks like a piece is added to the to check ... (by blueeyedlion)
|
by gujinni
sets
|
|
[16 replies] Last: tnx for your help. (by gujinni)
|
by TnGraham
How to compare two string arrays
|
|
[13 replies] Last: Again, charlist is a two-dimentional array of CStrings. The syntax yo... (by kooth)
|
by alhanz
Removing a specific text from a textfile
|
|
[7 replies] Last: Did you move the end of the loop like I mentioned? That may make all t... (by Galik)
|
by shank8
Word Scramble Help
|
|
[9 replies] Last: thank you for the tip and link Galik (by shank8)
|
by TheCreator
TCP/IP Sockets
|
|
[1 reply] : There can be multiple IP addresses per hostname (by mackabee)
|
by nano511
SDL linker problem
|
|
[1 reply] : You're not linking to the SDL library. I would see about excluding 'ms... (by Computergeek01)
|
Assistance Needed: 2D Path Finding |
|
[4 replies] Last: Hmmm... Perhaps it's me that's the issue. Thanks for looking anyway, C... (by closed account zb0S216C)
|
wstring null termination |
|
[6 replies] Last: wstring is a class and will give you all the facilities automatically.... (by writetonsharma)
|
by brashau
need help with remove duplicate in a array using functions
|
|
[3 replies] Last: I changed it for you. 1. index start from 0, so it should be i < len... (by writetonsharma)
|
by GeckoLink
fabs not working...
|
|
[2 replies] Last: thanks that really helped! (by GeckoLink)
|
by Yvision
TLS and object with constructor
|
|
[1 reply] : If you're working with Windows, you could check out this example: htt... (by webJose)
|
C++ packet sniffer |
|
[2 replies] Last: I think wireshark can be used for this. its opensource. http://www.w... (by writetonsharma)
|
by slpntfan
[Linker error] undefined reference to `play(int)'
|
|
[2 replies] Last: play(aSecretNumber); You're trying to call a function called play t... (by Moschops)
|
by ratchet37
logical error!
|
|
[3 replies] Last: sup s1 ,s2 ,s ; - type missing (is sup a type?). Also, you can only u... (by writetonsharma)
|