| DOWNLOAD  |  SITE INDEX  |  DISCLAIMER  |  PRIVACY | CONTACT | TELL EVERYBODY | TELL ME

Tenouk - An Almost complete C & Win32 Programming Resources

The Tenouk's Win32 - Windows 32 bits platform tutorial...

Learn the fundamentals how the Windows 32 bits operating system operate by executing low-level C programs. Investigate the internal of the Windows operating system while learning the Microsoft C programming language implementation. Execute C programs and see the action.

 

 

 

About

 

Home

 

C/C++ Standards

 

Using C/C++ Compilers

 

C/C++ Tutorial

 

C and Win32 Tutorial

 

C and Winsock2 Tutorial

 

C, Winsock 2 and IPv6 Tutorial

 

C and Linux Socket Tutorial

 

C++ and OO Idea Tutorial

 

C and C++ Standard Library Online Documentation

 

C/C++ and Buffer Overflow

 

C++ and Standard Template Library (STL)

 

C++ and Microsoft Foundation Class (MFC)

 

C++ and Microsoft Foundation Class (MFC) - Advanced Topics

 

C++, Winsock, WinInet and MFC

 

::Visual C++ .NET 2003/2005 Express/Visual Studio::

 

C/C++ Download, Source code, Article, Newsgroup, Application, Forum, Blog

 

C and Linux Programming - advanced

 

Search C & C++ Source Codes, Programs

 

 

 

 

C & WIN32: README FIRST

 

Win32 programming tutorial is implementation specific to Windows operating system, that is for 32 bit Windows operating system family. Now we already have the 64 bit Windows Operating System such as, Windows XP Professional x64 Edition. However the fundamentals in system programming not change much, the principles and concepts still usable. Based on the MSDN documentation but re-arranged in a readable and understandable sequence, avoiding a lot of cross references, this tutorial try to investigate the Windows 2000 (NT5) family system through Win32 C programming. The compiler used is Visual C++ .Net with no CLR (unmanaged), otherwise mentioned and the platform

 

C programming for

Dummies. Learn Programming in Days!!!.

 

C & C++ Libraries, Toolkits, APIs, Components etc.

 

Use Your C/C++ Skills in The C/C++ Challenge

 

C and C++ Code Snippet Listing

 

C & Linux Device Driver (ext)

 

C & C++ CERT Secure Coding Standards

is Windows XP Pro with Service Pack 2. All program examples use console mode application. The low-level programming of this tutorial try to cover all the main part of the Windows system from Files, Directory, Access Controls (security), Registry, User and Group, Process and Thread and security aspects of Windows Operating System. This tutorial may be the longest in Tenouk, with hundreds working program examples. If you don't understand what is discussed or lost here, you should refer to the C/C++ Tutorial. Well, don't be a hacker but be a nice hacker. Let hack, hack, hack Windows OSes...

In the .NET programming, C++ .NET has been left for the system and native programming, Microsoft is promoting the use of C# and VB .NET. We found the .NET is nothing new, most of the features already implemented in Java and similar to Java as well. It is very beneficial for the Java programmers, you should master .NET programming language family faster...we don't know what Microsoft is going to do with C++ .NET in the future...For the 64 bits system, we can expect the Win64 programming. This Tutorials may be the longest one...

 

C and Win32 Programming Topics

 

Windows OS Specific: Fundamentals & File System

  1. Microsoft C: Part 1

  2. Microsoft C: Part 1a

  3. Microsoft C: Part 2

  4. Microsoft C: Part 2a

  5. Win32 C Programming: Part 1

  6. Win32 C Programming: Part 1a

  7. Supplementary note: Windows Storage & File System

  8. Win32 C Programming: Part 2

  9. Win32 C Programming: Part 2a

  10. Win32 C Programming: Part 3

  11. Win32 C Programming: Part 3a

  12. Win32 C Programming: Part 4

  13. Win32 C Programming: Part 4a

  14. Character Sets, Unicode & Locale

  15. Character Sets, Unicode & Locale Part 2

C & Windows OSes: Security Fundamentals

  1. Windows Security Story: Part 1, Part 1a, Part 1b

  2. Windows Security Story: Part 2, Part 2a, Part 2b, Part 2c

  3. Windows Security Prog. Examples: Part 3, Part 3a

  4. Windows Security Prog. Examples: Part 4, Part 4a

  5. Windows Security Prog. Examples: Part 5, Part 5a

  6. Supplementary note #1: Functions

  7. Supplementary note #2: Structure, enum, macro etc.

C & Windows OSes: User & Group

  1. Win User & Group Story and Program Examples: Part 1, Part 1a

  2. Win User & Group Story and Program Examples: Part 2, Part 2a

  3. Supplementary note: Functions and structures

C & Windows OSes: Registry

 

 

 

  1. Windows Registry Story and Program Examples: Part 1, Part 1a

  2. More Windows Registry Program Examples: Part 2, Part 2a

  3. Supplementary note: Functions and Structures

C & Windows OSes: Share

  1. Windows Share Story and Program Examples: Part 1, Part 1b

  2. Supplementary note: Functions and Structures

C & Windows OSes: Process, Thread & Synchronization

  1. Process, Thread & Synchronization Story & Example: C Run-Time - part 1, part 2, part 3

  2. Process, Thread & Synchronization Examples: C Run-Time, part 1

  3. Process, Thread & Synchronization Examples: C Run-Time, part 2, part 3

  4. Process, Thread & Synchronization Story & Example: Win32, part 1, part 2, part 3

  5. Process, Thread & Synchronization Story & Example: Win32, part 4, part 5

  6. Process, Thread & Synchronization Examples: Win32, part 1, part 2

  7. Process, Thread & Synchronization Examples: Win32, part 3, part 4

  8. Process, Thread & Synchronization Examples: Win32, part 5

  9. Synchronization: Story 1, Story 2, Story 3

  10. Synchronization: Examples part 1

  11. Synchronization: Examples part 2

  12. Supplementary notes: Windows Process, Thread & Synchronization APIs Main page

  1.     Functions 1

  2.     Functions 2

  3.     Functions 3

  4.     Functions 4

  5.     Functions 5

  6.     Structures

C & Windows OSes: Dynamic-Link Library, DLL

 

 

  1. Windows DLL Story

  2. Examples: Windows DLL part 1, Windows DLL part 2, Windows DLL part 3

  3. Supplementary notes: Functions

C & Windows OSes: Windows Services

  1. Story: Windows Services part 1, Windows Services part 2

  2. Windows Services Examples part 1

  3. Windows Services Examples part 2

  4. Windows Services Examples part 3, Examples part 4

  5. Supplementary notes: Windows Services APIs Main page

  6. Windows Services APIs Functions 1

  7. Windows Services APIs Functions 2

  8. Windows Services APIs Functions 3

  9. Windows Services APIs Functions 4

  10. Windows Services Structures

  11. Supplementary note: Windows's virtual address space

  12. Related C & C++ Win32 & Windows System Books

 

 

Search C/C++ source codes

 

 

 

 

 

 

Best viewed using IE 4.0/FireFox 1.0.0 and above but if your eyes can view the pages, that is the best resolution.

Broken link? Respond to Webmaster: [tenouk]

Copyright 2003 - 2008 © Tenouk. All rights reserved.

C, C++ ~ Recognized by Reputation

 

Excellent hosting services for Tenouk provided by MochaHost - The Online Central

 

  Add to: ::::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::

| DOWNLOAD  |  SITE INDEX  |  DISCLAIMER  |  PRIVACY | CONTACT | TELL EVERYBODY | TELL ME