by jake432
Best compiler for c++ primer plus?
|
|
[1 reply] : Dev C++ is fine if you are using latest Orwell version and not outdate... (by MiiNiPaa)
|
by Conny14156
Corrupted Heap, trying to make custom vector
|
|
[5 replies] Last: Great effort with your custom vector! You may want to check out std:... (by megatron 0)
|
by Jhub
logical operator problem
|
|
[5 replies] Last: Yes (by MiiNiPaa)
|
What's wrong with this code? |
|
[5 replies] Last: You can do this without the angles by using the Pythagorean Theorem. ... (by booradley60)
|
by Gingerbread
Program compiles but does not run
|
|
[9 replies] Last: Thanks everyone I really appreciate it!! (by Gingerbread)
|
by whoovian11
Design a circuit Help??
|
|
[3 replies] Last: I'm with cnoeval on this. Design a circuit? You mean with logic gates... (by megatron 0)
|
C++ SUM - I can not finish it... |
|
[no replies]
|
by cute
C++ reading from .txt file
|
|
[4 replies] Last: Where is the file located? Is it inside your project or outside ? (by novellof)
|
by abdalimran
How to add an extra 1 to the first and an extra 0 to the last of bitset?
|
|
[no replies]
|
by dumbAnswer
How is my logic wrong for array use?
|
|
[1 reply] : You declare count1 , count10 and count100 as local variables in f... (by MikeyBoy)
|
by The Mechanic
Error with output
|
|
[3 replies] Last: Post error messages here (by MiiNiPaa)
|
by awkward
Separate scores into rows
|
|
[16 replies] Last: Squished18 Thank you. Kemort Thanks for your help earlier.... (by awkward)
|
by FlyingTr
reading from a file and writing to a file
|
|
[6 replies] Last: What you new you must delete. It doesn't matter where you dynamically ... (by jlb)
|
by davez
how to merge and sort array
|
|
[1 reply] : http://www.cplusplus.com/forum/general/96943/ http://mathbits.com/Mat... (by DeathLeap)
|
by Fateslayer
Calculator: Chaining Of Operations (1,2)
|
|
[25 replies] Last: Wow nicely explained thanks again. I learned a lot from you. (by Fateslayer)
|
by rida95
im trying to write a c++ program that can do this equation
|
|
[1 reply] : int op_limit = 1; int op_done = 0; bool add = true; int sum = 0; for(... (by MiiNiPaa)
|
by s1995
VoidFunctions
|
|
[6 replies] Last: Thanks so much!! its working perfectly now.. (by s1995)
|
by PowerStar111
help with making a rpg game in C++
|
|
[4 replies] Last: University, I studied in, had 3 month C++ courses which consist in mak... (by MiiNiPaa)
|
by eadawson
User input with if/else statements and switches
|
|
[1 reply] : What exactly you need help with? I see you already familiar with if st... (by MiiNiPaa)
|
by AhmadMough
C++ programming
|
|
[15 replies] Last: The senseless value of n is usually sign of failed read. Check if file... (by MiiNiPaa)
|