How do I make this into a class function? |
|
[2 replies] Last: Ok, Write it like this: #include <iostream> #include <string> #inc... (by theturk1234)
|
by DreamTime
How Do I Pass Two Objects to be Stored in Another object by reference?
|
|
[2 replies] Last: Hi, I am guessing you meant C needs to use functions in A and B. Can... (by TheIdeasMan)
|
by axel609
reading files that contain both string and int
|
|
[2 replies] Last: You can use std::getline() whose last parameter is a delimiter which... (by KMagic)
|
by cyter
How do I pass arguments to functions with makecontext?
|
|
[2 replies] Last: Line 50, 58 and 66.38 (by cyter)
|
by kkoeplin
project help
|
|
[no replies]
|
by aerichsen
Computing grade sign
|
|
[1 reply] : why not trying to use series of If statements as follows: if (point>... (by Aminu Bishir)
|
by Sparrow17
Classes
|
|
[3 replies] Last: Hey so does this not ask the customer for their first and last name? i... (by Sparrow17)
|
by Trigguy
having trouble finishing my stack
|
|
[6 replies] Last: template<typename T> class node { private: node<T>* next; T data;... (by Trigguy)
|
by Bo Nystedt
How do I erase the first 7 rows plus the 9th in a 3d vector like vector<vector<pair<int,int> > >?
|
|
[2 replies] Last: Thank you cire for your quick answer.I did what you proposed and manip... (by Bo Nystedt)
|
by Idiotal
Dice Game.
|
|
[4 replies] Last: Thanks so much! :) (by Idiotal)
|
by WhatIf
ifstream object seems to be null
|
|
[3 replies] Last: I moved std::ifstream DBFile; outside the constructor, before the co... (by WhatIf)
|
by megatron 0
Help rearranging motion equations
|
|
[5 replies] Last: Thanks for the help with the mathematics parts guys I appreciate it. I... (by megatron 0)
|
by YamiFrankc
Template functions populate_array, display_array, etc?
|
|
[7 replies] Last: //does not work std::reverse(std::begin(arr), std::end(arr)); ... (by TheIdeasMan)
|
Can you please tell me what did i do wrong. |
|
[3 replies] Last: Tnx man, will keep this in mind! Appreciate good tips about my code! (by etrusks)
|
I have a problem with 'cin >>' |
|
[1 reply] : http://www.cplusplus.com/forum/articles/6046/ (by rafae11)
|
by AnantaP
Is there some error in my code??
|
|
[2 replies] Last: Thanks it works (by AnantaP)
|
by BrentY
Random selection of numbers
|
|
[6 replies] Last: @jpp2002, when writing some code for a beginner my primary aim is tha... (by Thomas1965)
|
by Rawrr
Error Checking
|
|
[11 replies] Last: @mgoetschius It's alright, you weren't the one teaching it :+D I u... (by TheIdeasMan)
|
by phatboy
Up for the challenge?
|
|
[4 replies] Last: my updated code: #include <iostream> #include <fstream> #include <s... (by phatboy)
|
by phAMG
Subtracting from inventory
|
|
[1 reply] : Code is text. Please don't give us images of your text. Also, this i... (by cire)
|