Advanced C++ Tutorials

Z

ziggyware

Hi Guys,

I've been writing some advanced C++ tutorials. The current topics
include:

Calculating CRC 32

Critical Sections (Multithreading)

Data Vector

Delegates in C++

Easy XML Editing in C++

Linked List template class

Queue template class

Reference Counting

Skip List Template

TCP Socket Implementation


The articles can be viewed here:

http://www.ziggyware.com/articles.php?cat_id=2

Please visit the sponsor sites if you find any of the tutorials useful.

Thanks,
Michael Morton
www.ziggyware.com
 
M

mlimber

I've been writing some advanced C++ tutorials.
[snip]

Uhh, these don't look like tutorials to me. It looks more like you
posted code only, and the code is either incomplete (e.g., my
environment doesn't have DWORD defined as a type), Microsoft-specific
(e.g., I don't have CRITICAL_SECTION or ::EnterCriticalSection()
defined), or non-standard and using poor programming practice (e.g.,
you use memcpy/memset for manipulating the data in your vector class;
cf. this thread: http://tinyurl.com/rs75w).

My advice: ignore these "tutorials."

Cheers! --M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top