fstream with numbers |
|
[5 replies] Last: You can put whichever character you like but you'll need to use getlin... (by Bazzy)
|
by MisterEd
static / Dynamic casting and references/pointers
|
|
[3 replies] Last: thanks for both the replies! I think it's slowly becoming clearer. ... (by MisterEd)
|
by Ramboiory
Use a non-refence variable to receive a refernce-type returning value
|
|
[2 replies] Last: a in Front() goes out of scope before b is assigned to the value point... (by helios)
|
by ARWA
hello
|
|
[2 replies] Last: Please note that all code should go into the bbcode provided. (by closed account S6k9GNh0)
|
by Ramboiory
Customized "Compare" function for priority_queue
|
|
[3 replies] Last: Yeah, the "function object" works! Thanks very much to jsmith! :) (by Ramboiory)
|
by Tom12345
STL Map: string vs int as key type
|
|
[7 replies] Last: I think boost has a variety of CRC algorithms you could use. Or you... (by jsmith)
|
sungka game |
|
[12 replies] Last: Not knowing it's name, I've actually played this game on computer year... (by narcissisticcheer)
|
by luckycusp
2D Vector - push_back, erase
|
|
[4 replies] Last: vector.begin() does not return 0. It returns an iterator to the first... (by jsmith)
|
by jhelo
postorder program
|
|
[2 replies] Last: thank you. i now have a program that convert the nodes to preorder,ino... (by jhelo)
|
by player6
error C2662 const parameter
|
|
[6 replies] Last: 'Flower::GetColor' : cannot convert 'this' pointer from 'const Flower... (by player6)
|
by mgmsky
who can tell me?
|
|
[1 reply] : http://www.research.att.com/~bs/bs_faq.html All about C++ http://www... (by bluezor)
|
by jamesm6162
Multiple operator definitions
|
|
[2 replies] Last: Okay it seems I was having one of those days. It probably has somethin... (by jamesm6162)
|
by nsw1216
how to pass character array into and return it from function
|
|
[9 replies] Last: Means where should i make the correction ? Please guide me... (by nsw1216)
|
by fi3
calculate total resistance value
|
|
[4 replies] Last: It does not seem to me that you really understand the problem. What... (by turbozedd)
|
by Freon
auto_ptr assignment
|
|
[4 replies] Last: Because you might want to transfer the assignment like this maybe: ... (by firedraco)
|
by mrb9337
My error message: error C2659: '=' : function as left operand
|
|
[4 replies] Last: Function as left operand: #include <iostream> using namespace std... (by Duthomhas)
|
by Soujirou
Reading data from a file character by character to find word count
|
|
[12 replies] Last: stil not working :/ anyone know how i can fix it? This is what i cha... (by Soujirou)
|
by R0mai
nested template syntax
|
|
[4 replies] Last: Well, I never thought this could be valid. Thx Bazzy (by R0mai)
|
by fonzzie05
Counting 1 Word in Array C++
|
|
[3 replies] Last: #include <iostream> #include <string> #include <cstdlib> #includ... (by mcleano)
|
by luckycusp
Pointers to a class with attribute Vector
|
|
[5 replies] Last: It should work, but only if myptr still points to the beginning of the... (by helios)
|