Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Alle kurs og prosjekter | Codefinity
Filtre
reverse icon

Teknologier

Tema

NivÄ

Leksjonstype

Kurs og prosjekter

kurs

C-Grunnleggende

C-Grunnleggende

Dette kurset gir en grundig introduksjon til programmeringssprÄket C. Deltakerne vil utforske kjernebegreper, syntaks og strukturer i C, og bli i stand til Ä lage enkle programmer. HovedomrÄder inkluderer variabler, datatyper, kontrollstrukturer, funksjoner, matriser og pekere. Engasjerende praktiske oppgaver og prosjekter gir deltakerne konkret erfaring med problemlÞsning i C. Etter Ä ha fullfÞrt kurset vil deltakerne ha en solid forstÄelse av programmering i C og vÊre forberedt pÄ Ä utforske mer avanserte emner.

kurs

C Pointers Mastery

C Pointers Mastery

A comprehensive course designed to help intermediate C programmers master pointers, from fundamentals to advanced pointer manipulation and practical applications.

kurs

C Defensive Programming and Error Handling

C Defensive Programming and Error Handling

A concise, concept-driven course to help you master safe coding, error handling, and defensive programming techniques in C. Learn to write robust, predictable, and maintainable C programs by understanding common pitfalls and best practices.

kurs

C File Handling Basics

C File Handling Basics

A concise beginner-friendly course introducing the essentials of file handling in C, including file types, opening/closing files, reading/writing data, error handling, and file pointers. Each chapter features clear explanations, simple code examples, and interactive quizzes.

kurs

Mestre C-strukturer

Mestre C-strukturer

FÄ en solid forstÄelse av hvordan strukturer fungerer i C, fra grunnleggende definisjoner til avanserte minnekonsepter. Utforsk hvordan pekere samhandler med strukturerte data, oppdag effektive mÄter Ä organisere informasjon pÄ, og bygg selvtillit ved Ä implementere reelle datastrukturer som lenkede lister.

kurs

C Bitwise Operations and Binary Logic

C Bitwise Operations and Binary Logic

Learn how C works at the bit level. This course explains bitwise operators, masks, flags, shifts, and binary data manipulation, helping you write efficient, low-level, and predictable C code.

kurs

C Conditional Statements

C Conditional Statements

Master the art of decision-making in C by learning how to control program flow using if, else, else if, switch, ternary operators, and guard clauses. This course blends concise theory with hands-on challenges to help you write smarter, more flexible C code.

kurs

C Device Drivers Basics

C Device Drivers Basics

Learn the foundational concepts and practical skills required to develop device drivers in C for Linux. This course covers the architecture of device drivers, kernel and user space interactions, driver types, kernel modules, memory management, interrupts, concurrency, and direct hardware communication.

kurs

C Networking Basics

C Networking Basics

Learn the essentials of computer networking by building real-world applications in C. This course guides you step by step through the fundamentals of sockets, protocols, and client-server communication, using hands-on examples and clear explanations.

kurs

Introduction to CMake

Introduction to CMake

A beginner-friendly course introducing the essentials of CMake, the popular cross-platform build system. Learn how to set up, configure, and manage CMake projects for C and C++ development.

kurs

Linux System Calls with C

Linux System Calls with C

Learn how C programs interact directly with the Linux kernel using system calls. This course covers the fundamentals, practical usage, and advanced topics, empowering you to write robust, efficient, and secure Linux applications.

kurs

C Loops

C Loops

Master the essential loop constructs in C, including while, for, and do-while loops, as well as control statements like break and continue. This course is designed for learners who already understand variables and conditionals, focusing on practical usage and concise explanations.

kurs

C Strings

C Strings

Learn how strings are represented and manipulated in the C programming language. Understand the unique characteristics of C strings, including memory management, null-termination, and common string operations.
not found

Sorry... We can't find
what you're looking for

Search
Close

Kurs og prosjekter

Teknologier

kurs

C-Grunnleggende

C-Grunnleggende

Dette kurset gir en grundig introduksjon til programmeringssprÄket C. Deltakerne vil utforske kjernebegreper, syntaks og strukturer i C, og bli i stand til Ä lage enkle programmer. HovedomrÄder inkluderer variabler, datatyper, kontrollstrukturer, funksjoner, matriser og pekere. Engasjerende praktiske oppgaver og prosjekter gir deltakerne konkret erfaring med problemlÞsning i C. Etter Ä ha fullfÞrt kurset vil deltakerne ha en solid forstÄelse av programmering i C og vÊre forberedt pÄ Ä utforske mer avanserte emner.

kurs

C Pointers Mastery

C Pointers Mastery

A comprehensive course designed to help intermediate C programmers master pointers, from fundamentals to advanced pointer manipulation and practical applications.

kurs

C Defensive Programming and Error Handling

C Defensive Programming and Error Handling

A concise, concept-driven course to help you master safe coding, error handling, and defensive programming techniques in C. Learn to write robust, predictable, and maintainable C programs by understanding common pitfalls and best practices.

kurs

C File Handling Basics

C File Handling Basics

A concise beginner-friendly course introducing the essentials of file handling in C, including file types, opening/closing files, reading/writing data, error handling, and file pointers. Each chapter features clear explanations, simple code examples, and interactive quizzes.

kurs

Mestre C-strukturer

Mestre C-strukturer

FÄ en solid forstÄelse av hvordan strukturer fungerer i C, fra grunnleggende definisjoner til avanserte minnekonsepter. Utforsk hvordan pekere samhandler med strukturerte data, oppdag effektive mÄter Ä organisere informasjon pÄ, og bygg selvtillit ved Ä implementere reelle datastrukturer som lenkede lister.

