by hopesfall
Creating an iterator
|
|
[1 reply] : You can either let the iterator contain a pointer to the stack and an ... (by Peter87)
|
Higher precision than double possible? |
|
[5 replies] Last: Since it's open source/GNU (ugh...) try doing what you should do with ... (by puzlanzen)
|
by puzlanzen
standard RegEx library doesn't recognize spaces? How to fix?
|
|
[2 replies] Last: Wow... I feel stupid... I guess you are right. It was after midnight w... (by puzlanzen)
|
by Eyad
Wrong output
|
|
[3 replies] Last: EGAD Eyad! It sounds like you're complaining about a 90 minute resp... (by cnoeval)
|
by nickoolsayz
[HELP] Im reading data from .csv and storing into arrays
|
|
[5 replies] Last: As others have suggested. Read an entire line. Parse that line. Apply... (by clanmjc)
|
by jvscrptr
Build errors on my code.
|
|
[2 replies] Last: Question one, is m_Tabs a member of CMover? Question 2, is CMover par... (by clanmjc)
|
by fairburn
Help reading data from a text file
|
|
[6 replies] Last: Do you absolutely need a linked list? Vectors are an easy/safe way to... (by Stewbond)
|
by Shiva dzhee
Function parameter passing mechanism in details
|
|
[6 replies] Last: A specific compiler or interpreter may give a stable result, but this ... (by Duthomhas)
|
by zsukal
how to catch exception modifications to the array "const pointer"
|
|
[2 replies] Last: Hi First you define the parameter of the function to be const or not.... (by therockon7throw)
|
by beere
Is there a way to do something like switch cases with #includes?
|
|
[1 reply] : You're not really clear on what you're trying to do: If you're trying... (by Kyon)
|
by navdiv
calculate mean of framewise calculated values
|
|
[no replies]
|
by snova
regarding boost::interprocess::message_queue operation
|
|
[no replies]
|
by ZaurBilalov
LCD Display
|
|
[1 reply] : Seems like a lot of work. I would just tell my friend he's being an i... (by cnoeval)
|
by codrgi
write a value into memory by dll?
|
|
[1 reply] : By using just C++, placement new maybe what you're looking for. Palc... (by closed account zb0S216C)
|
by Svarrio
having problems with the this pointer
|
|
[4 replies] Last: now it complies dlist->unlink(this) dlist is what i had wrong (by Svarrio)
|
by lo0lo0999
help me convert this C++ program to Visual C++
|
|
[2 replies] Last: Ok I want to modify this program to make garphics user interface to ma... (by lo0lo0999)
|
by guerrez
Advanced Bit Operation
|
|
[3 replies] Last: Hi! I will explain better, I have to send 2 package of 16 bits to the ... (by guerrez)
|
by gumata
hashtable
|
|
[1 reply] : Depends on how you made the hashtable. What does it store and how? (by Gaminic)
|
by Maggi Iggam
Can't find solution ???
|
|
[1 reply] : This is a standard breadth first search problem (BFS). BFS algorithm t... (by turingcomplete)
|
by wbeasley
Vector of strings, what is the easiest way to do it
|
|
[4 replies] Last: Certainly the magic number has to go. std::vector<std::string> names... (by cire)
|