Search:

Type: Posts; User: Paolitros

Search: Search took 0.00 seconds.

  1. Is there a way to get user input (maybe using getchar()) without erasing the buffer?

    So i need to allow the user to input numbers of a matrix one line at a time, and if they input $ it means the matrix is completed and they want to move on, so i wrote this but having to look if the...
  2. Update: this worked to get the matrix lines in...

    Update: this worked to get the matrix lines in one input, but having to search for the user inputing $ to break using getchar() eats away the first digit of each number, is there a way to use...
  3. Declared two int arrays sized [20][20] for the...

    Declared two int arrays sized [20][20] for the matrixes in the .h file, and i'm trying to make a for loop in a external .c library function to get the multiple numbers from a single scanf, i just...
  4. Can someone help or maybe tutor me for an hour on discord?

    Hi, i'm new to this website. I'm studying electronics engeneering and my C programming exam is tomorrow, i've been studying 10+ hours a day but i still don't get the grasp of it, even though this is...
Results 1 to 4 of 4