How to implement a function that return two integers? (1,2) |
|
[20 replies] Last: Why not use references if you want to return multiple variables? Simp... (by mbozzi)
|
by spax1111111
Ctime
|
|
[7 replies] Last: There are many alternatives to ctime that have a richer, more flexib... (by dangrr888)
|
by bmakloski
Using classes to work with Mathematical Numbers
|
|
[16 replies] Last: Oh -- the problem is on line 49. Your overload for operator>> needs t... (by mbozzi)
|
by DylanMorganx
Having a class for variables
|
|
[5 replies] Last: I have changed the way I have done it now, I decided to make it so the... (by DylanMorganx)
|
by nomat
Logic Erros
|
|
[3 replies] Last: Mmmh ok will re-work this and see what results i get. The test input f... (by nomat)
|
by spax1111111
Problem with while loop!
|
|
[2 replies] Last: aaaaaaaaahaaaaa yes i can't believe i did this again thx :D (by spax1111111)
|
by raminM
flipAround
|
|
[2 replies] Last: sure thanks for the hint, I'm gonna get rid of the asserts and give i... (by raminM)
|
by rkarim
Pointer in array problem
|
|
[3 replies] Last: arr there is no need to declare additional memory if you're not goi... (by gunnerfunner)
|
by kikiyox77
Help with implementing linked list
|
|
[6 replies] Last: You seem to have the code skeleton but otherwise I can't see much of y... (by Pattako)
|
by parkhill
Creating linked list from virtual class
|
|
[4 replies] Last: I've tweaked some singly linked list code I posted last week (sorry ca... (by gunnerfunner)
|
by gohawks
int array to char array
|
|
[3 replies] Last: You could loop over the data and convert, OR you could cast it. int... (by Bdanielz)
|
by kikiyox77
Singly linked list
|
|
[1 reply] : http://www.cplusplus.com/forum/general/209044/ http://www.cplusplus.co... (by closed account 48T7M4Gy)
|
by L4R63N7
cout not working in For Loop
|
|
[3 replies] Last: Try this now: #include <iostream> int main () { const int UBOU... (by JLBorges)
|
by NICE8x
Class derived from a derived class
|
|
[2 replies] Last: Hi, A Circle is not an Ellipse and vice versa, so one should not i... (by TheIdeasMan)
|
by Sentoo
For Loop Help
|
|
[9 replies] Last: Just an opinion, I'd consider ufrnkiddo's approach quite reasonable. C... (by Chervil)
|
How to turn off getline? |
|
[3 replies] Last: Sweet, I got it to work with my int variables. Doubles should be pret... (by givemeallthehelp)
|
The Average Of Three grades |
|
[2 replies] Last: I found some ambiguities in the way you represent the scores (if the s... (by ufrnkiddo)
|
by Lars V
problems using string substr()
|
|
[4 replies] Last: Thank you! The initial idea was to do this with the find(), length() ... (by Lars V)
|
C++ Programming Help |
|
[2 replies] Last: Thanks, it worked. (by StrikingSparrow)
|
by Tony321
External linkage doesn't work (1,2)
|
|
[21 replies] Last: It helps to note the difference between a variables definition and i... (by dhayden)
|