Search:

Type: Posts; User: iyilikpenisi

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,151

    You are trying to compare a string to an integer....

    You are trying to compare a string to an integer. You can either receive input as a string and convert it to an integer with functions like atoi() or you can directly receive input in integer form to...
  2. Replies
    6
    Views
    8,637

    God... I guess this is the worst part of trying...

    God... I guess this is the worst part of trying to teach these things to yourself alone. Thanks for the replies. I'll look it up on the internet to get more info about memory usage and try to find...
  3. Replies
    2
    Views
    1,471

    Thanks a lot. I'll write a function inspired by...

    Thanks a lot. I'll write a function inspired by this and call it every time the loop repeats. Good day :)
  4. Replies
    6
    Views
    8,637

    I'm using Dev C++ and yes, you are right. I found...

    I'm using Dev C++ and yes, you are right. I found this old book that was published in 1991 and I thought it would be a good idea to start learning how to code in C. Are there better functions to get...
  5. Replies
    2
    Views
    1,471

    Dynamic Array Size

    Hi, everyone. I need an array with a dynamic capacity. There's a loop that calls a function and the function generates values depending on the input user gives. The loop repeats as long as the...
  6. Replies
    6
    Views
    8,637

    That's the whole code, actually. I included the...

    That's the whole code, actually. I included the header file and tried to use it in main block of my program. I'm a beginner so I'm just testing functions to figure out how they work. It also crashes...
  7. Replies
    6
    Views
    8,637

    [Error] Id returned 1 exit status

    I keep getting this "[Error] Id returned 1 exit status" when I'm using some specific functions and I can't figure out why. Here's the last piece of code that's been giving me this error.

    ...
  8. Replies
    5
    Views
    3,554

    I'm just trying to understand where and why we...

    I'm just trying to understand where and why we need unions. The only thing I could find about them is that they can help me handle a data type that I don't know but I can't understand why we would...
  9. Replies
    5
    Views
    3,554

    Beginner Curiosity

    Hello, everyone. I recently started learning C language and I was trying to figure out how unions work. I wanted to try something with it but I can't quite understand the result. For all I know,...
Results 1 to 9 of 9