by atreyucurses
Array MinMax Function Problem
|
|
[6 replies] Last: Bingo. My way was: if( a > b && a > c ) return a; ... (by jsmith)
|
by Precious roy
c++ arry question
|
|
[4 replies] Last: You have to make the size known or else pass in the number of elements... (by jsmith)
|
can I define this function as a member function? |
|
[8 replies] Last: Got it--and I just read an explanation on wikipedia. Thank you, so muc... (by closed account iw0XoG1T)
|
by rapduty
Output Matrix 2x3 Array & its Transpose 3x2 Matrix Array
|
|
[4 replies] Last: Hi, perfect...that works...thanks a lot (by rapduty)
|
by trostemd
Logic Error: Simple Test Grading
|
|
[7 replies] Last: for the fail. FYI, it's for the loss (FTL). If you really REAL... (by firedraco)
|
by blaze745
functions
|
|
[4 replies] Last: Look up some sorting algos online, they'll be more reliable than that ... (by tummychow)
|
by suagbor
C++ Keyboard
|
|
[6 replies] Last: Don't double post. Your question should be posted exactly once across ... (by tummychow)
|
by acgrama
map suddenly contains null pointers
|
|
[8 replies] Last: Fair call j, I agree that initializer lists are better. Once you've... (by sammy34)
|
by allytrice
overload
|
|
[1 reply] : Function (and operator) overloading is nothing more than writing two o... (by jsmith)
|
by D002
wrong code
|
|
[5 replies] Last: What kind of output are you getting? if the numbers are written as... (by trostemd)
|
by JoshMP
Passing an array into a function
|
|
[1 reply] : Function output2 is void. It doesn't return anything. Yet you are tryi... (by hamsterman)
|
by L E G I O N
trouble with pointers
|
|
[4 replies] Last: World* GetObject(int index) { return WorldList ; } thats ... (by L E G I O N)
|
by smilingTiger
Changing fifths to tenths
|
|
[2 replies] Last: Sorry jR. I figured it's a basic newbie question, but perhaps someone... (by smilingTiger)
|
by Macester
cin not ending
|
|
[5 replies] Last: I just tested it. It works. ^Z or F6 followed by <enter> (by kbw)
|
by adikid89
Passing a 2d array...
|
|
[4 replies] Last: Right so your car is 3x3 but you're only drawing it to a 1x1 space. ... (by adikid89)
|
by dionisis
problem with STL
|
|
[1 reply] : Line 9: you can't initialize the object at declaration. Line 11: wr... (by jsmith)
|
by okapishomapi
leading zeros
|
|
[4 replies] Last: I don't see how leading zeroes on input is a problem. It should work ... (by jsmith)
|
by farhan3d
Good practices with loops and counters
|
|
[4 replies] Last: Not sure if this is what you're talking about, but this is stupid: ... (by jsmith)
|
by empror9
easy question???
|
|
[5 replies] Last: Oh! too fast left_room as variable and left_room as function could ... (by moritz)
|
by dbaby7
Calculator
|
|
[2 replies] Last: Thanks I didn't know how people were inserting code like that! I just ... (by dbaby7)
|