Split An Array At A Specific Index | C Programming Example

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I wanted to ask a question..
Can you make a video implementing pthreads and aria2c to download multiple video's/audios parallelly within an array of those links
?
Please.

pwnwriter
Автор

Thank you for your concise tutorials.
Can you give a example how to read a mix array with letters. Numbers and text?

Avionics
Автор

i wanted to ask something
how would you go about doing this but an unknow amount of times? say you have a long byte stream and want to store it into a new sub array of an output array everytime a header is seen (2 specific bytes back to back)? im thinking i could do a triple pointer to an output array and a double pointer to the lengths of each sub arrays in the output array, malloc all the sub arrays inside an if statement inside a for loop iterating over the entire thing, then all is left is to fill it in i suppose.
i havent tried it yet, i kinda got stuck so i was looking on youtube for inspiration, its currently 4.30 am tho lol

starliaghtsz
Автор

Can you please do this same example with a user input variable length array? Pretty please

gabrieljorand