Search:

Type: Posts; User: bahaahathout

Search: Search took 0.00 seconds.

  1. Thread: neww prob

    by bahaahathout
    Replies
    1
    Views
    869

    neww prob

    // final.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include <iostream>
    #include <conio.h>
    #include <ctype.h>
    using namespace std;
    int call_boxi(int...
  2. Replies
    5
    Views
    1,599

    ok since you answer is yes plz give me the code

    ok since you answer is yes plz give me the code
  3. Replies
    5
    Views
    1,599

    can anyone solve this assigment?

    You are to implement the following memory game:
    - You have to create an 8x8 board containing of 64 squares.
    - Each square should hold a random value between 1 and 100 and each value should be...
  4. what iam trying to do

    is the assign the returned value by the call_box to the the returned value of call_boxf
    and it is not working
  5. i have a problem in my program that iam not able to solve

    // final.cpp : Defines the entry point for the console application.
    //

    #include "stdafx.h"
    #include <iostream>
    #include <conio.h>
    using namespace std;
    int call_box(int a[8][8],int box){...
Results 1 to 5 of 5