Search:

Type: Posts; User: justin8077

Search: Search took 0.01 seconds.

  1. Thread: Linked List

    by justin8077
    Replies
    5
    Views
    1,593

    I had tried using float and it is the same...

    I had tried using float and it is the same thing...
    and about the duplicated data suppose to not added in the list, but in the list is the duplicated data...
    Thanks for u advice by the way... =)
  2. Thread: Linked List

    by justin8077
    Replies
    5
    Views
    1,593

    Linked List

    I gt a problem over here... Please help...


    #include <stdio.h>
    #include <stdlib.h>
    #include <ctype.h>
    #include "listADT.h"
    #include "prepaid_card_records.h"
    #define true 1
    #define false 0
  3. Checking that a string contain only numeric characters in C...

    User can either key in the answer for the question or key in ‘n’ to skip the question. If an invalid response is detected, user will be asked to re-enter the string until it is valid.

    This is the...
  4. Replies
    5
    Views
    1,259

    I'm using array because this is what I'm told to...

    I'm using array because this is what I'm told to do...
    And I'm still new to C++
  5. Replies
    5
    Views
    1,259

    How to sort the data???

    Here is my code...

    void Show_Ranking(float Time_Diff[], int Attempts[], int No_Participants, char Name_Participants[][128])
    {
    int smallest_value;
    int start_value;
    int current_value;
    int...
  6. Replies
    6
    Views
    953

    Help with array...

    I'm new to C++, if anyone can help me, i'll be grateful.

    The question is a follow:
    User will be asked to key in the number of players (maximum 5 players) that challenge each other for top...
  7. Replies
    12
    Views
    1,621

    okok thx for the advise i get it edi... ^.^

    okok thx for the advise i get it edi... ^.^
  8. Replies
    12
    Views
    1,621

    This is whats u mean right? #include...

    This is whats u mean right?


    #include <stdio.h>
    #include <math.h>
    #include <stdlib.h>
    #include <time.h>

    //Function Prototype
    int menu (int temperature,int initial_amount,int...
  9. Replies
    12
    Views
    1,621

    If i use that, the program will keep running......

    If i use that, the program will keep running...
    ImageShack® - Online Photo and Video Hosting

    If i use back the code i edited... it look like this...
    ImageShack® - Online Photo and Video Hosting...
  10. Replies
    12
    Views
    1,621

    Now i edit to temperature_level < 1 ||...

    Now i edit to temperature_level < 1 || temperature_level > 4. It can stop looping now but if i enter the value outside the range 1-4, the loop stop working edi.
  11. Replies
    12
    Views
    1,621

    how to stop the looping?

    int screen4 (temperature,initial_amount,light_intensity)
    {
    int temperature_level;
    system ("cls");

    printf(" ************************************************************\n");...
  12. Replies
    4
    Views
    2,518

    sry its my mistake... i see the sentences...

    sry its my mistake... i see the sentences wrongly...
  13. Replies
    4
    Views
    2,518

    err... what do you mean actually? I'm still new...

    err... what do you mean actually? I'm still new to programming... Can you can provide an example? Thanks...
  14. Replies
    4
    Views
    2,518

    Switch case loop

    int screen3 (initial_amount)
    {
    //Variable
    int temperature;
    int light_intensity;
    int added_amount;
    int days_of_idle;
    int function;
    int main_menu;
Results 1 to 14 of 15