Articles - 2011 archive (Page 2)

NOTICE: This forum is now permanently closed.
No new threads can be created.

To post a new article, please visit the Articles section at http://www.cplusplus.com/articles/.

 
by jason9
Searching And Sorting
 
I couldn't really find a good example of the various searching and sorting algorithms out there so i figured i would post one i did for an assignment. The nu...
[1 reply] : SearchAndSort.h #ifndef SEARCH_AND_SORT_H #define SEARCH_AND_SORT_H ... (by jason9)
full name problem
 
#include <iostream> #include <string> using namespace std; int main() { string FirstName, MiddleName, LastName, fullName; cout << "PLease enter your Ful...
[6 replies] Last: ok,thanks for the help. (by marius19)
by satyat
XML Data Binding Tool for C++
 
XmlPlus is an open-source tool which provides "simple to use" C++ XML data binding. The source when built into a library and a binary(viz. xsd2cpp). The x...
[no replies]
ODB C++ ORM 1.3.0 released, adds support for SQLite
 
I am pleased to announce the release of ODB 1.3.0. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects...
[no replies]
How to make fewer errors at the stage of code writing
 
Part N1: http://www.viva64.com/en/a/0070/ I've arrived at the source code of a widely know instant messenger Miranda IM. Together with various plugins, t...
[3 replies] Last: hanst99 + 1 this is a perfect example of what memset is meant for. I... (by Computergeek01)
please i want the answer
 
No-one will give you the answer, you have to do it yourself. If you can't do it, then ask about what, specifically, you're having trouble with.
[no replies]
An eternal question of timing
 
It seemed that long forum debates about methods of measuring algorithm's running time, functions to use and precision that should be expected were over. Unfortu...
[no replies]
Moving along lines
 
Many people know what a line is, and many more can draw them using slope. But I've noticed that when trying to draw a line using only the origin and end point...
[12 replies] Last: No divisions, just integer addition, subtraction and bit shifting http... (by ne555)
ODB C++ ORM 1.2.0 adds support for Boost, embedded database schemas
 
I am pleased to announce the release of ODB 1.2.0. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects t...
[no replies]
Powerful Console in Windows/VC++ (Color, Cursor, ...)
 
Powerful Console in Windows/VC++ (Color, Cursor, ...) Console.h // // Console for Windows, Tested in Visual C++ 6 // #ifndef __Console__ #define __...
[8 replies] Last: That huge chunk of << overloads could be simplified by including the s... (by PiMaster)
Can we use array in fuction ?
 
i have to calculate quiz's and i have no idea how to do it could anyone help pls how i can define function variables with arrays thank you
[2 replies] Last: This does not belong here, please move your thread to the appropriate ... (by Browni3141)
Readonly class variables in C++
 
One of C++ lacks in defining a class is absence of read-only variable members, something like this: class A { public: readonly int x; // x can n...
[19 replies] Last: [quote=kempofighter]why would I want to have to implement an assignmen... (by m4ster r0shi)
by Disch
The Console is a Terrible Medium for Games (1,2,3)
 
All too often on these forums I see people asking how to either make a game in the console, or asking how to do a specific task related to game making in the co...
[55 replies] Last: [quote=rocketboy]@Duoas: That's why I specified "interactive. I th... (by Disch)
XSD/e XML Schema to C++ compiler 3.2.0 released
 
I am pleased to announce the availability of CodeSynthesis XSD/e 3.2.0. CodeSynthesis XSD/e is an open-source (GPL2 + free/commercial proprietary licenses),...
[no replies]
by john2
beginner exercises addendum
 
original post: http://cplusplus.com/forum/articles/12974/ i got some answers: http://www.sendspace.com/file/pm444s
[no replies]
by notna
Lessons on development of 64-bit C/C++ applications
 
The course is devoted to creation of 64-bit applications in C/C++ language and is intended for the Windows developers who use Visual Studio 2005/2008/2010 envir...
[no replies]
ODB C++ ORM 1.1.0 adds support for containers, relationships, composite values
 
I am pleased to announce the release of ODB 1.1.0. ODB is an open-source object-relational mapping (ORM) system for C++. It allows you to persist C++ objects...
[no replies]
by minix
C,C++ Interview Questions
 
I am sharing some of my interview Questions. Updated ... http://codingproblem.blogspot.com/ BR, Andy
[2 replies] Last: It's not clear whether this is for C or C++. The languages are subtly... (by kbw)
How to google (1,2)
 
Some people I've met recently mentioned that google searching was too complex for most people to use. So I've come up with this excellent and fairly (and I mean...
[34 replies] Last: Have an assignment? Don't want to do it? Here you go http://tinyurl... (by blackcoder41)
Use of container of list iterators
 
Often, it is necessary to search a list. The list does not allow binary search or hash search. However, we can store list iterators in a unordered_map (e.g. C++...
[17 replies] Last: Thank you. I am still improving the C++ abridged card, thanks to the f... (by simplas2002)
Year 2011 Pages: 12
  Archived years: [2010 archive] [2012 archive]

Cannot post in this page. To post a new message, go to the first page.