Search:

Type: Posts; User: angel06

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,141

    What specific software are you using sir? I used...

    What specific software are you using sir? I used Turbo C++ version 3.0 because our professor required us to use it. I believe this version do not support boolean type. I'm totally messed up argh...
  2. Replies
    12
    Views
    1,141

    I already have a do while statement in my...

    I already have a do while statement in my program, I tried to put lines 49 to 99 inside another do while statement but I only got an error I don't have any idea where should I put the do while...
  3. Replies
    12
    Views
    1,141

    #include #include...

    #include<iostream.h>
    #include<stdio.h>
    #include<dos.h>
    #include<stdlib.h>
    #include<conio.h>


    int main(){
    int a , l , b , guess , row , col , answer , num , clue = 5;
  4. Replies
    12
    Views
    1,141

    #include #include...

    #include<iostream.h>
    #include<stdio.h>
    #include<dos.h>
    #include<stdlib.h>
    #include<conio.h>


    int main(){
    int a , l , b , guess , row , col , answer , num , clue = 5;
  5. Replies
    12
    Views
    1,141

    oh my mistake, here is the code: ...

    oh my mistake, here is the code:



    #include<iostream.h>
    #include<stdio.h>
    #include<dos.h>
    #include<stdlib.h>
    #include<conio.h>
    #define g gotoxy
  6. Replies
    12
    Views
    1,141

    Problem with looping

    Hello I'm currently creating a guessing game program where the user will be asked to guess the computer generated number. Once the program is finished, at the end the user will be asked if they want...
Results 1 to 6 of 6