by TimMoore
Iterators and Templates of Templates
|
|
[2 replies] Last: Bingo. That's it. Thanks!! (by TimMoore)
|
by Javac
Brute Force Multidimentional Array
|
|
[5 replies] Last: Dijkstra's algorithm is A* with h(e) = 0 for all edges e (usefull if n... (by exception)
|
by kokie29
I need prog. will accept dollar value & convert it to peso using "BREKDOWN"
|
|
[2 replies] Last: thank you for your reply (by kokie29)
|
by Corsican
Stray '\239' in program
|
|
[6 replies] Last: Today I went back to trying to solve this problem, and I was able to u... (by Corsican)
|
by alanmehio
Please correct the example in the string library
|
|
[1 reply] : It should be ifstream file ("test.txt",ios::in|ios::ate); //Or mayb... (by helios)
|
by mj4u7
C++ Programming Code won't work!!
|
|
[2 replies] Last: Few suggestions 1. Similar to other methods, create a method doub... (by anilpanicker)
|
by astro
changing memory values.
|
|
[2 replies] Last: sorry, i htought i posted the link http://www.dreamincode.net/forums/... (by astro)
|
Finding which point is convex in a simple polygon |
|
[12 replies] Last: You can make a function with this formula and then pass as parameters ... (by Mitsakos)
|
by g0dwyn
Header/Source Pecularity
|
|
[6 replies] Last: Ahh, wonderful. Problem solved. Thank you very much! (by g0dwyn)
|
by tnjones
How to sort a string vector
|
|
[5 replies] Last: You have to provide a 'comp' parameter which behaves case insensitive... (by Mitsakos)
|
by archaos90
Polymorphic object pointer question
|
|
[10 replies] Last: To the original question, can a derived class have a base-class type p... (by satm2008)
|
by afiq200990
MULTISETS!
|
|
[1 reply] : Try the references on this site, they are really good. Here is the ref... (by mahlerfive)
|
by kanesoban
ISO C++ forbids declaration of 'Node' with no type
|
|
[12 replies] Last: Okay, now the program compiles... and the Chained List datatype seems ... (by kanesoban)
|
by mahlerfive
Equivalent to serialization in Java
|
|
[2 replies] Last: The C++ standard doesn't specify any such library, but they do exist. ... (by Duthomhas)
|
by sfx81
error when using input iterator
|
|
[2 replies] Last: Lovely. Thanks mate for the quick reply. Appreciate it. (by sfx81)
|
by enduser000
<ctime>
|
|
[3 replies] Last: I thought a macro is the same as a defined constant...? and I understa... (by enduser000)
|
by terrence
program tha obeys the rules of logic gates(AND, OR)
|
|
[15 replies] Last: I can't find it. In any case, mentioning a particular architecture in... (by helios)
|
problems with getline |
|
[8 replies] Last: Thanks much. Nvm though, I fixed it myself =D cin.ignore(1024... (by BobFijiwinkle)
|
by djalexd
problem with STL containers
|
|
[7 replies] Last: I've solved the problem guys... the problem was related to the fact th... (by djalexd)
|
by mws535
Dynamic allocation of templates
|
|
[7 replies] Last: But that doesn't solve the problem of why it's failing to construct an... (by helios)
|