by LiverpoolFTW
calculate the summation of consecutive positive odd integers from 1 to n
|
|
[4 replies] Last: Well, the sum of the first n positive odd integers is exactly equal to... (by jsmith)
|
by PiMaster
Functor vs. Function
|
|
[2 replies] Last: "functor" has a very specific meaning -- it is an object that (optiona... (by jsmith)
|
by abakiz
Cin being Ignored in loop.
|
|
[2 replies] Last: u can get input in form of a string. get it checked whether it contain... (by satyamkrishna2004)
|
by subarde
C++0x
|
|
[2 replies] Last: thank you so much for that answer :) (by subarde)
|
by shadowman
About the "^" sign
|
|
[2 replies] Last: thx (by shadowman)
|
How do you read from a file |
|
[3 replies] Last: If you must.. string getWord(ifstream& file){ string str; fi... (by hamsterman)
|
by ernandrew
HOw to create a alphabetize list
|
|
[3 replies] Last: thanks for the reply . :) it helps :) (by ernandrew)
|
by KevinnTCG
Creating a text document.
|
|
[15 replies] Last: Ok... What I mean is this: int main(){ io rpgio("log.txt"); ... (by PiMaster)
|
by kraigballa
vector::at question??
|
|
[1 reply] : Shouldn't it be: template<typename T> T& Vector<T>::at( size_t ind... (by kbw)
|
by LiverpoolFTW
Write a C++ program that solves quadratic equation to find its roots
|
|
[5 replies] Last: Got it to work great. Thanks again for all the help. And Liverpool ... (by LiverpoolFTW)
|
by Katma
School again
|
|
[1 reply] : Forget about parsing the input for now. Suppose you have three variabl... (by simeonz)
|
Overload? |
|
[4 replies] Last: The year was hidden; it was published in 1984 o_0 *Closes the PDF* So... (by closed account zb0S216C)
|
Checked Delete Idiom Question |
|
[4 replies] Last: Alright, thanks for your time. (by closed account 3hM2Nwbp)
|
by eNergizer
Critique my Work Hour Manager
|
|
[3 replies] Last: Also, I believe the word you mean is critique, not critic. I don't th... (by cppmatt)
|
by KevinnTCG
Application Crashing
|
|
[3 replies] Last: Ty hamsterman, i watched a video tutorial on arrays and the only thing... (by KevinnTCG)
|
by kuxz2008
fstream
|
|
[1 reply] : Three choices come to mind: 1. If the file is never edited external... (by simeonz)
|
by roelf01
Need a split function!
|
|
[4 replies] Last: THX man! You found the code i've been searching for! (by roelf01)
|
by jteally
making a simple bot
|
|
[5 replies] Last: getpixel() doesn't return a location though.. so i wouldn't know where... (by jteally)
|
by bzz77
Problem reading delimited int data from text file using stream
|
|
[5 replies] Last: P.S.... If you or anyone else could suggest anything in my code that ... (by bzz77)
|
by readysetgo
C++ Code Completion
|
|
[4 replies] Last: Another feature that I find interesting is on-the-fly syntax checks. I... (by simeonz)
|