Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Yay C++
#1
[code]#include

void main() {
const int iAmountOfArrays(200);
int iaByteArray[iAmountOfArrays];
int iCurrentLoop(0);
int iSearchArray;
bool bValidArray;

while (iCurrentLoop < iAmountOfArrays) {
std::cout
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)