by soupsoup
GetPrivateProfileString
|
|
[4 replies] Last: GetPrivateProfileStringA was a good one, thanks! Problem solved. (by soupsoup)
|
by nathan10
Return an Array from a Function
|
|
[1 reply] : Here is what was given as the correct way to return an array. Is that... (by hamsterman)
|
Byte Alignment in C structure |
|
[1 reply] : please do not re-post the same question Ref: http://www.cplusplus.... (by vvadan)
|
by golfgirl32
Using Overloaded Constructors
|
|
[3 replies] Last: You have multiple problems in the class 1) overloaded constructor i... (by vvadan)
|
by afable
typeid(xxxx).name() "m" returned?
|
|
[3 replies] Last: Thanks for the information kbw and jsmith. I'll look up the definition... (by afable)
|
by waxman
Storing a Formula, Not the Result
|
|
[9 replies] Last: I would strongly recommend that you use more meaningful names for th... (by jsmith)
|
by jellyfish
Complex Numbers (Division)
|
|
[3 replies] Last: nothing wrong with that. (22+7i)/13 = 22/13 + 7/13*i = 1.69 + 0.54i. ... (by hamsterman)
|
by toks
vector of strings
|
|
[3 replies] Last: Thank you very much . (by toks)
|
by heidiK
duplicate removal
|
|
[4 replies] Last: Thanks a LOT coder777 :-) . Let me try your code (by heidiK)
|
by jland68
delete a word
|
|
[3 replies] Last: No, it is not a simpler process; reading in parts is more complex th... (by Duthomhas)
|
by mactaite
invalid conversion and too few arguments errors
|
|
[no replies]
|
by ThePixel
How are Graphics done?
|
|
[5 replies] Last: #include the library headers and tell the linker that you are using th... (by Bazzy)
|
by gratstone
difference between n* p and n *p
|
|
[1 reply] : There's no difference (by Bazzy)
|
by javamarket
Newbie - Split an array in two and return
|
|
[4 replies] Last: sohguanh It's better not to do other people's homework. (by kbw)
|
by KLSlim
Break string into seperate words and translate
|
|
[11 replies] Last: Ok this works but I don't understand what the if (std::string::npos =... (by coder777)
|
by halopower67
Finding lowest/highest values in 2D array
|
|
[9 replies] Last: [quote=I]then replace every cout with the fstream object In your fun... (by hamsterman)
|
by m m
Turn the name of a variable into a string.
|
|
[5 replies] Last: ejemmm... I meant many thanks to all, (by m m)
|
Classes vs Unions and Structs |
|
[4 replies] Last: Okay, makes sense. (by fruitloop2222)
|
by molma100
Using strings in arrays
|
|
[1 reply] : chars have a single character like 's'. "stats.png" is more than 1 ch... (by Disch)
|
by crxxtc
average array functions
|
|
[10 replies] Last: thanks zaita for your help (by crxxtc)
|