by Lin Park
solve the problem, using <iostream.h>
|
|
[5 replies] Last: Thanks matri X (by Lin Park)
|
Review my code =] |
|
[7 replies] Last: You shouldn't `srand()' at each number generation. Just once in the w... (by ne555)
|
by Sam99
problem with assignment
|
|
[4 replies] Last: @Sam99 But I can consider 0,1 as binaries, 0-9 as decimals and 0-7 as... (by vlad from moscow)
|
by dgree2465
What is the best program for C++?
|
|
[2 replies] Last: Thanks. I settled for Visual Studios Express. SOLVED TOPIC (by dgree2465)
|
by HeavyRain
ٍSingleton Class
|
|
[1 reply] : google "singleton class c++" (by mutexe)
|
by Matete
Notes
|
|
[5 replies] Last: OP, do you know how to pass primitive data types to functions? If so, ... (by ResidentBiscuit)
|
Recurring For Loop |
|
[2 replies] Last: Thanks! (by closed account 2NywAqkS)
|
by Aceix
Good and understandable Jave tutorial
|
|
[2 replies] Last: Thank you soo much! Aceix. (by Aceix)
|
by blink2
Bug in my first project? (strings and input)
|
|
[6 replies] Last: Wonderful, Olysold. Thanks for the answers! (by blink2)
|
by kradragon94
Recursive algorithm, please help!
|
|
[3 replies] Last: You should take into account the case when y is equal to 0. For exampl... (by vlad from moscow)
|
by Dario z
What does this mean?
|
|
[7 replies] Last: I finished it. Here is what I did! #include <iostream> int main ( ... (by Dario z)
|
by Tiger58
What is wrong with my program? (Long code read if you dare to care)
|
|
[6 replies] Last: Is that related to why some of the grades are going berserk Yes.... (by cire)
|
by LuckyShot
the logic of equality operators
|
|
[4 replies] Last: Thanks, i corrected the code-tags now =) Also, the program runs fine ... (by LuckyShot)
|
by IWishIKnew
stringstream: runtime error assistance
|
|
[11 replies] Last: Alrighty. I FIXED IT!!! The data structure would load a path of a co... (by IWishIKnew)
|
by Tiger58
What am I doing WRONG? Sorting pointer array in class?
|
|
[1 reply] : I think you're overthinking things. Assuming that operator= is define... (by cire)
|
by tpinon
Help! Can't read backwards from end of file
|
|
[7 replies] Last: > we haven't learned vectors in class yet, so I can't use them, unfort... (by JLBorges)
|
by Ebo
How to read and save in multiple files
|
|
[no replies]
|
by dariusd7
how do you include the symbol '-' in a program for c++
|
|
[4 replies] Last: > but cant figure out how to declare and use the dash Make it a cons... (by JLBorges)
|
by firecannons
Dvd making program
|
|
[no replies]
|
by Tiger58
How to sort when there is a pointer array in class???
|
|
[1 reply] : Have the function be a member of the array. That way, the function has... (by Ispil)
|