by IneedC
Else without If
|
|
[8 replies] Last: your problem was already explained, but to answer: there is nothing e... (by jonnin)
|
by AndreasTm13
Reversed number
|
|
[2 replies] Last: Here's how you would print out the reverse of an int. #include <cmat... (by integralfx)
|
by MisterTams
Something that I do not understand about member functions in Classes.
|
|
[3 replies] Last: Thanks guys, That helped :) (by MisterTams)
|
by pumzye
ADT class not compiling
|
|
[9 replies] Last: [quote=Jib]you really only want close friends to have access to your p... (by LennisTheMenace)
|
by cristina999
PATTERN PRINTING
|
|
[3 replies] Last: Hello cristina999, Upon further investigation I found that the for lo... (by Handy Andy)
|
by AndreasTm13
First n prime numbers
|
|
[1 reply] : You already had: http://www.cplusplus.com/forum/beginner/210934/ If t... (by keskiverto)
|
by irr3s0lute
Tracing recursion better
|
|
[3 replies] Last: You only need one parameter: the number of stars in the line: // Draw... (by dhayden)
|
by AndreasTm13
Prime numbers
|
|
[2 replies] Last: I am here just to say about efficiency. This is not efficient algorith... (by bokisof)
|
by elecelen
Text editor in vc++
|
|
[5 replies] Last: CString buffer; CEdit *pEdit = (CEdit*)GetDlgItem(IDC_EDIT1); pEdit-... (by Thomas1965)
|
by Tony321
Derived class doesn't call base class default ctor
|
|
[5 replies] Last: http://stackoverflow.com/questions/21558/in-c-what-is-a-virtual-base-c... (by closed account 48T7M4Gy)
|
by jedaiCoder
How to prevent file.open() from displaying file's contents
|
|
[5 replies] Last: What he is saying is that the act of opening a file does not display i... (by jonnin)
|
by knox41234
QByteArray stores wrong value;
|
|
[3 replies] Last: It is not the wrong value. Read the documentation for QDebug::operator... (by Peter87)
|
by idknuttin
What is the difference between an array and a sequence?
|
|
[9 replies] Last: arrays vs sequences is interesting in that mathematically they are the... (by closed account 48T7M4Gy)
|
by adurante95
Finding the the sum of n amount of cubes
|
|
[6 replies] Last: ^ is xor, a logical operation. you want pow(n,3) or n*n*n (faster, po... (by jonnin)
|
by redhood
How do i Pass values from one array to another?
|
|
[2 replies] Last: Hello redhood, PLEASE ALWAYS USE CODE TAGS (the <> formatting button)... (by Handy Andy)
|
by MisterTams
Need some output formatting help!
|
|
[1 reply] : setw(19) << "TOTAL COST" try increasing this number from 19 to shif... (by gunnerfunner)
|
by dsteemke
Date Class - Invalid Inputs
|
|
[2 replies] Last: OP: upon some further thought ... entering input in the order year -> ... (by gunnerfunner)
|
by cegodica
How to accurately measure the runtime of a C ++ program with small input data
|
|
[2 replies] Last: Sincerely thank you! You have a very smart way, which I did not think... (by cegodica)
|
by esokoletsky
Function not working...
|
|
[1 reply] : line 22: You don't have a parameter in that function, and there's no n... (by arbwok)
|
by arbwok
A program that mimics an OS
|
|
[no replies]
|