by epbanks
Running program without compiler
|
|
[3 replies] Last: Great replies, thanks!! I'm not going crazy then. I'll tell him no can... (by epbanks)
|
by Precious roy
Getting mouse position in console window
|
|
[8 replies] Last: Hehe yess i managed to get somthing like that to work with BitBlt http... (by Precious roy)
|
by jamesgmul
Error occuring in my code
|
|
[no replies]
|
by klubkutz
Need Help with program
|
|
[5 replies] Last: Look ate your getLowest function. Tell me which lines you think are ... (by LB)
|
by Kman
Storing user input into 2-dimensional array?
|
|
[5 replies] Last: Thanks a bunch! For the record, I switched the "i" and "j" in sales be... (by Kman)
|
by Comicalizard
Finding Highest and lowest and average scores
|
|
[5 replies] Last: Yeah, we have never been exposed to that in class. As of right now tha... (by Comicalizard)
|
by coolguy123
Trying to pass an array of structures
|
|
[4 replies] Last: Why would you want to do that? When you pass array you already give re... (by Townsheriff)
|
by Zarkones
Add strings from .txt file to Array
|
|
[3 replies] Last: why do you make a fixed sized array of size 0 ??? (by anup30)
|
by michael1320
gets(name) with loops
|
|
[4 replies] Last: gets has been deprecated and is no longer in the latest C standard. ... (by LB)
|
by YosofShihsbi
Online C++ compiler
|
|
[4 replies] Last: IDEone has an option for C++14. With Coliru, you can change which stan... (by LB)
|
by michael1320
GPA funtion
|
|
[no replies]
|
by PJ63
help with simple loop bank account program
|
|
[2 replies] Last: ok so i made the changes, but im still stuck at the same place. /*... (by PJ63)
|
by Allison2106
Matrix multiplication not calculating correctly?
|
|
[2 replies] Last: You don't accept PMs. Did you get it working correctly? (by Duthomhas)
|
by cjenkins
Question about C++ program
|
|
[3 replies] Last: My pleasure :) (by TarikNeaj)
|
by tywin
Conditions in class member functions
|
|
[3 replies] Last: No problem. It happens to everyone. (by Duthomhas)
|
by mynicks
heap memory. 2D/3D array.
|
|
[2 replies] Last: Line 12: m and n are not particularly meaningful names. A simply cha... (by AbstractionAnon)
|
by Abrar Iqbal
AOP and OOP
|
|
[1 reply] : AOP is a subset of OOP. (by LB)
|
by xojosephox14
creating a program for sine and running iterations
|
|
[1 reply] : You will never get the exact same values. It's an inherent problem wit... (by LB)
|
by axel609
letter counter
|
|
[1 reply] : Newer post with responses is here: http://www.cplusplus.com/forum/begi... (by LB)
|
by aver97
Write a Program to Compute Grades for a Number of Students
|
|
[1 reply] : Line 25: "Z" is a string, whereas 'Z' is a char acter.... (by LB)
|