by ruda
int inside char*
|
|
[1 reply] : You could use a stringstream. std::stringstream query; query<<"SELE... (by Zhuge)
|
by ahmed9300
Sum
|
|
[5 replies] Last: Ok. Let me apologize again for misleading you. This is much harder pro... (by simeonz)
|
by tkauffman2
sort a dynamic array
|
|
[3 replies] Last: I'm just having problems accessing the ints from the array (by tkauffman2)
|
by chrisname
Hooking standard input and output
|
|
[6 replies] Last: I think it's cool that it works but I don't think it works very well. ... (by chrisname)
|
by eLancaster
Filling in a Dynamic Array dynamically
|
|
[2 replies] Last: Many things are wrong with this code. Line 6: You're allocating a raw... (by Athar)
|
by aps83
Stuck in Memory Allocation
|
|
[3 replies] Last: Actually, I don't think there is something wrong with your code. I thi... (by simeonz)
|
by Darkenor
Where is a good template/metatemplate/advanced C++ exercises bank?
|
|
[2 replies] Last: Thanks - a colleague at work actually recommended that book, as well a... (by Darkenor)
|
by pcannons
Pointer/Template Exercise - Not Out Putting Anything
|
|
[5 replies] Last: Hi, Thank you everyone for the help. Robertlzw, Disch, you are r... (by pcannons)
|
by chess
c++ string checking
|
|
[1 reply] : After you read in the input, you can use the string method find_first_... (by Zhuge)
|
by azizjoh
call function between classes
|
|
[1 reply] : That's really hard to follow. Can you post example code? (by Disch)
|
by tbear2500
Vector problem
|
|
[2 replies] Last: I solved the problem, but it was by removing a line completely unrelat... (by tbear2500)
|
by ModShop
Game crashes! no error message, just stops
|
|
[5 replies] Last: Solved it! I don't know what happened with the original code, but I ma... (by ModShop)
|
by parabola
Inheritance, polymorphism, and comparison operators in a binary search tree
|
|
[4 replies] Last: The best way to bind the implementation of some function (predicate in... (by simeonz)
|
by Bezi
LAPACK/BLAS versus simple "for" loops
|
|
[3 replies] Last: What OS are you doing these operations on? I might have a way for you... (by Bezi)
|
Question About Code::Blocks |
|
[7 replies] Last: @ Luc Lieber: I'll check that out thanks. Boost has always been a head... (by Computergeek01)
|
by vitinho444
[Making My Game] Save and Load
|
|
[13 replies] Last: The Property Tree library from Boost would also be a viable choice. Y... (by closed account 3hM2Nwbp)
|
by BushraSQU
please could you change this code from C to C++?
|
|
[4 replies] Last: Dear BushraSQU Nonsense. You don't understand that piece of c... (by Duthomhas)
|
by davermont
stl pairs question
|
|
[2 replies] Last: if T is a pointer type, std::pair<> will NOT call delete on the pointe... (by jsmith)
|
by navderm
My friend with my father !!
|
|
[1 reply] : Compile and find out! class C{ int c; public: void func(); ... (by hamsterman)
|
by onako
Compile time
|
|
[1 reply] : Why you should not include cpp http://www.cplusplus.com/forum/begin... (by ne555)
|