Search:

Type: Posts; User: StartX

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,030

    So, I should use if on every input? sorry I never...

    So, I should use if on every input? sorry I never use fgets before.
  2. Replies
    12
    Views
    2,030

    Thanks for the information Babkockdood. I was...

    Thanks for the information Babkockdood.
    I was change my scanf to fgets, but I got some problem. when I run my program, the first input "insert NIP" was skipped/I can't input NIP. so, the input...
  3. Replies
    12
    Views
    2,030

    Thanks for your explanation @iMalc this is so...

    Thanks for your explanation @iMalc this is so helpful. :)
  4. Replies
    12
    Views
    2,030

    Thanks for your help, I will try it.

    Thanks for your help, I will try it.
  5. Thread: homework

    by StartX
    Replies
    4
    Views
    1,026

    Please read this first Announcements - General...

    Please read this first Announcements - General Programming Boards
  6. Replies
    12
    Views
    2,030

    Thanks for the reply... @ dennis.cpp can you...

    Thanks for the reply...

    @ dennis.cpp can you tell me more specific about the scanf statements?

    I try to remove the scanf and the for loop, and I can run my program. But when I include the...
  7. Replies
    12
    Views
    2,030

    Problem with loop

    Hi! I make a input form with loop. The idea is, if the user has finished to fill the input form, then the program will ask is the user will input again or not. If yes, then the input form will appear...
  8. Replies
    3
    Views
    799

    Thanks for your reply. I have one question, is my...

    Thanks for your reply. I have one question, is my code to Open, Read, and write data to/from file was right?
  9. Replies
    3
    Views
    799

    Need help with data structure adn File

    Hi! I want to save the inputted data into a file and show the data again in my program. But, I've got a some error with my program.:frown:

    this is my code.



    #include <stdio.h>
    #include...
  10. Problem with : General protection Exception 0x1C2F:0x0443 Processor fault

    Hi, I'm beginner in C programming, and I try to make a C program with menu and struct. I can compilen my program. But, when I run my program this if condition has been ignored by compiler:



    if...
Results 1 to 10 of 10