kurs

C Bitwise Operations and Binary Logic

C Bitwise Operations and Binary Logic

Learn how C works at the bit level. This course explains bitwise operators, masks, flags, shifts, and binary data manipulation, helping you write efficient, low-level, and predictable C code.

kurs

C Conditional Statements

C Conditional Statements

Master the art of decision-making in C by learning how to control program flow using if, else, else if, switch, ternary operators, and guard clauses. This course blends concise theory with hands-on challenges to help you write smarter, more flexible C code.

kurs

C Device Drivers Basics

C Device Drivers Basics

Learn the foundational concepts and practical skills required to develop device drivers in C for Linux. This course covers the architecture of device drivers, kernel and user space interactions, driver types, kernel modules, memory management, interrupts, concurrency, and direct hardware communication.

kurs

C Networking Basics

C Networking Basics

Learn the essentials of computer networking by building real-world applications in C. This course guides you step by step through the fundamentals of sockets, protocols, and client-server communication, using hands-on examples and clear explanations.

kurs

Introduction to CMake

Introduction to CMake

A beginner-friendly course introducing the essentials of CMake, the popular cross-platform build system. Learn how to set up, configure, and manage CMake projects for C and C++ development.

kurs

Linux System Calls with C

Linux System Calls with C

Learn how C programs interact directly with the Linux kernel using system calls. This course covers the fundamentals, practical usage, and advanced topics, empowering you to write robust, efficient, and secure Linux applications.

kurs

C Loops

C Loops

Master the essential loop constructs in C, including while, for, and do-while loops, as well as control statements like break and continue. This course is designed for learners who already understand variables and conditionals, focusing on practical usage and concise explanations.

kurs

C Strings

C Strings

Learn how strings are represented and manipulated in the C programming language. Understand the unique characteristics of C strings, including memory management, null-termination, and common string operations.

kurs

C-Grunnleggende

C-Grunnleggende

Dette kurset gir en grundig introduksjon til programmeringssprÄket C. Deltakerne vil utforske kjernebegreper, syntaks og strukturer i C, og bli i stand til Ä lage enkle programmer. HovedomrÄder inkluderer variabler, datatyper, kontrollstrukturer, funksjoner, matriser og pekere. Engasjerende praktiske oppgaver og prosjekter gir deltakerne konkret erfaring med problemlÞsning i C. Etter Ä ha fullfÞrt kurset vil deltakerne ha en solid forstÄelse av programmering i C og vÊre forberedt pÄ Ä utforske mer avanserte emner.

kurs

C Pointers Mastery

C Pointers Mastery

A comprehensive course designed to help intermediate C programmers master pointers, from fundamentals to advanced pointer manipulation and practical applications.

kurs

C Defensive Programming and Error Handling

C Defensive Programming and Error Handling

A concise, concept-driven course to help you master safe coding, error handling, and defensive programming techniques in C. Learn to write robust, predictable, and maintainable C programs by understanding common pitfalls and best practices.

kurs

C File Handling Basics

C File Handling Basics

A concise beginner-friendly course introducing the essentials of file handling in C, including file types, opening/closing files, reading/writing data, error handling, and file pointers. Each chapter features clear explanations, simple code examples, and interactive quizzes.

kurs

Mestre C-strukturer

Mestre C-strukturer

FÄ en solid forstÄelse av hvordan strukturer fungerer i C, fra grunnleggende definisjoner til avanserte minnekonsepter. Utforsk hvordan pekere samhandler med strukturerte data, oppdag effektive mÄter Ä organisere informasjon pÄ, og bygg selvtillit ved Ä implementere reelle datastrukturer som lenkede lister.

kurs

C Bitwise Operations and Binary Logic

C Bitwise Operations and Binary Logic

Learn how C works at the bit level. This course explains bitwise operators, masks, flags, shifts, and binary data manipulation, helping you write efficient, low-level, and predictable C code.

kurs

C Conditional Statements

C Conditional Statements

Master the art of decision-making in C by learning how to control program flow using if, else, else if, switch, ternary operators, and guard clauses. This course blends concise theory with hands-on challenges to help you write smarter, more flexible C code.

kurs

C Device Drivers Basics

C Device Drivers Basics

Learn the foundational concepts and practical skills required to develop device drivers in C for Linux. This course covers the architecture of device drivers, kernel and user space interactions, driver types, kernel modules, memory management, interrupts, concurrency, and direct hardware communication.

kurs

C Networking Basics

C Networking Basics

Learn the essentials of computer networking by building real-world applications in C. This course guides you step by step through the fundamentals of sockets, protocols, and client-server communication, using hands-on examples and clear explanations.

kurs

Introduction to CMake

Introduction to CMake

A beginner-friendly course introducing the essentials of CMake, the popular cross-platform build system. Learn how to set up, configure, and manage CMake projects for C and C++ development.

kurs

Linux System Calls with C

Linux System Calls with C

Learn how C programs interact directly with the Linux kernel using system calls. This course covers the fundamentals, practical usage, and advanced topics, empowering you to write robust, efficient, and secure Linux applications.

kurs

C Loops

C Loops

Master the essential loop constructs in C, including while, for, and do-while loops, as well as control statements like break and continue. This course is designed for learners who already understand variables and conditionals, focusing on practical usage and concise explanations.

kurs

C Strings

C Strings

Learn how strings are represented and manipulated in the C programming language. Understand the unique characteristics of C strings, including memory management, null-termination, and common string operations.
not found

Sorry... We can't find
what you're looking for

Vi beklager at noe gikk galt. Hva skjedde?
some-alt