by Marcial
Program doesn't calculate
|
|
[7 replies] Last: Oops didn't see that clearly. Sorry my fault. Aceix. (by Aceix)
|
by wolfv
error with static key map
|
|
[4 replies] Last: Just to explain, The makefile originally had: a.exe: main.cpp map.o ... (by Lowest0ne)
|
by richielo
Graph Representation
|
|
[1 reply] : Maybe reading the references can help? http://www.cplusplus.com/refer... (by kevinkjt2000)
|
by Michael 11
Program to replace letters, multiple times.
|
|
[9 replies] Last: > what is the meaning/purpose of the .rdbuf() Read (the opening few p... (by JLBorges)
|
Finding the minimum, maximum and mode of a string. |
|
[4 replies] Last: // Find the min, max, and mode of a string #include<iostream> #includ... (by ValliusDax)
|
by mheaney
Controlling number of loops for a password program
|
|
[3 replies] Last: In the code below the integer loop_count is initialised to 0, each tim... (by ValliusDax)
|
by BrookeP
Sum of digits
|
|
[10 replies] Last: #include <iostream> #include <string> using namespace std; int main(... (by Yanson)
|
by azad90
Generate X in 2D board
|
|
[2 replies] Last: Dear ats15, When you select the desired number, put a value outside ... (by azad90)
|
by newton123
Newton's Second Order Formula
|
|
[2 replies] Last: thanks much. (by newton123)
|
by Penanito
Uncertain with a piece of code
|
|
[1 reply] : timeText.str( "" ); That clears the contents (not the state) of the... (by jaded7)
|
by ethan86
How to read data from text file.
|
|
[3 replies] Last: #include <iostream> #include <fstream> #include <cstring> #include <c... (by Yanson)
|
by Marcial
How do I scan a floating variable?
|
|
[2 replies] Last: Thanks a lot. I've searched in the site, but I couldn't find it. (by Marcial)
|
by BrookeP
New Sum of Digits
|
|
[1 reply] : Please do not double post. Somebody will help you on your original po... (by kevinkjt2000)
|
by unstoppy
declare in base and define in derived class
|
|
[3 replies] Last: thx for replies guys (by unstoppy)
|
by JohnJH
Operator overload
|
|
[3 replies] Last: I'd also like to point out that by convention, overloading operator==... (by yulingo)
|
by luspank13
Help, problem with struct and vector! (1,2)
|
|
[29 replies] Last: > The program should generate different start lists for each cout, and... (by JLBorges)
|
by newton123
Rescue Me!!!!
|
|
[3 replies] Last: You should probably have a derivative be calculated using the power ru... (by kevinkjt2000)
|
by Alby94
Namespace
|
|
[2 replies] Last: thanks! kevin! (by Alby94)
|
by Alby94
Template of functions
|
|
[2 replies] Last: Thanks!! (by Alby94)
|
by newton123
Always no sign change
|
|
[4 replies] Last: line 81 is a problem, initialise s, don't assume it will be 0.0 by def... (by tipaye)
|