by GTKnight
Class assignment is so frustrating. Cannot figure out
|
|
[6 replies] Last: Alright I will try that out and see what happens... I sent you a pm ab... (by GTKnight)
|
what is the problem of this code |
|
[1 reply] : Ah... hehehe. I had this problem once and I hated IOstreams for a whil... (by Albatross)
|
by kikirikou
Why i can't return this?
|
|
[3 replies] Last: Thank you all for your time,thanks Athar now i understood what i was d... (by kikirikou)
|
by frankilische
Inputs
|
|
[5 replies] Last: Okay. Well. Pseudo-endless loops are fine if they're short. But in the... (by Athar)
|
by joseplusplus
why dyna. allocation is allowed to pointers only?
|
|
[14 replies] Last: My questions are, in the first case, does the object pointed to by s ... (by Athar)
|
by nathan10
Copying by Reference
|
|
[7 replies] Last: "Allocate" doesn't imply you have to use new or new . If you create an... (by Athar)
|
by tamzeeni
stack
|
|
[6 replies] Last: thanks guys and sorry for the misbehavior...what i mean is how to use ... (by tamzeeni)
|
by wtf
Please look at my queue class and tell me what you think.
|
|
[4 replies] Last: No. (by helios)
|
by Patrunjel
Simple function gone wrong...
|
|
[7 replies] Last: +1 Athar. Using g++ in the console is masochism. I wouldn't recomm... (by Disch)
|
SDL Setup |
|
[2 replies] Last: This was a completely different/easier method than any other I have fo... (by closed account 1yvXoG1T)
|
by jopeters
separating the digits of an int so they can be manipulated
|
|
[2 replies] Last: Just do it in one pass. You only need an array if you want to break... (by Disch)
|
by jleach
Macro Guard - Defining a Filename
|
|
[7 replies] Last: Since not all compilers support #pragma once you need to have at min... (by Duthomhas)
|
by jleach
linking headers and sources
|
|
[1 reply] : http://www.lurklurk.org/linkers/linkers.html Nevermind, I found it ... (by jleach)
|
by kwncy
Function Problem, what is wrong with this code?
|
|
[5 replies] Last: Compare lines 10 and 105; you declared function to be returning floats... (by eraggo)
|
by kikirikou
can i create a function which returns a class object?
|
|
[5 replies] Last: Thank you all guys for your help and your time. Pax nice and easy t... (by kikirikou)
|
by wtf
Destructor that doesn't get called on going out of scope
|
|
[8 replies] Last: Every new needs a delete. [quote=wtf]or will this suffice That de... (by Athar)
|
by Mihay07
2d array rotation
|
|
[1 reply] : never mind..i got it myself. #include<iostream> #define MAX 20 u... (by Mihay07)
|
Calendar Program |
|
[2 replies] Last: Athar, you are the MAN! If I could right now, I would give you a giant... (by brycematheson)
|
by dziadgba
Use of ‘const’ in Functions Return Values
|
|
[4 replies] Last: Albatross: the int h is implicitly making a copy. (by Pax)
|
by nanochan1
spaces in char array input - C++
|
|
[8 replies] Last: thanks, i've managed to solve it by myself already (by nanochan1)
|