
please wait
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... |
Apr 14, 2011 at 3:21am
[1 reply] : SearchAndSort.h #ifndef SEARCH_AND_SORT_H #define SEARCH_AND_SORT_H ... (by jason9)
|
by marius19
full name problem
|
#include <iostream> #include <string> using namespace std; int main() { string FirstName, MiddleName, LastName, fullName; cout << "PLease enter your Ful... |
Apr 11, 2011 at 9:06pm
[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... |
Apr 8, 2011 at 1:35pm
[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... |
Apr 6, 2011 at 10:05am
[no replies]
|
by AndreyKarpov
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... |
Apr 4, 2011 at 10:12pm
[3 replies] Last: hanst99 + 1 this is a perfect example of what memset is meant for. I... (by Computergeek01)
|
by chrisname
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. |
Apr 3, 2011 at 10:40am
[no replies]
|
by AndreyKarpov
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... |
Mar 31, 2011 at 6:27am
[no replies]
|
by sargon94
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... |
Mar 19, 2011 at 1:36pm
[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... |
Mar 16, 2011 at 3:29pm
[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 __... |
Mar 12, 2011 at 2:44am
[8 replies] Last: That huge chunk of << overloads could be simplified by including the s... (by PiMaster)
|
by malikrgc
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 |
Mar 11, 2011 at 3:14pm
[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... |
Mar 1, 2011 at 2:44pm
[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... |
Feb 20, 2011 at 4:52pm
[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),... |
Feb 16, 2011 at 12:53pm
[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 |
Feb 15, 2011 at 11:34am
[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... |
Jan 28, 2011 at 6:46am
[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... |
Jan 26, 2011 at 2:59pm
[no replies]
|
by minix
C,C++ Interview Questions
|
I am sharing some of my interview Questions. Updated ... http://codingproblem.blogspot.com/ BR, Andy |
Jan 24, 2011 at 4:13pm
[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... |
Jan 16, 2011 at 1:51am
[34 replies] Last: Have an assignment? Don't want to do it? Here you go http://tinyurl... (by blackcoder41)
|
by simplas2002
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++... |
Jan 6, 2011 at 2:05pm
[17 replies] Last: Thank you. I am still improving the C++ abridged card, thanks to the f... (by simplas2002)
|