by Zaroth
Initializing a pointer to vector of pointer to string
|
|
[5 replies] Last: Almost std::cout << *(namesPtr->front()) << std::endl; //visit "... (by Disch)
|
by Phass
Code Error !! Opening file problem !!
|
|
[10 replies] Last: Yes, it was exactly this. Thanks !! (by Phass)
|
by jdw
short but complicated ascii code
|
|
[3 replies] Last: that is very helpful, thankyou. i appreciate your taking the time to l... (by jdw)
|
by goliath042
Debugging problems with Class program
|
|
[4 replies] Last: do you mind if you post the code up? (by goliath042)
|
by Elmofongo
Tips on making this work.
|
|
[5 replies] Last: Thanks guys big help. I used if else at the beginning and finished it ... (by Elmofongo)
|
by Zaixu
Pointers and fuctions.
|
|
[1 reply] : class ControlUnit { private: Lala lalaobj; Pulse pulseobj; Th... (by ne555)
|
by nickrt
Operator overload assignment
|
|
[5 replies] Last: First, your assignement operator doesn't do anything. If you want to ... (by ne555)
|
by ferchots
How to build a dll from a vcproj with C++ (or Matlab)?
|
|
[no replies]
|
by Adidas
Difference between 1 to 10
|
|
[3 replies] Last: if (line_sim =='1') { if (line_sim.size()==1) cout<... (by Adidas)
|
by wtf
I can't figure out what is right with my compiler.
|
|
[2 replies] Last: I would love to use & learn visual studio, but alas I don't have the r... (by wtf)
|
by melissak0421
write to file from binary tree
|
|
[1 reply] : What's 'inorder' ? The code should be void write(Node* n){ fstr... (by hamsterman)
|
by toks
which function is needed ?
|
|
[3 replies] Last: That's exactly what aiby's code is doing. Never use gets. Use getli... (by Athar)
|
error: no match for operator ! |
|
[3 replies] Last: Not all implementations of the standard library are standard-compliant... (by Athar)
|
by henry1999sg
error in vector<boost::shared_ptr<>>
|
|
[2 replies] Last: If this fixed your problem, you should mark this thread as solved. (by Athar)
|
by henry1999sg
simple way to convert string to date in C++
|
|
[2 replies] Last: thanks... very smart. (by henry1999sg)
|
by mussa3li
Prime number calculator
|
|
[11 replies] Last: Another optimization will be just testing for division against prime n... (by ne555)
|
by digipak
triangles bounding box
|
|
[1 reply] : Maybe finding the slope of a side would help? (by taylorc8)
|
by monkeyboy
Morse Code Converter
|
|
[3 replies] Last: I think this is a crappy assignment (if it is one) because you have to... (by taylorc8)
|
by monkeyboy
Making one string another string....
|
|
[2 replies] Last: C++ strings are mutable, and they offer quite a bit of flexibility. If... (by taylorc8)
|
text file |
|
[1 reply] : OK, Great! Good luck! (by taylorc8)
|