by jo123
How to create a map to insert elements based on an event
|
|
[2 replies] Last: Thank you, I am trying that. (by jo123)
|
by braie4
GPA calculator
|
|
[5 replies] Last: No, I'm asking what you input for coursenum on line 75. It might be h... (by koothkeeper)
|
Overloading operators |
|
[9 replies] Last: I thought you couldn't explicitly call the constructer and only when ... (by Chervil)
|
by markusfurst
Ceasar cipher
|
|
[5 replies] Last: String function length() does not take any parameters. http://www.cp... (by Chervil)
|
Hello |
|
[1 reply] : Welcome! That was short, haha. #include <iostream> int main() { ... (by boost lexical cast)
|
by Joseph118
Create a define from a define
|
|
[1 reply] : Am I able to create a #define from a different #define macro. Yes. i... (by coder777)
|
by ztnelson
Parking Space Program
|
|
[no replies]
|
by Sampl37
Adding on a suffix to a file
|
|
[2 replies] Last: Thank you for the early christmas present (by Sampl37)
|
by muffsez
Nested for loops
|
|
[2 replies] Last: This is what I finished with: #include <iostream> #include <conio.h... (by muffsez)
|
by iSquall17
Two dimensional array, output different with my prof's
|
|
[1 reply] : This is the test that I made using the exact input my prof gave. When ... (by iSquall17)
|
by moosyman
LINK 1109 error?
|
|
[1 reply] : Realized I said damage at level 50 instead of 25, minor thing though f... (by moosyman)
|
by parkhill
Convert single character string to char without use of an array
|
|
[1 reply] : assert(string.size() == 1); char character = string ; (by helios)
|
by Tantum
Someone help me choose a compiler!!!
|
|
[5 replies] Last: [quote=Tantum]I do not want a command line compiler!!! I want somethin... (by mbozzi)
|
by dingdongdong
How to load strings into dynamic array and concatenate them?
|
|
[2 replies] Last: Dynamic arrays are somewhat misleading because a fixed size still has ... (by gunnerfunner)
|
by muffsez
Clarification on question
|
|
[16 replies] Last: p.s. Another advantage, apart from improved legibility, is re-usabili... (by muffsez)
|
by egio
What is my assignment's output?
|
|
[6 replies] Last: Awesome! Thank you so much! I finally have somewhere to go! :) (by egio)
|
by fivestar
Library Help
|
|
[1 reply] : well you may start with a struct (or class maybe) http://www.cplusplus... (by shadder)
|
by Kimmy1
Loops and average
|
|
[7 replies] Last: use arrays for the 5 numbers, then you can use loops in the program fo... (by shadder)
|
by Bukk
list iterators incompatible error
|
|
[1 reply] : void Prostredi::iterator::operator++(int) { iterator co... (by cire)
|
by moosyman
Functions returning odd values
|
|
[2 replies] Last: Thank you so much, solved the problem. (by moosyman)
|