by liangxiao
mysql C API connection question
|
|
[2 replies] Last: Hi melkiy, Thanks, If I read manual careful enough, I should find a... (by liangxiao)
|
by pattaway
no matching function...
|
|
[5 replies] Last: The A would be a good use if A was an unidimensional array. Consideri... (by Ashden)
|
by zooeyes
extracting emails from txt file
|
|
[1 reply] : This is because you are extracting email on the basis of @,this one is... (by mogha)
|
by beavisbeast
Struct error
|
|
[10 replies] Last: What type did you declare temp as? And what type is plist? (by PanGalactic)
|
by ADizzle491
Overloading the output operator << as a friend
|
|
[3 replies] Last: Huh. See the second post: http://bytes.com/topic/c/answers/63289-templ... (by helios)
|
by felipelc
Decimal in C++
|
|
[3 replies] Last: Well, 9999999999.00001 is well inside the 64-bit limit, but if what yo... (by helios)
|
by JRevor
Return not returning!!
|
|
[6 replies] Last: Thanks helios. Yeah, it seems the problem is related to that. When i ... (by JRevor)
|
by kakashi316
output problem
|
|
[4 replies] Last: ok, i have a more specific question that does not involve alot of code... (by kakashi316)
|
by koenigs
A question on inheritance
|
|
[3 replies] Last: Thanks guys for the speedy response! I hadn't thought of doing it tha... (by koenigs)
|
by DRJTower
Copying void * data
|
|
[2 replies] Last: Thanks so much!! I new there was probably a c function for this. (by DRJTower)
|
by n4nature
Downcasting with private inheritance
|
|
[3 replies] Last: You want polymorphism, private inheritance has different purposes: ht... (by Bazzy)
|
by NGen
Handling the Mouse
|
|
[5 replies] Last: Solved in http://www.cplusplus.com/forum/windows/16988/ (by kbw)
|
by Asteroth
std::map does not compile when value type is template
|
|
[4 replies] Last: I've tryied in visual studio and it compiles indeed, but I need it for... (by Asteroth)
|
by solidcrowd
Edit programs for money
|
|
[1 reply] : I'll do it for USD 300. (by helios)
|
by Wr3ckinCr3w
Vector Of Structs Problem
|
|
[7 replies] Last: If the argument passed is an empty vector, it won't work (by Bazzy)
|
by kenshin143
Making a program "skip" to another part.
|
|
[14 replies] Last: So is it that depending on user input you want to go back to some part... (by manojr)
|
by NickPaul
Networking in C++
|
|
[2 replies] Last: Awesome :) Thanks for that! Any good tutorials for the Boost library? (by NickPaul)
|
Out of range |
|
[4 replies] Last: Problem Solved. Though x was unsigned long since k and s were integ... (by rachitagrawal)
|
by Una
2D dynamic array of pointers
|
|
[7 replies] Last: operator = needs to be overloaded for cluster_node. (by manojr)
|
by Melchoire
base class undefined, class type redefinition and lots more
|
|
[5 replies] Last: Are you sure you put header guards in place, in addition to stripping ... (by JivanAmara)
|