by malibumilk
how to make for statement correct?
|
|
[3 replies] Last: I think you're just missing the input line for the price before the ci... (by wildblue)
|
by Coyo
Help with Diamond * pattern
|
|
[2 replies] Last: Yeah that's the one :). Yeah i was looking at those conditions but at... (by Coyo)
|
by onlinone22
comparison with string literal results in unspecified behaviour
|
|
[1 reply] : char satasfied A char variable holds a single character, not a stri... (by wildblue)
|
by bluefrog
skipping characters with operator>>
|
|
[no replies]
|
by Givi
OOP class checking account
|
|
[3 replies] Last: Solved!! (by Givi)
|
by bluefrog
2d Matrix pretty print
|
|
[2 replies] Last: really clever. thanks!! (by bluefrog)
|
by superburrit0
Partially Filled Arrays and Calling a function within a function
|
|
[no replies]
|
by imstuux
cin while timer
|
|
[7 replies] Last: Using the Sleep() function as a timer is the opposite of what you shou... (by closed account E0p9LyTq)
|
by pianoman674
Char based loop interfering with getline()
|
|
[13 replies] Last: There exists a macro #define NOMINMAX exactly for this purpose, as w... (by xismn)
|
Dynamic 1-dimensional array's? |
|
[10 replies] Last: Your setArrayValue function shouldn't be too different from your getAr... (by xismn)
|
by fivestar
Cant get rid of remaining zero
|
|
[1 reply] : Line 34: What do you think this line does? Hint: Nothing. You shou... (by AbstractionAnon)
|
by XProtocol
Not able to read more than one record in binary file
|
|
[4 replies] Last: > I'm not really confident what all to remove to make program short c... (by ne555)
|
by markusfurst
Palindrom
|
|
[3 replies] Last: Sloppy and quick, but works for a five digit number: #include <iostr... (by closed account E0p9LyTq)
|
by biwkina
help
|
|
[8 replies] Last: i got it, thanks i will fix it (by biwkina)
|
by paofanlv
please help me look at this code..the results is not what I expect..
|
|
[2 replies] Last: You don't ever close myfile after opening it at line 7. So when you... (by MikeyBoy)
|
by Anzipex
Unit testing using Boost.Test and Boost Turtle framework
|
|
[1 reply] : One of the many tutorials: http://www.ibm.com/developerworks/aix/libra... (by JLBorges)
|
by ukeleke
Class
|
|
[2 replies] Last: void Fractory::FindByName() { string name; cout << "enter name:"... (by Jaybob66)
|
by Demineon
Really stuck on a fairly simple function.
|
|
[5 replies] Last: @Demineon The important thing I had in mind when writing that code was... (by Chervil)
|
by mrsh
Repeat element in matrix 2D
|
|
[6 replies] Last: There isn't much chance of me compiling this, because I haven't got ac... (by lastchance)
|
by biwkina
if-else statement
|
|
[5 replies] Last: http://www.cplusplus.com/forum/beginner/203377/ (by closed account 48T7M4Gy)
|