instance of a class?They are different. [code] Test testarray[5]; [/code] The above piece is creating an array of 5 "T...
Arrays in C++Also, the function "GetLowest" is wrong. it doesn't find the lowest,but just assign the last iterati...
Troubling with sizeof char within structyThis is explained at the links below. http://www.c-faq.com/struct/align.html http://stackoverflow....
Trying to loop within a loopCan you eleborate better your last sentence? because i didn't understand what you mean. Also, provid...
Trying to loop within a loopLook at the example code at line 22. If you test the above code it will print what you said. But, as...