by jimmy5023
Yes or no
|
|
[12 replies] Last: http://www.cplusplus.com/doc/tutorial/functions2/ bool Function(cons... (by ne555)
|
by lssam
0xa0 error
|
|
[4 replies] Last: Hi Try compiling again and give us the full error message and we mi... (by shredded)
|
by chris111690
Adding fraction class and gcd functions
|
|
[no replies]
|
by Maerle
looking for a easier way to use strings
|
|
[1 reply] : 2) std::reverse or operate it backwards (the user do not need to know)... (by ne555)
|
by Maerle
Using the up, down, left and right keys
|
|
[4 replies] Last: What some ramdom dude said got fine. But it hapens some problems in my... (by Maerle)
|
by Darkenor
Static casting to <int> in a for loop?
|
|
[3 replies] Last: Ah, that makes sense! Thanks. I figured there may have been a better w... (by Darkenor)
|
by nm486
Default parameter question
|
|
[2 replies] Last: Thank you very much for your reply. That solved my problem completely... (by nm486)
|
by mathwang2
overloading a const member function
|
|
[3 replies] Last: Hi, PanGalactic and Disch: What you said is especially helpful. I t... (by mathwang2)
|
by drecklia
GUI
|
|
[4 replies] Last: Your talking GUIs now, back in the DOS era, I made my own with VESA vi... (by closed account 3pj6b7Xj)
|
by rcorty
reading input from text file in XCode IDE
|
|
[1 reply] : problem was the commas in the input file....replaced them with spaces ... (by rcorty)
|
by wtf
really weird problem.
|
|
[16 replies] Last: intricacies (by filipe)
|
by firix
singly linked list and doubly linked list
|
|
[4 replies] Last: template<class T> class List{ public: struct node{ T val; ... (by firix)
|
by jimmy5023
How to transform it?
|
|
[no replies]
|
by lssam
error runing simple code
|
|
[3 replies] Last: I think you complicated things a bit too much. Why aren't you using a... (by chronokitsune)
|
by wreidan
A function within a function.
|
|
[6 replies] Last: You are confusing yourself on what you need to achieve. You need to ma... (by Zaita)
|
by matt295
problems with dequeue function for my linked queue class program
|
|
[1 reply] : This is a very general question that probably requires a thorough unde... (by rcorty)
|
ifstream garbage output. |
|
[5 replies] Last: string line, cont; ifstream file; file.open("test.txt"); i... (by closed account DNwq5Di1)
|
by noofootheodd
I am stumped by wrong cout
|
|
[3 replies] Last: Thanks, I will put that into effect. (by noofootheodd)
|
by Gladdok
Operator definition doesn't return *this?
|
|
[2 replies] Last: I don't know why but some compilers won't complain if you don't return... (by Disch)
|
by mathwang2
Does friendship indeed not inherit?
|
|
[14 replies] Last: Weird. Maybe I'm wrong on that one? *shrugs* It errored for me ... (by Disch)
|