by ShLuBsTeR
Why dont i have the grey bar for debugging on the left side of my work area?
|
|
[1 reply] : I'm not sure what gray bar you're referring to, but F9 is the default ... (by Disch)
|
by orly24
suggestion
|
|
[6 replies] Last: Specifically, "value computation" is not all that rat15++ is doing. (by Cubbi)
|
by velikan123
for loop
|
|
[6 replies] Last: aha! I didn't think of nested loops! Sorry. (by Lynx876)
|
Minute by Minute output |
|
[1 reply] : You could create a simple timer. Note. It doesn't have to be a struct.... (by Lynx876)
|
Basics: Is it possible to print 05 rather than 5? |
|
[3 replies] Last: If you just wanted to print a number with leading zeros, you could set... (by Chervil)
|
by rcast
Using array, returning odd numbers
|
|
[16 replies] Last: Also, the inner loop can be simplified from this: int mask = 128... (by Chervil)
|
by mateen anwar
composition instead of aggregation
|
|
[no replies]
|
by mleh1234
Review my Problem
|
|
[1 reply] : I think it's quite fine. Just add else before 2nd if, though this prog... (by Rehan FASTian)
|
by Mefear
Need program help Please
|
|
[no replies]
|
by MarkKochan
Hello World not working with Code::Blocks
|
|
[4 replies] Last: Try doing getline(cin, cityname); That should allow you to get t... (by fiji885)
|
by gelatine
getline not working
|
|
[6 replies] Last: It is the previous input, such as cin>>out; which caused the problem... (by Chervil)
|
by krutuk
Cannot convert
|
|
[13 replies] Last: Peter87, thanks man, it really helped! (by krutuk)
|
by Azib
Aggregation and composition
|
|
[1 reply] : Composition is aggregation - the terms are equivalent. What were you ... (by TheIdeasMan)
|
by m20072
undeclared identifier, got no experience
|
|
[7 replies] Last: Honestly, I am beginer too and I want to give an advise. Do simpler pr... (by krutuk)
|
by dude217
How to write your name using a single letter in rows of 10
|
|
[3 replies] Last: The tricky bit is to put all the letters on the same line. One way is... (by Chervil)
|
by bitsaket
Passing Function Pointer as argument to Member Function of the class
|
|
[3 replies] Last: Hi Thanks all I was missing a header - file. i.e. #include <string>... (by bitsaket)
|
by gelatine
passing array to function errors
|
|
[2 replies] Last: o wow... worst mistake ever. thank you alot, it works now. (by gelatine)
|
by cppnewer
The output is incomplete
|
|
[1 reply] : The program will read numbers until it failed to read a number because... (by Peter87)
|
regarding main function |
|
[5 replies] Last: void main(){ } works with most compilers / libraries, too. Regar... (by Lodger)
|
by superman123
Transposes
|
|
[1 reply] : Well, the code would be easier to read when formatted with the relevan... (by Chervil)
|