by mekkatorqu
Get highest number of X numbers
|
|
[3 replies] Last: Put the five numbers in a vector. Use sort. http://www.cplusplus.com/... (by Moschops)
|
by AndroidZ
undefined reference to...
|
|
[2 replies] Last: Oh boy, haha. I'll blame that one on being tired. Thanks. (by AndroidZ)
|
by Blaed
Segmentation fault error
|
|
[1 reply] : you just cannot do it like you do it in your 'reverse()'. string is no... (by coder777)
|
by nadavr
Help with Linked List / Array
|
|
[2 replies] Last: I apologize .. Basically i get all kinds of errors but it seems all a... (by nadavr)
|
by moot1
whats wrong with this
|
|
[2 replies] Last: You cannot have << endl when initializing an string array. If you w... (by coder777)
|
by Eldy Voon
setw a table?
|
|
[4 replies] Last: nevermind.. (by Eldy Voon)
|
by stridexr
Calculating weekday
|
|
[2 replies] Last: Here is my attempt: #include<iostream> using namespace std; #include... (by stridexr)
|
by Tampopo
Help regarding calculation conditions
|
|
[6 replies] Last: Hey William, it's working now. I'm able to extract the age and print o... (by Tampopo)
|
by fitzumwell
Problems with a problem
|
|
[1 reply] : First of all, welcome to the forums:) From the assignment description... (by fafner)
|
by gh24
Recursion Help Needed
|
|
[7 replies] Last: The reason it is mostly functions is because it is using recursion. T... (by gh24)
|
by RapidX
Recursive functions
|
|
[6 replies] Last: Ok, so you were suppose to declare a char * originally, not a char t... (by WilliamW1979)
|
by abiz
reading from .txt file
|
|
[5 replies] Last: I have found what i was looking for, thanks everyone for the input :) ... (by abiz)
|
by sman
easy ones for somebody
|
|
[4 replies] Last: I like that method, I never purposely doing that. (by WilliamW1979)
|
by biplav17
A little problem
|
|
[16 replies] Last: You can use them if you like, they are the older versions of cin and c... (by WilliamW1979)
|
by Dstrayex
Explain push_back please
|
|
[2 replies] Last: You explained it great, imo. Thanks alot, i understand it now! (by Dstrayex)
|
by deathmoon
program doesnt prompt for input in getline()
|
|
[5 replies] Last: well. It worked for me. Getline should get the line. It clearly works ... (by biplav17)
|
by lirik
Help on terminating a program
|
|
[6 replies] Last: great! :) (by biplav17)
|
by ctrygirl
How to sort?
|
|
[6 replies] Last: after you have filled the values of the array (by biplav17)
|
by Tampopo
How do i go about doing calculation function?
|
|
[12 replies] Last: is it possible to do a addition of every staff gross salary in the arr... (by Tampopo)
|
by moot1
string
|
|
[1 reply] : to use string you include the library and use it as varaible. char is ... (by biplav17)
|