|  ·Home·  |   ·FORUM·  |   ·Registration·  |   ·Login·  |
download download download download



CHATBOX SEARCH ENGINE New Posts Members Forum rules Search RSS
  • Page 1 of 1
  • 1
Forum » Ebook » Computer & Internet » C++ Code
C++ Code
masterNickDate: Tuesday, 23 Mar 2010, 12:39 | Message # 1





Messages: 1639
Awards: 8
Reputation: 8
Status: Offline
Friday, December 04, 2009 3:57 PM 1244 [_A_simple1881964282005.zip
Friday, December 04, 2009 4:46 PM 14306 [_Bubble_S185910312005.zip
Friday, December 04, 2009 4:55 PM 20827 [_STL__Str1853322152005.zip
Friday, December 18, 2009 3:22 PM 604 Accept-radius-Produce-Area.CPP
Friday, December 18, 2009 3:26 PM 298 ACCLERATION.CPP
Sunday, November 15, 2009 8:49 PM 7087 Address-Book.cpp
Friday, December 18, 2009 3:27 PM 664 Area-of-Triangle.CPP
Sunday, January 17, 2010 4:15 PM 372 BASIC.CPP
Sunday, November 15, 2009 10:08 PM 2349 Calcu.cpp
Friday, December 18, 2009 3:27 PM 742 Calculate-Electricity-Bill.CPP
Friday, December 18, 2009 3:28 PM 656 Calculation.CPP
Sunday, January 17, 2010 3:51 PM 2831 Calculator-graphics.CPP
Friday, December 18, 2009 3:29 PM 839 calculator-menu.cpp
Friday, December 18, 2009 3:30 PM 655 Celsius-to-Farenheit.CPP
Friday, December 18, 2009 3:31 PM 709 Check-for-Odd-or-Even.CPP
Tuesday, January 26, 2010 7:49 PM 1579 Compare-String.cpp
Friday, December 18, 2009 3:32 PM 712 Conversion-to-Yard-Feet-Inches.CPP
Friday, December 18, 2009 3:34 PM 704 Convert-Height-to-feet-&-Inches.CPP
Wednesday, January 20, 2010 10:06 PM 608 convert-string-lower-to-upper-case.cpp
Tuesday, January 26, 2010 7:51 PM 545 Copy-string.cpp
Tuesday, January 26, 2010 7:55 PM 738 Delete-String.cpp
Sunday, November 15, 2009 8:16 PM 4655 Dictionary.cpp
Tuesday, January 26, 2010 8:02 PM 460 Digit-to-string.cpp
Friday, December 18, 2009 3:35 PM 554 Display.CPP
Sunday, January 17, 2010 3:53 PM 525 DRAW-rectangle-square-circle.CPP
Friday, December 04, 2009 5:25 PM 2476 Easy-calculator-C++.txt
Sunday, January 31, 2010 11:02 PM 835 edit2.cpp
Friday, December 18, 2009 3:39 PM 424 FACTORIAL-OF-N-NUMBERS.cpp
Sunday, January 31, 2010 10:59 PM 1756 Find-and-replace.cpp
Friday, December 18, 2009 3:40 PM 617 Find-Factorial.CPP
Friday, December 18, 2009 3:41 PM 707 Greater-of-2-nos.CPP
Sunday, January 31, 2010 11:02 PM 1037 Insert-string.cpp
Sunday, November 15, 2009 10:12 PM 8204 Jacob.txt
Sunday, January 17, 2010 4:03 PM 3858 KNIGHT_Graph.CPP
Thursday, January 21, 2010 9:57 PM 42840 Library-management-system.rar
Friday, December 18, 2009 3:43 PM 565 marks-comments.cpp
Sunday, January 17, 2010 4:07 PM 2943 MAZE.CPP
Sunday, November 15, 2009 8:18 PM 1500 multiplication-of-twomatrices.cpp
Sunday, January 17, 2010 4:10 PM 2868 N QUEEN_Graph.cpp
Friday, December 18, 2009 3:44 PM 656 No-of-Days-Years-Weeks.CPP
Sunday, November 15, 2009 8:22 PM 1795 orbit.cpp
Sunday, January 17, 2010 3:49 PM 38777 Photo-Shop-in-C++.CPP
Thursday, January 21, 2010 10:04 PM 1769 Prime_number.rar
Friday, December 18, 2009 3:45 PM 660 Print-Quotient-&-Remainder.CPP
Friday, December 18, 2009 3:52 PM 1077 RIGHT-TRIANGLE.cpp
Friday, December 18, 2009 3:54 PM 829 Simple-&-Compound-Interest.CPP
Tuesday, November 17, 2009 1:53 PM 8836 Simple.zip
Friday, December 18, 2009 3:57 PM 679 Sqrt-Power.CPP
Friday, December 18, 2009 4:00 PM 715 Square-of-Nos.CPP
Tuesday, January 26, 2010 7:43 PM 625 String-Concatination.cpp
Thursday, January 21, 2010 10:06 PM 6524 STUDENT-Database-system.CPP
Thursday, January 21, 2010 9:47 PM 767 Student-record.rar
Friday, December 18, 2009 4:03 PM 584 Sum-of-Even-nos.CPP
Friday, December 18, 2009 4:06 PM 748 Sum-of-Odd-+ve-&-ve.CPP
Friday, December 18, 2009 4:08 PM 665 Sum-of-Prime-nos.CPP
Thursday, January 21, 2010 10:01 PM 675 Sum-values-using-file-handling.cpp
Sunday, January 17, 2010 4:12 PM 1275 TEST-CLOCK-IN-C++.CPP
Wednesday, December 09, 2009 12:34 PM 10570 Understanding-Arrays.cpp
Friday, December 04, 2009 12:34 PM 9105 Understanding-IF.cpp
Tuesday, November 17, 2009 1:02 AM 1892 Virus-Joke-mini-project.txt

http://www.webjoogler.com/c++/codes/

 
masterNickDate: Tuesday, 23 Mar 2010, 12:49 | Message # 2





Messages: 1639
Awards: 8
Reputation: 8
Status: Offline
Snake game in C++

Snake game in C++, download now and submit it as your project
Download now
http://www.webjoogler.com/codes/C++/LabWork/snake-game.cpp

A Chess Program - Game

This is a very basic 2 player chess program. I was required to make a graphics program for a computer science class using the CMU Graphics package. While this is an easy to use package, it is limited in it's uses.

This program has some inherant limiatations. First, since only jpeg support is available, I had to make twice as many images (since jpeg format does not support transparent pixels). This program will not detect check or checkmate as I did not have time to implement these features. As you will see, there is no undo feature. This could be somewhat easily implemented. The largest error I made was with the way pieces are stored in memory. They reside within a 8 x 8 matrix but have a wrong orientation. This makes it extremely confusing to calculate the ammount of pieces between 2 positions diagonally.

Please read the Orientation.txt file for more information on this problem.

Lastly, I have implemented a feature that blacks the screen when the window does not have focus. This is part of a somewhat complex system to reduce flickering graphics. When left unchecked, the graphics will flicker at annoying rates.
Download now
http://www.webjoogler.com/codes/C++/games/Chess-Program.zip

Counter strike game in C++

The famous counter strike game, rebuilt in C++ as term assignment by the student of GC University Lahore. Download now and enjoy
Download now
http://www.webjoogler.com/codes/c++/oop/counter.cpp

Game in C++ "Who wants to be a millionair" with arrays and graphics

A project in C++, "Who wants to be a millionaire", In this project we have used graphics, arrays and of course object oriented approach. The questions are stored in arrays which are displayed on the interface randomly. There is excessive use of strings manipulation.
Download now
http://www.webjoogler.com/codes/C++/KBCGame.CPP

 
Forum » Ebook » Computer & Internet » C++ Code
  • Page 1 of 1
  • 1
Search:

Latest updated threads for ALL
  • Doom 3 (03 Apr 2024)
  • Index of Parent Directory Games Software [UPDATE] (21 Mar 2024)
  • Converting videos between mov and wmv (21 Feb 2024)
  • missing drivers (20 Feb 2024)
  • Adobe InCopy CS5 - Eastern European (LS6) | M... (18 Feb 2024)
  • PDF Unlocker (27 Jan 2024)
  • PSP Emulator for PC (23 Jan 2024)
  • Wondershare Photo Story Platinum v3.5.0.12 (10 Jan 2024)
  • Teach Yourself Visually Excel 2010 (07 Jan 2024)
  • SILKYPIX Developer Studio Pro 4.1.30.0 Portable (27 Jun 2023)
  • How to convert PDF to XLS on Mac (17 Nov 2021)
  • ost to pst convertes (20 Apr 2020)
  • PDF Converter Mac - Convert PDF to Microsoft Offic... (01 Oct 2019)
  • How to convert PDF to Image on Mac? (12 Jul 2019)
  • 3 Idiots (2009) DVDRip [Upscaled] 800mb (28 Mar 2018)
  • Windows 7 Drivers x32/x64 - 2.04 Gb (28 Mar 2018)
  • PdfGrabber 6.0.0.2 Professional Portable (02 Feb 2015)
  • Sahring powerful video conversion softwares for Ma... (24 Dec 2014)
  • AMS Greeting Card Studio v1.85 (24 Dec 2014)
  • Data Recovery tools Mac (08 May 2014)
  •  Last Registered Members List | Red : Administrator Orange : Moderator Blue : VIP Green : Katzier Other : User
    Vin
    Ryo
    mz001
    masterNick
    thunder
    mattle_trigger
    azim
    Ming
    kremlin
    sdomermpc
    flicker
    ninnja_x
    bedox
    kratos
    korosocablo
    h4ck_Z
    Roxx
    t_destroyer
    juventus
    chariz_emo
    joao_franco
    rehan^__^
    Fireseal
    ntit22
    CyberGodFather
    elharika
    zteozproz
    kelamz
    basbisbus
    kratosomer
    shigoxin
    djmbex
    traviz
    lenkbreak
    dwilion
    astagavista
    gilang
    baron18
    davis15
    stsprowe
    thornton
    alex
    mrcas
    Only_sol
    Bagazt
    qq99704965
    jiqel25
    hokudi2
    pukyxuf
    seanchandler316
    talabala2002
    procold4flu
    nargesnasiri2002
    nargesnasiri193
    dreameorksforme
    leandrameyers_holder
    dinalo2003dina2934
    Most Active Member - Thanks for Sharing
    kratosomer 559 posts
    kratos 311 posts
    zteozproz 132 posts
    sdomermpc 122 posts
    Fireseal 63 posts
    mrcas 52 posts
    stsprowe 47 posts
    lenkbreak 40 posts
    alex 38 posts
    shigoxin 32 posts

    Create your own site! CLICK HERE - FREE
    Disclaimer: Katzy Forum never stored any file on its own server. We only link files which we find from other area.
    Katzy Forum will not be responsible for any kind of illegal use of contents and damages occured there by.

    Thumbnails powered by Thumbshots

    Powered by vBullet® Version 3.8.5
    Copyright © 2024, Katzy Corp. Hosted by uCoz

    Site Partner : Promo Terbaru