by nano511
Need help with strings
|
|
[2 replies] Last: First of all you can define string literal "nick " as a const pointer.... (by vlad from moscow)
|
by jojo212
Interdependent Class design question
|
|
[3 replies] Last: I tried various designs to get around this issue, but wasn't able to ... (by TheIdeasMan)
|
by WesleySnipes
constructor problem
|
|
[2 replies] Last: Ahhhhh! Thanks. I knew it was something dumb... (by WesleySnipes)
|
by macleight
More arrays! And an overloading question
|
|
[19 replies] Last: I have one function named Difference, that can be sent both doubles a... (by TheIdeasMan)
|
by xfecto
Calculating the average score
|
|
[8 replies] Last: Line 116: Should this be an if statement? The value of mainLoopNo isn'... (by TheIdeasMan)
|
by alext
Letting the user add and remove data from an array
|
|
[1 reply] : One unrelated suggestion is that you achieve this menu through swit... (by Dissimulation)
|
by Aqeel Abbas
why this is always returning true ?
|
|
[8 replies] Last: moschops like this ?? int j=0; for(int i=length;i<=0;i--) { b =A j... (by Aqeel Abbas)
|
by buddy208
How to remove a character
|
|
[5 replies] Last: as you're using sizeof(" ") when I assume you meant to use sizeof(' '... (by DesiredNote)
|
Loops |
|
[2 replies] Last: Wow. didnt know that was there... Thanks a lot! (by closed account LN7oGNh0)
|
by Aqeel Abbas
Error 2 error LNK1120: 1 unresolved externals
|
|
[6 replies] Last: oooo man :) thanks i got it (by Aqeel Abbas)
|
by jojo212
Getting 'no matching function' trying to use new keyword
|
|
[7 replies] Last: [quote=jojo212] "What I did was I created two constructors for Passeng... (by closed account zb0S216C)
|
displaying 2D array correctly |
|
[3 replies] Last: Yep it is. Just think about it a little, I'll leave it to you to figu... (by blueberry)
|
by kuriolis
How to call a template class?
|
|
[4 replies] Last: lol, ty. :) Will reply to this again, when I have another chance to r... (by kuriolis)
|
by scu1casper
Help please!!
|
|
[no replies]
|
by Waqar Ahmed
Output Problem,
|
|
[8 replies] Last: Waqar, It seems as though you may be writing K&R's "C" language. may I... (by Incis B)
|
by Maissa
An array and subprogram problem
|
|
[2 replies] Last: Yes you did very much thank you i get it now i didn't need the max but... (by Maissa)
|
by nano511
Expression must be a modifiable Ivalue?
|
|
[2 replies] Last: Thanks you! (by nano511)
|
by bgninja
C++ Constructors
|
|
[1 reply] : http://www.parashift.com/c++-faq/empty-parens-in-object-decl.html http... (by Catfish2)
|
by Eliijahh
Array, stack, heap question
|
|
[7 replies] Last: Looks like the default value for the type is returned? What's retur... (by cire)
|
by BasicNewbie
Set of Item ( last question )
|
|
[3 replies] Last: item++; and item--; change the value of item , by adding or remov... (by Catfish2)
|