by incognito
increment operator query in vector (1,2)
|
|
[32 replies] Last: > it is simple for simple cases, but I don't think people realized tha... (by JLBorges)
|
by itcsr
Selection Sort/Quick Sort
|
|
[3 replies] Last: You do know about quicksort, don't you? And no, it shouldn't resort i... (by Pravesh Koirala)
|
by Cirabou
How to call on a private method in the main program?
|
|
[11 replies] Last: Thanks for the help, everyone! I figured it out. I didn't want to do i... (by Cirabou)
|
by tarun88
Parsing gdb errors
|
|
[2 replies] Last: Nice catch, uid was the problem, it was 0 in some cases. Thanks a lo... (by tarun88)
|
by flatline
Error message help - compile error
|
|
[1 reply] : I'm not quite familiar with NetBeans. Why don't you try CodeBlocks? It... (by Pravesh Koirala)
|
by ljs
const modifier on pointer attributes?
|
|
[10 replies] Last: ok, I see that now. (by ljs)
|
by Edwin Lee
Linked List Sorting
|
|
[3 replies] Last: if you add this to your class: bool operator<(LinkedList* a) { ... (by viliml)
|
by SheerSt
vectors and classes in a constructor
|
|
[3 replies] Last: I think I know exatly what the problem is! try adding a semicolon(';')... (by viliml)
|
by SheerSt
message while running debug: "An Access Violation (Segmentation Fault) raised in your program"
|
|
[3 replies] Last: I'm using Dev-C++ 4.9.9.2, which I think is kind of an old compiler a... (by S G H)
|
by puerto
Help with a Rational Number code
|
|
[1 reply] : 1- Use [ /code wrapper. 2- Use indents. 3- Don't throw the code at ou... (by TheDestroyer)
|
by tofiffe
char[] gets split
|
|
[2 replies] Last: thank you! (by tofiffe)
|
by Asatchaq
Need some help
|
|
[2 replies] Last: Yeah, I'm using the book to try to get up to speed before the class e... (by Asatchaq)
|
by Josh Huemann
Help needed, array being called into functions and multiplied.
|
|
[2 replies] Last: Line 43. Do you really want i > 10 as the control condition? (by cire)
|
by Ramin Kamal
Need a Desperate help
|
|
[1 reply] : Are you getting help with this? You don't have pm's enabled. Also. If... (by Vlykarye)
|
by Cirabou
passing variables from main to private method
|
|
[2 replies] Last: THANK YOU SO MUCH! (by Cirabou)
|
by Neb1000
Quick question about pointers.
|
|
[4 replies] Last: Ah I see, thanks. (by Neb1000)
|
by hopesfall
Resetting ifstream
|
|
[2 replies] Last: HashDictionary::HashDictionary(istream &sin){ while(!sin.eof()){ ... (by JLBorges)
|
by ceruleus
GetFileAttributes != GetFileAttributesW
|
|
[6 replies] Last: It depends entirely on where windows.h is included in relationship to ... (by Disch)
|
by SheerSt
vector of classes: what is the '*'?
|
|
[3 replies] Last: It makes sense if you intend to store object of derived classes in tha... (by ne555)
|
by geekygirl
Priority Queue
|
|
[no replies]
|