by gerfy1
Just learned classes Want to practice
|
|
[1 reply] : Ok...now create a class, that has variable(private) and functions(publ... (by Aceix)
|
by thechad90000
Multi-character character constant and incorrect output
|
|
[1 reply] : You have a multi-character character constant on line 142. 3 spaces b... (by cire)
|
by ryancb06
If condition woes
|
|
[5 replies] Last: I agree but part of this challenge is to not use any strings or* STR m... (by ryancb06)
|
Program closes with cin.get () |
|
[4 replies] Last: Could you mark this as solved? std::cin.get() will extract the las... (by DesiredNote)
|
by thechad90000
Converting char array to string
|
|
[2 replies] Last: This must help! but sorry for not using labels in this context... Cod... (by Aceix)
|
by careyhrdngg
invalid operands of type int and unresolved overload function
|
|
[2 replies] Last: Thank you so much! That did it :-) (by careyhrdngg)
|
by lenc222
class explanation
|
|
[2 replies] Last: thanx a lot m8 :D (by lenc222)
|
Determine the largest value within an array |
|
[5 replies] Last: The solution you are providing is pretty genius, i'd say. I would neve... (by Terje Gundersen)
|
by Yangfizz
error. new types may not be defined in a return type. line 15
|
|
[4 replies] Last: int geta(); //doesn't have parameter (by chipp)
|
by stevez
I'm Almost There, Can Someone Help Me Out, Block Letter Initial Program
|
|
[no replies]
|
by ApacheOmega
can somebody (PLEASE!!!) explaine this bounded buffer shared-memory solution to me
|
|
[2 replies] Last: Hi Well, int myBuffer ; is just what you want (space for 5 integers... (by andywestken)
|
by KeithF
Coloured letters in output
|
|
[12 replies] Last: If you want to work with operator<< more idiomatically, you can define... (by andywestken)
|
by caladan21ph
Help with doubly linked list
|
|
[1 reply] : It looks like you never set the next and prev pointers to NULL (not ze... (by Lowest0ne)
|
by Perry Turner
i need help
|
|
[4 replies] Last: WhiteWind, even if you put all the right operators in you still get an... (by Forseth11)
|
by Yihawesome
Updating one line, instead of new lines
|
|
[6 replies] Last: Cool thanks (by Yihawesome)
|
by byronflds
Easy problem just can't tell whats wrong with my formula
|
|
[3 replies] Last: thanks for the help you guys. rookie mistake. (by byronflds)
|
by DJLad16
Creating a more advanced calculator
|
|
[6 replies] Last: Thanks Andy :D Very simple and easy to put into my program :) And I'm ... (by DJLad16)
|
by sabakugaara
help plzz "file to structure"
|
|
[3 replies] Last: I warn you, I have just missed the Ballmer peak. ref: http://xkcd.c... (by Stewbond)
|
by bigo005
Query about linkage.
|
|
[1 reply] : If to say shortly then a name has linkage when it denotes the same ent... (by vlad from moscow)
|
by rarko
Tasks for c + +
|
|
[3 replies] Last: #!perl @w; do { $_ = <STDIN>; $b = !s/([.?!]).*/$1/; unshift( @w,... (by Mathhead200)
|