C and C++ Programming Resources

Custom Search

Data Structure Articles

Posted on March 21st, 2009 0 Comments

Data Structure Articles
The basic aim of mycplus.com website was to develop a website for students of C/C++ and data structures. There are lots of tutorials and source code covering different aspects of C/C++ programming language. Today I have decided to write few articles about data structures and their implementation in C/C++. National Institute of Standards and Technology (NIST)...
Read More | Make a Comment

Famous Programming Languages – Authors and History

Posted on February 22nd, 2009 0 Comments

Today I have compiled a list of ten programming languages with their application domains and little historic background. Also I have mentioned the names of the developers of these languages along with their little biography. I hope you will find this article quite useful. The list is developed by researching through language websites, developers’ biographies...
Read More | Make a Comment

Top 10 best applications written in C/C++

Posted on February 14th, 2009 0 Comments

I have compiled a list of famous applications and software packages written in C or C++ programming languages. I have included both C and C++ programming languages due to the fact that most of the programs are partially or completely written in C or C++. Apart from these applications there some operating systems written in C++ programming language. These...
Read More | Make a Comment

Microsoft Visual C++ Windows Applications by Example

Posted on January 24th, 2009 0 Comments

Microsoft Visual C++ Windows Applications by Example
Visual C++ is a well-known programming language for Windows based applications. The book is ideal for C++ programmers who have little experience with C++, Visual C++ or other Windows-based programming languages. It provides programmers with everything they need to build complex windows based applications using C++. With this book you will learn how to create...
Read More | Make a Comment

Reading Files

Posted on January 17th, 2009 0 Comments

This is a small C language program that can read a text file. The program is given file name as command parameter and it reads the file line by line. The program will print out number of characters and words in each line. The program will also print out the number of lines in the text file. File name should contain complete physical path or only the file name...
Read More | Make a Comment

Applied Cryptography: Protocols, Algorithms, and Source Code in C, Second Edition

Posted on November 21st, 2008 0 Comments

Applied Cryptography: Protocols, Algorithms, and Source Code in C, Second Edition
Cryptographic techniques have applications far beyond the obvious uses of encoding and decoding information. For Internet developers who need to know about capabilities, such as digital signatures, that depend on cryptographic techniques, there’s no better overview than Applied Cryptography, the definitive book on the subject. Bruce Schneier covers general...
Read More | Make a Comment

Microsoft Visual C++ .NET Deluxe Learning Edition

Posted on November 17th, 2008 0 Comments

Microsoft Visual C++ .NET Deluxe Learning Edition
Teach yourself how to develop applications with Visual C++ .NET-with tools and instruction, straight from the source! This DELUXE LEARNING EDITION contains Microsoft’s popular Step by Step tutorial and fully-supported, standard-edition software for Visual C++ .NET in a single, economical package. Work at your own pace through the lessons and hands-on exercises-and...
Read More | Make a Comment

Memory as a Programming Concept in C and C++

Posted on November 16th, 2008 0 Comments

Memory as a Programming Concept in C and C++
Assuming readers have a basic familiarity with C or C++, Frantisek Franek describes the techniques, methods and tools available to develop effective memory usage. The overwhelming majority of “bugs” and crashes in computer programming stem from problems of memory access, allocation, or deallocation. Such memory related errors are notoriously difficult...
Read More | Make a Comment


Page 1 of 1212345678910...Last »