Search:

Type: Posts; User: dnates2012

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    6,938

    i added this set of codes, but it still doesn't...

    i added this set of codes, but it still doesn't work.


    while(!feof(f)&& grant==0){
    fscanf(f,"%s",pass);
    if(strcmp(pass,pass2)==0){
    grant=1;
    }
    }
  2. Replies
    4
    Views
    6,938

    Student record ; file handling

    #include <stdio.h>#include <string.h>
    #include <stdlib.h>
    #include <conio.h>
    #include <windows.h>



    struct{
    int roll_no;
    char firstname[20];
  3. Replies
    17
    Views
    8,187

    The program you posted is fine, thank you sir -...

    The program you posted is fine, thank you sir - I'll try working on it to hide the values of the briefcases *if i can* :D ( they should only show up after I select a briefcase ) . everything else is...
  4. Replies
    17
    Views
    8,187

    Sir, after selecting a briefcase > all the other...

    Sir, after selecting a briefcase > all the other briefcase remaining should display> and I select 6 of the briefcases and they will show there value when opened. > then theres the offer and the...
  5. Replies
    17
    Views
    8,187

    Ok, sir thank you though - T_T i'll fail ; but...

    Ok, sir thank you though - T_T i'll fail ; but the defense will still be on tuesday we still have time to correct .. T_T
    damn so you mean I have to redo all these? T_T
  6. Replies
    17
    Views
    8,187

    I have my source code , but there are quite alot...

    I have my source code , but there are quite alot of problems.


    1.- I need to choose 4 briefcases ; but it opens 5 ,.
    2 - If I press DEAL , the only thing that would output is "You've won : 0...
  7. Replies
    17
    Views
    8,187

    Ok, but can you tell me the functions I need...

    Ok, but can you tell me the functions I need atleast?
  8. Replies
    17
    Views
    8,187

    [HELP] Deal Or No Deal game.

    I've been having a problem on how to get started in programming this game, and the deadline is tonight after 8hours.

    Im making a deal or no deal game .




    heres my source code at the...
Results 1 to 8 of 8