What would be the best method to visually break this long if condition? if(strcmp(optional_args_list[optional_index].flag, argv_copy[index])==0||strcmp(optional_args_list[opti...
Hello everyone, is there any way of passing a set of values to a function without creating an array before? I'd like to do something like my_function((1,2,3), 4, 5) And th...
So what you gonna do? Write a function like good_realloc(pointer, new_size){ *store pointer content someway* free(pointer) malloc(new size) *copy pointe...
Hi guys, I need some help with the ncurses library. I created a new window using the newwin function. If i want to graphically delete this window, how can i do it? there are n...
Or?