26287 total geeks with 3498 solutions
Recent challengers:
 Welcome, you are an anonymous user! [register] [login] Get a yourname@osix.net email address 

Articles

GEEK

User's box
Username:
Password:

Forgot password?
New account

Shoutbox
MaxMouse
It's Friday... That's good enough for me!
CodeX
non stop lolz here but thats soon to end thanks to uni, surely the rest of the world is going good?
stabat
how things are going guys? Here... boring...
CodeX
I must be going wrong on the password lengths then, as long as it was done on ECB
MaxMouse
lol... the key is in hex (MD5: of the string "doit" without the "'s) and is in lower case. Maybe i should have submitted this as a challenge!

Donate
Donate and help us fund new challenges
Donate!
Due Date: May 31
May Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
Google to double
encryption key
lengths for SSL
certs by year"s end
Facebook Home phone
plans canned in the
UK
Joyent cuts prices
on cloudy
infrastructure
Yahoo! continues
quest for youth
with yet another
acquisition
Internet2 superfast
boffin network
peers with Azure
cloud
Google slashes App
Engine NoSQL data
storage prices by
25 per cent
Orange customer
clobbered with SIX
FIGURE phone bill
Tipsters exposed
after South
Africa"s national
police force hacked
Samsung flogs slim,
flashy new model:
Protection included
Another Chinese
thing you can see
from space:
Lenovo"s sales
Slashdot
Scientists Growing
New Crystals To
Make LED Lights
Better
Google Takes Street
View To the
Galapagos Islands
Bitcoin"s Success
With Investors
Alienates Earliest
Adopters
WIPO Panel Says Ron
Paul Guilty of
Reverse Domain Name
Hijacking
Red Hat"s Diane
Mueller Talks About
OpenShift (Video)
5-Pound UAV Flies
For 50 Minutes,
Streams HD From
Over 3 Miles
Google Code
Deprecates Download
Service For Project
Hosting
Sears Is Turning
Shuttered Stores
Into Data Centers
Ethernet Turns 40
Main US Weather
Satellite Fails As
Hurricane Season
Looms
Articles in topic

C++

C++: Base64 Encoding
by: aatrish2001 - 2007-05-04 16:28:17
C++ class for Base64 encoding. Can be useful for sending attachments because sending an attachment requires the file be encoded using Base64.
1714 bytes more - viewed 16149 times - comments - rated
C++: Tic-Tac-Toe: an unbeatable foe
by: janus - 2006-07-08 23:49:18
Introducing the minimax algorithm as a way to make a strong AI for the simple game Tic-Tac-Toe.
4347 bytes more - viewed 32927 times - comments - rated
C++: Bare-Bones SFX program in Win32 C++
by: anilg - 2006-06-16 13:33:18
Learn how to create an SFX (SelF eXtracting) program that extracts data and creates new extractable at runtime, all in one (tiny) program.
11361 bytes more - viewed 9155 times - comments - rated
C++: Windows Sockets Programming
by: TroPe - 2004-12-11 13:28:57
In this tutorial we will be creating a Socket Client and a Socket Server to accept messages. This article assumes no prior knowledge of sockets programming. Enjoy!
10278 bytes more - viewed 25963 times - comments - rated
C++: Pass By Reference in Functions
by: Apocolipse - 2004-11-16 03:12:20
Ever looked at pointers and went "WTF!!!", well this one's for you. This tutorial will detail the usage of Pass By reference parameters in Functions in C++.
2855 bytes more - viewed 19920 times - comments - rated
C++: C++ Beginner : The Basics
by: Macavity - 2004-11-11 05:42:41
This is basic and I mean EXTREMELY basic C++ for the ultimate beginner who may be stuck with trying to figure out other probably better c++ tutorials.
7407 bytes more - viewed 41864 times - comments - rated
C++: A closer look at functions
by: TroPe - 2004-10-24 06:00:35
This time we are going to introduce the newbie to C++ functions, while teaching scope, return values, prototyping, overloading, and recursion.
5493 bytes more - viewed 8673 times - comments - zero rated
C++: C++ Pointers -- What ARE these things?
by: TroPe - 2004-10-23 21:15:32
C++ Pointers are one of those subjects people sometimes shy away from because they don't understand them. Well, no worries...here we are going to start from the beginning and fully explore what pointers are, how we can use them, and pitfalls to avoid.
8375 bytes more - viewed 12149 times - comments - rated
C++: String Generator
by: twr_sparks - 2004-07-29 02:32:13
I wrote this class to generate every possible combination of a certain length string and thought I'd share it with you.
5177 bytes more - viewed 11711 times - comments - rated
C++: Introduction To MFC
by: bitshift - 2004-07-01 05:07:08
This Article Provides An Introduction To Using The Microsoft Foundation Class or MFC.
3885 bytes more - viewed 17924 times - comments - rated
C++: Address Book Program
by: dimport - 2003-06-21 07:19:46
This is a sample to get a good start on creating an address book or how to write and maybe you could learn how to read from a file and view them, well thats some ideas of what could be done. ANSI standard code, can be compiled on linux.
2195 bytes more - viewed 21902 times - comments - rated
C++: Simple C++ program to find all numbers that are divisible by a number
by: dimport - 2003-06-21 07:19:46
A simple C++ program to find all numbers that are divisible by a number
479 bytes more - viewed 25074 times - comments - rated
C++: Introduction to Cryptography Part 1
by: dimport - 2003-06-21 07:19:46
In todays modern society, where everything is fast-paced and digital. Many governments, companies, and citizens rely on cryptography to keep the personal business private....
3428 bytes more - viewed 16174 times - comments - rated
C++: Introduction to Cryptography Part 2
by: dimport - 2003-06-21 07:19:46
Welcome back, hopefully you read my last tutorial, because it will give you a little more background for working with this tutorial. Well, lets get started.
4852 bytes more - viewed 7265 times - comments - zero rated
C++: Introduction to Cryptography Part 3
by: dimport - 2003-06-21 07:19:46
Well, we are now on the third tutorial in this beginners course to cryptography. In this tutorial we get into the types of encryption that can only be done with computers and using programming.
In this tutorial we will cover XOR(Exclusive-Or) encryption, how it is broken with small keys, and even have an actual example of hiding ciphertext in ciphertext.
7435 bytes more - viewed 9118 times - comments - rated
C++: Basic Polymorphism
by: dimport - 2003-06-21 07:19:46
The first time i heard the term polymorphism in the context of programming, i was pretty scared, it sounds daunting, and the way some people describe it, it can be, hopefully i can show you how easy it is.
1890 bytes more - viewed 8132 times - comments - rated
C++: Inheritance, Polymorphism, Virtual Functions And Jefferson Airplane.
by: dimport - 2003-06-21 07:19:46
Inheritance, its a bit of a chuckle, although c++ isnt a 'true' oo language, its inheritance system is pretty damn cool imo, the followiing will show you how to inherit/derive classes, the true nature of c++ polymorphism and will tell you just what the buggery a virtual function is, and how they work. There'll probably no 70's supergroups though.
4041 bytes more - viewed 7688 times - comments - rated
C++: Multiple Inheritance
by: dimport - 2003-06-21 07:19:46
Multiple inheritance allows you to build even more specialised hierarchies than normal inheritance and thusly make programs easier to understand and maintain, its one of the best (read: easiest) aspects of oo and because im nice like that, ill show you how it works.
3245 bytes more - viewed 8388 times - comments - zero rated
C++: Virtual Functions
by: dimport - 2003-06-21 07:19:46
Virtual functions are probably the single most important component of c++ OO programming and, typically enough, can be a total pain in the arse, going to the next level we have what are known as ‘pure virtual functions’
1809 bytes more - viewed 9205 times - comments - rated
C++: Printing in C++ w/streams
by: dimport - 2003-06-21 07:19:46
Knowing how to print in C++ isnt something especially important but its nice to know and gives a decent footing into streams.
2037 bytes more - viewed 28703 times - comments - rated
C++: Serialization in C++
by: dimport - 2003-06-21 07:19:46
What is serialization, you might be wondering? Serialization is simple, it is basically converting a class into binary form so that it can be read later on or sent over a network and then read out of the file or over the network as an object. It is a simple yet powerful concept, and allows an object to retain its form even across a network.
3127 bytes more - viewed 71985 times - comments - rated
C++: C++ Exception Handling
by: dimport - 2003-06-21 07:19:46
Exception handling can be a very powerful tool for dealing with potential errors and is one of the areas where c++ scores over c, utilizing exception handling will also make your code easier to read, a big plus in a large project.
2592 bytes more - viewed 13734 times - comments - rated

Features

The Forums
Michael Kors
Outlet

(mouse/Technical Questions)
Michael Kors
Outlet

(mouse/Technical Questions)
Michael Kors
Outlet

(mouse/News)
Michael Kors
Outlet

(mouse/OSI Members)
Michael Kors
Outlet

(mouse/Feedback)

Recent Blogs
First one
506 comments
Action's blog
Tue 12th Jan 10pm
A Daily
Profanity at
dailyprofanity.
com
69 comments
bb's blog
Mon 21st Dec 11am
Blog entry for
Wed 25th Nov
7pm
8 comments
hambone's blog
Wed 25th Nov 7pm
Blog entry for
Mon 9th Nov 4am
feck you
all!!!!!!!!
24 comments
echmil's blog
Sat 7th Nov 11pm

Current Poll
What would you
like to see more
of?

Articles
Discussion
Polls
Tests
Challenges
Captchas
Other (Comment)



View Results
(3 Comments)

Site Comments
http://www.usag
lobalquotes.com
/auto-insura...

(Anonymous / Higher Levels / MaxMouse's blog)
http://edprices
online.com/ buy
viagra %-DDD...

(Anonymous / SSHFS: Super Easy File Access over SSH / bb's blog)
http://www.comp
areedmedsprices
.com/ buy
(Anonymous / Blog entry for Sun 8th Mar 3pm / macrocat's blog)
http://www.your
carinsurancequo
tes.net/texa...

(Anonymous / My blogs / quangntenemy's blog)
Following up on
the live
Maximum Fun
show...

(Anonymous / SVN as windows service calling post-commit hanging as not asynchronous / bb's blog)
Following up on
the live
Maximum Fun
show...

(Anonymous / SVN as windows service calling post-commit hanging as not asynchronous / bb's blog)
http://www.meds
tabs4you.com/
cialis %(((
(Anonymous / First one / Action's blog)
http://www.edpr
ices4u.com/
viagra
>:-...

(Anonymous / First one / Action's blog)
http://www.edpr
ices4u.com/
viagra
>:-...

(Anonymous / First one / Action's blog)
http://www.sear
chinsurancedeal
s.com/ low c...

(Anonymous / First one / Action's blog)


     
Your Ad Here
 
Copyright Open Source Institute, 2006