Functions, twoDarrays and char's |
|
[2 replies] Last: thanks bud (by Hasnain Attarwala)
|
by easynhappy
I'l need some help with my quick sort program
|
|
[no replies]
|
by mmc5311
Finding the area of a rectangle using pass by reference?
|
|
[1 reply] : you pass by reference by doing data_type& variable_name this in a way ... (by ui uiho)
|
by Rampie12
trouble with ASCII
|
|
[1 reply] : http://stackoverflow.com/questions/4629050/convert-an-int-to-ascii-cha... (by ResidentBiscuit)
|
by easynhappy
insertion sort in descending order c++
|
|
[3 replies] Last: I already have this program below(It sorts in ascending order) but i ... (by cire)
|
by jproffer
New Guy Here :)
|
|
[1 reply] : There's tons of tutorials out there. This site has a pretty good serie... (by ResidentBiscuit)
|
by ErinCorona
Array within an array of structs?
|
|
[6 replies] Last: Yes. I have done that, and I think I set it up to sort it after that,... (by ErinCorona)
|
by Lwen8888
a function that computes the alternating sum of all elements in an array (1,2)
|
|
[20 replies] Last: umm, i'm pretty sure this works. I did it for 10 random numbers betwe... (by Fumbles)
|
by Dee Hood
Computing Loans
|
|
[3 replies] Last: 1: look here Ray = firstfunction (Loan, interest, ments, tym, rate, R... (by Shinigami)
|
by ErinCorona
Can I use an array within an array of structs?
|
|
[3 replies] Last: http://www.cplusplus.com/forum/beginner/64912/ (by ErinCorona)
|
by ironreaper
error 2062: type 'void' unexpected.
|
|
[15 replies] Last: i removed the int centerX, centerY from line 56 and it compiled with n... (by ironreaper)
|
by ziodice
Program doesn't just close?
|
|
[6 replies] Last: In the while loop, at the end of each " if " statement, you can write ... (by djalexandrei)
|
by forsubhi
Question about debugging arrays
|
|
[no replies]
|
Character Classification |
|
[1 reply] : vvv (by baranankara06)
|
by pleasehelpme
passing a two-dimensional array through a function?
|
|
[1 reply] : If you have s after your array, you are either declaring it, or acces... (by hamsterman)
|
by xBlueRobot
Function Overloading - Automatic Type Conversion
|
|
[1 reply] : What am I looking at? What's your question? Wazzak (by closed account zb0S216C)
|
by illlojik
When using strings in Classes..
|
|
[12 replies] Last: the compiler is saying somethign about the 'string' in the class or ... (by ne555)
|
stupid me or stupid Euler method? |
|
[10 replies] Last: Oh, yes that's cool, exchanging the lines works and I am getting a per... (by HomesickAlien)
|
by Nj3355
output which variable number is stored in?
|
|
[1 reply] : If you have something like this in your code: cout << n1 /*or n2 or n... (by LB)
|
by hentaiw
Convert simple char to int ? (read from binary)
|
|
[5 replies] Last: Sure this very simple i think this will work. int atoi(const cha... (by naqib)
|