Learning to Program in C (Part 06)

  Рет қаралды 134,993

Jonathan Engelsma

Jonathan Engelsma

Күн бұрын

Пікірлер: 7
@TheRiL3z
@TheRiL3z 10 жыл бұрын
This series has greatly improved my understanding of programming concepts in general. Now I understand a lot better why so many other languages I've used look more or less 'c-like.' I know you don't have that many views but understand what you're doing is certainly worth it for at least a few of us!
@conanona73
@conanona73 10 жыл бұрын
Learning C in the mornings is a lot tougher when there is no coffee to be had. But, my caffeine deficiency aside, this is a great guide.
@SirRobbStarkGamin
@SirRobbStarkGamin 10 жыл бұрын
thank you for these videos!
@THEtechknight
@THEtechknight 9 жыл бұрын
what the heck is Char* ? I dont recall it being discussed.
@alrightsquinky7798
@alrightsquinky7798 5 жыл бұрын
Hey THEtechknight, Short answer: char* in a function declaration means string. Slightly longer answer: char* is a pointer to a character variable in memory, which could be an array. You can think of "char *var" as an alternative syntax to "char var[]" in a function declaration, since they are both means of accessing contiguous areas in memory. For the most part, using "char var[]" and "char *var" are going to accomplish the same task, but the benefit of using the pointer syntax "char *var" comes once you get into dynamic memory allocation, another topic altogether. From my experience, people tend to prefer "char *var" when passing strings to functions.
@thegoon5202
@thegoon5202 10 жыл бұрын
In the C function array anatomy (I) slide, the main function does not have a return value. I think this is OK sometimes, but I am not sure.
@juan-ou3gq
@juan-ou3gq 5 жыл бұрын
can you tell mi what is class and what is object in few words??? thank you
Learning to Program in C (Part 07)
40:57
Jonathan Engelsma
Рет қаралды 47 М.
Learning to Program in C (Part 01)
21:09
Jonathan Engelsma
Рет қаралды 927 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
why do void* pointers even exist?
8:17
Low Level
Рет қаралды 409 М.
What on Earth is Recursion? - Computerphile
9:40
Computerphile
Рет қаралды 752 М.
Pointers and dynamic memory - stack vs heap
17:26
mycodeschool
Рет қаралды 1,5 МЛН
Arenas, strings and Scuffed Templates in C
12:28
VoxelRifts
Рет қаралды 108 М.
"C" Programming Language: Brian Kernighan - Computerphile
8:26
Computerphile
Рет қаралды 1,9 МЛН
Function Pointers | C Programming Tutorial
18:31
Portfolio Courses
Рет қаралды 73 М.
Understanding Ownership in Rust
25:30
Let's Get Rusty
Рет қаралды 280 М.
What does int argc, char* argv[] mean?
10:11
Paul Programming
Рет қаралды 354 М.
Learning to Program in C (Part 02)
14:14
Jonathan Engelsma
Рет қаралды 255 М.
C can do this too and it's faster than Python
2:09:48
Tsoding Daily
Рет қаралды 16 М.