Search:

Type: Posts; User: Benefactor131

Search: Search took 0.00 seconds.

  1. Yes, this one worked. Thank you a lot.

    Yes, this one worked. Thank you a lot.
  2. Stack around the variable was corrupted

    Hello everyone!

    I am struggling with executing my C program, so when I run my program the following error appears after this part of code


    void getName(struct Name* name) {

    char yesNo;...
  3. Hmm, could you explain third variant a bit more,...

    Hmm, could you explain third variant a bit more, please?
  4. Okay, got it. But what if I want to add a new a...

    Okay, got it. But what if I want to add a new a element and assign it to the deleted one so it would look like this: (1, 5, 3, 4).
    Actually, I am trying to do this with array of structure, but I do...
  5. How to delete element of array without changing index order.

    Hello everyone!

    I need to know how to delete value of element of an array without changing indices order. For example, there is 4 elements in my array and I want to delete second element, but...
Results 1 to 5 of 6