by BeeOnee
Find the product
|
|
[5 replies] Last: #include <iostream> #include <cmath> void perfectSquares( int L, int... (by lastchance)
|
by LLL9999
Different output for sum using loop w/ (k*k) or pow(k,2)
|
|
[3 replies] Last: This should give you the same sum (to a slightly higher accuracy). #... (by lastchance)
|
by Emmy92
Scientific Calculator using 30 functions in C++
|
|
[3 replies] Last: adding obligatory 'please use code tags' next time and its <cmath> <cs... (by jonnin)
|
Identify open quotes in a delimited file |
|
[5 replies] Last: Just an historical note. The 'old' way to get an infinite loop was oft... (by seeplus)
|
by maureen22
Loop output slight error
|
|
[4 replies] Last: Ohh I figured it out, thanks for the help sir (by maureen22)
|
by math1212
Header, implementation and main files, undefined reference to constructor
|
|
[3 replies] Last: Can you show what compilation commands are generated? Do you see a Dog... (by Ganado)
|
CREATEACCOUNT |
|
[1 reply] : I suggest that the first step is to write down the classes without any... (by coder777)
|
by moosemb
C++ Word Guess game almost done, few problems ?
|
|
[7 replies] Last: using tolower is the only way I can get it to work.. however thats th... (by seeplus)
|
by vnovikov465
C++ Help with homework! The topic is Sequential Files.
|
|
[1 reply] : When posting code, please use code tags so that the code is readable ... (by seeplus)
|
by maureen22
Sum of loop output in float
|
|
[6 replies] Last: Ohh sh*t I got it, thanks man! (by maureen22)
|
by Orion98
Discrete Math
|
|
[4 replies] Last: yes. 10 things (6 10's and 4 zeros), choose 4 (the zeros), the 'combi... (by jonnin)
|
by mudd
Program to change case of user input, not reading spaces/symbols/already cased words.. (1,2)
|
|
[35 replies] Last: ... (by Duthomhas)
|
Advanced calc project |
|
[4 replies] Last: Thanks for the help. Moving the cout outside the loop worked. Sorry ... (by Iforgotacapital)
|
by wraith tmk
Election Program help please!!!
|
|
[5 replies] Last: After L93 you need code to free (use delete ) the memory allocated wi... (by seeplus)
|
by moosemb
C++ Hangman Program using Loops.
|
|
[4 replies] Last: I have everything written out. I very much doubt that - as lines 3... (by seeplus)
|
by learner999
Problem with Reading data from txt file
|
|
[10 replies] Last: Is this what you wanted? #include <iostream> #include <iomanip> #inc... (by lastchance)
|
by Antone21
C++ Xmemory error
|
|
[7 replies] Last: Or what should I use instead of main? are you asking me? Most code... (by jonnin)
|
by emcp
how to append data from buffer into something for OpenCV?
|
|
[4 replies] Last: I got it solved, posted solution here https://stackoverflow.com/quest... (by emcp)
|
by Le0n41
Strings
|
|
[1 reply] : A text consisting of words separated by spaces or commas is specified... (by lastchance)
|
by Reddevil1003
ntdll.dll dynamic linking
|
|
[5 replies] Last: You are welcome (by coder777)
|