by Kay94
seperate string (inlcuding blanks) at tab
|
|
[2 replies] Last: yes, this helps! especially the 3rd one is great for my use! so i can ... (by Kay94)
|
by coiseng
Dynamically create class objects?
|
|
[9 replies] Last: Are 's', 'r' and 'c' pointers to 'square', 'rect' and 'cross'? If they... (by Computergeek01)
|
by JOzier
write a function called delete-repeat
|
|
[4 replies] Last: Thank you ShodanHo. I was thinking to hard on it. It worked. (by JOzier)
|
by JasperBraun
How To Store A Variable in Memory When Program Closes
|
|
[2 replies] Last: Use data files to store any data. Take a look here: http://www.cplusp... (by condor)
|
by JasperBraun
Just a Question...
|
|
[3 replies] Last: Thank you so much, both of you( ! x ∞ ) The method that worked was: ... (by JasperBraun)
|
by moeedkundi
Xstring error.. !!
|
|
[4 replies] Last: oh .. thanks :) i used loop instead and it worked :) (by moeedkundi)
|
by InstantDeath
A question about pointers
|
|
[2 replies] Last: I also came across the terminology where it refers to an object storin... (by BitRat)
|
by liemliem2
Issue regarding initializer_list
|
|
[1 reply] : My suggestion is: update your compiler. Your first source code compil... (by Catfish4)
|
by davex
Memory Leak, need help deleting
|
|
[6 replies] Last: Thanks for all the help so far. Yes, it is all dynamic. I still don'... (by davex)
|
by print
adding array problem
|
|
[1 reply] : find_max() returns a single int, which on line 32 you're trying to ass... (by helios)
|
by Nonlin
Abort R6010
|
|
[1 reply] : So I figured out why it was doing that. Turns out I had a blank line... (by Nonlin)
|
by chiedozie
What does this compiler warning mean?
|
|
[6 replies] Last: I realized I was using C libraries when my program is in C++, so i rem... (by chiedozie)
|
by coiseng
programme crashes after returning result.
|
|
[2 replies] Last: void Cross::setCrossCord() { for (int i=0; i<=12; i++) // if xval... (by vin)
|
by junior147147
Question about Linked List
|
|
[no replies]
|
by IWishIKnew
Selling programs: Legal crap...
|
|
[2 replies] Last: Yeah, I don't know what the heck that's supposed to mean... What does... (by IWishIKnew)
|
by Arbondawn
iterators
|
|
[1 reply] : It's true that pointers can be iterators, but iterators aren't only po... (by Albatross)
|
Can't stand with c-style resource management |
|
[1 reply] : > std::unique_ptr<double> double_max(new double(300)); please cut yo... (by ne555)
|
by benbalach
vector<const T> vs. const vector<T> vs. const vector<const T>
|
|
[5 replies] Last: Thanks to everyone who replied! Now I understand everything. (by benbalach)
|
Pointer and function troubles! |
|
[3 replies] Last: The only thing the hmwk says is Complete this program, which you will ... (by Totes my goat)
|
by stardust2552
Code help...
|
|
[1 reply] : Can you post your code? and what does '{' : missing function header ... (by Danny Toledo)
|