|
by cmiller9732
if else problems
|
|
|
|
[4 replies] Last: @ tmalcuit90 This would be better as a new thread, but I'll try to ans... (by Chervil)
|
|
by Joe412
file opening/checking file
|
|
|
|
[6 replies] Last: Chervil, wow this thank you alot, is there a place where i can learn c... (by Joe412)
|
|
by nerd
2D char array input using for loop. ?!
|
|
|
|
[2 replies] Last: Ok UpDated cOde: void fetch_name(student& s) { for (int i = 0; i < ... (by nerd)
|
|
by Histerial
Direct X 10 Library related
|
|
|
|
[2 replies] Last: Ok its fixed after a bit of looking around.. Sorry for the trouble :[ ... (by Histerial)
|
|
by progislam
Need some help here
|
|
|
|
[11 replies] Last: what is cin.get(); do? It reads a single character. In this case, we... (by Chervil)
|
|
by kw1991
can a .cpp file call another .cpp file? (1,2)
|
|
|
|
[25 replies] Last: @OP: Here is how you make class .cpp/headers: in header: class Cla... (by IWishIKnew)
|
|
by MC Rath
Warning: Source file not compiled
|
|
|
|
[8 replies] Last: The last update to the Bloodshed version was in 2005. In fact if you f... (by Chervil)
|
|
by Lin Park
Array problem
|
|
|
|
[5 replies] Last: Thanks cyberdude (by Lin Park)
|
|
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)
|
|
by Rowan836
Recurring For Loop
|
|
|
|
[2 replies] Last: Thanks! (by Rowan836)
|
|
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)
|