by swankmoney
Need help with Palindrome program
|
|
[7 replies] Last: I didn't think of that, I'll rework it so it goes through all options ... (by swankmoney)
|
by jc82
help...saving jpegs into a PDF using C++
|
|
[3 replies] Last: How is dependence on the MSCRT any different from dependence on the st... (by Computergeek01)
|
by jumper007
Read and Write big numbers
|
|
[11 replies] Last: With latest GCC windows port the code does not compile, it needs <cstr... (by modoran)
|
by ived
static data memebr initilization
|
|
[2 replies] Last: > I mean if we will do a static variable intilization a number of time... (by JLBorges)
|
by ived
Static data memeber initilization
|
|
[1 reply] : Duplicate post. Answered here: http://cplusplus.com/forum/general/769... (by Disch)
|
by unkn00wn
How to remove special chracters from a string
|
|
[11 replies] Last: Well, not boost::regex, but it has std::regex. But it's not very good.... (by viliml)
|
MySql with C programing |
|
[no replies]
|
by tejashs
about derived class access specifier
|
|
[3 replies] Last: got it thanks which ever specifier is more strict will be considered. (by tejashs)
|
by sasho648
Help me with C++ template function
|
|
[4 replies] Last: Thanks for giving me that new information for me. I was never heard ab... (by sasho648)
|
by brandonator
Functions
|
|
[4 replies] Last: Here, I'll tidy up his code for you: #include <iostream> #include <st... (by viliml)
|
by vijkrr
will stl::list clear will call delete if a list container pointer??
|
|
[1 reply] : No. What if you filled it with pointers to static objects? (by firedraco)
|
by projectUser
Install <unordered_set>
|
|
[2 replies] Last: ok thanks already got it g++ -std=c++0x file.cpp -o file ... (by projectUser)
|
by radioHarry
Trouble with list
|
|
[4 replies] Last: Thanks for replying helios. I understand what you're saying. It makes... (by radioHarry)
|
Anyway of telling what is in the buffer or the size of the string? |
|
[9 replies] Last: That looks just like what I would have done with get or peek. This is ... (by Volatile Pulse)
|
by Elyne
Game im working on...
|
|
[4 replies] Last: Yea. I thought the same I added what you told me it worked thanks you ... (by Elyne)
|
by brandonator
not allowing me to input for this code
|
|
[6 replies] Last: thanks, this solved my problem (by brandonator)
|
by theuser
strange characters with RegQueryValueEx
|
|
[1 reply] : This: char lszValue ; std::string cadena; DWORD dwSize=255; should be... (by kbw)
|
by oldcrow
Another question about template specialization
|
|
[4 replies] Last: OK, thanks for answering. (by oldcrow)
|
by pedrohcdo
New Languae (BRC)
|
|
[no replies]
|
by Bufflez
Inputting pictures from a file?
|
|
[2 replies] Last: Ok thanks, Framwork! (by Bufflez)
|