by anzhit
Pythagorean triplets
|
|
[12 replies] Last: heres the code And what (presumably incorrect) results did you get? ... (by Chervil)
|
by piczim
Setting decimal places in C program in currency convertor
|
|
[4 replies] Last: Yes you can use double or float instead of int (by closed account EwCjE3v7)
|
by zero0000
for loop & array
|
|
[1 reply] : In this case the numbers should also repeat five times again because ... (by Disch)
|
by DynamicLink
Overloading problem (1,2)
|
|
[34 replies] Last: I'm sorry. I didn't mean it that way. I can just leave this discussion... (by Superdude)
|
by rezivor
Totally lost :-/
|
|
[7 replies] Last: Alright, almost there...:) I was able to debug with out any errors, o... (by rezivor)
|
by Andym
opening a file via function
|
|
[14 replies] Last: Thank you, after thinking about things for a while, I started to think... (by Andym)
|
by Guzfraba
Derived class object in base class member function
|
|
[3 replies] Last: class deriv : public base { deriv(const base& src) : base( src ) {} ... (by vlad from moscow)
|
by jayssj11
pattern
|
|
[17 replies] Last: @giblit how about we use floats instead of ints then we will really... (by vlad from moscow)
|
by VBAConvert
MSACCESS ADO COM ERROR
|
|
[no replies]
|
by devonrevenge
what thread library? I cant install sfml, c++11 threads dont work with mingw and XP and win32 threads are crazy complicated
|
|
[7 replies] Last: Let me check boost again. It's been a while since I got it set up so ... (by Disch)
|
Exercises for Beginners 3 |
|
[2 replies] Last: it is better than my code thx i will add it (by closed account 1v5E3TCk)
|
by ankushnandan
default Ctor
|
|
[5 replies] Last: Disch, so it is mandatory to have default ctor when we pass object by... (by Disch)
|
by Momoironeko
Please review my code.
|
|
[5 replies] Last: /****************************************************** * ... (by Momoironeko)
|
Exercises for Beginners 1 |
|
[19 replies] Last: what i can i use instead of system()? cin.get()? (by closed account 1v5E3TCk)
|
by Kosakosida
Syntax problem with "If"
|
|
[3 replies] Last: Working just like heaven, problem solved. :) (by Kosakosida)
|
by Marc Colome
GRAPHICS ENGINE & C++
|
|
[9 replies] Last: I don't know labopie, but it fails at installing. And i revised so mu... (by Marc Colome)
|
Exercises for Beginners 2 |
|
[no replies]
|
by salh
Weird compiler error, no idea what's wrong
|
|
[1 reply] : You forgot to enclose the condition in parentheses. if number1>numbe... (by vlad from moscow)
|
by Jay211
Sample Payroll Calculation Program
|
|
[3 replies] Last: > i need aid don't have a clue Do it step by step. First, write a sma... (by JLBorges)
|
by ivan1
2D Arrays
|
|
[7 replies] Last: array must be initialized by constructor, not by {...} Sounds like a... (by Cubbi)
|