Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JincS

Pages: 1 ... 9 10 [11] 12 13 14
151
Computer Projects and Ideas / Free C++
« on: October 16, 2006, 06:21:00 am »
Hakuna Matata man. No worries :)smile.gif

152
Computer Projects and Ideas / OpenAL Class Wrapper
« on: October 16, 2006, 04:04:00 am »
Planning on it. The OpenAL part is cross-platform, and my MP3 player is not, so if I switch out the sound routines (and convert the GUI to wxWidgets), I can make the MP3 player available for *nix.

153
Computer Projects and Ideas / Free C++
« on: October 16, 2006, 04:03:00 am »
500Kb? Ok, so I might be able to upload a few of them (once I get home from school tonight).

154
Computer Projects and Ideas / Bit Flip
« on: October 16, 2006, 04:02:00 am »
Yup. it can take for input ANY ASCII character, and it will output any one too.

155
Computer Projects and Ideas / Free C++
« on: October 15, 2006, 05:21:00 pm »
Free C++ (Formerly "The Mini Pocket's Guide To Learning C++") is a small collection of tutorials that I wrote to aid the beginner C++ programmer in basic console programming. It comes neatly bundled as a .pdf file, and covers these topics (This is the table of contents):

Preface : Introducing C++ and Quick Tips
Lesson 1 : My First Program
Lesson 2 : Using Variables
Lesson 3 : Inputting Data to Your Program
Lesson 4 : Basic Math
Lesson 5 : Writing A Function
Lesson 6 : Namespaces: A True Timesaver
Lesson 7 : Creating Your Own Namespaces
Lesson 8 : #include and #define

Now, these tutorials were all posted on my site, but my host has gone kaput (not that I can complain, it was given to me for free froma friend), so all of my project files, websites, and other schtuff are gone. I'll have this re-hosted ASAP for download.

Sorry for the delay :(sad.gif

156
Computer Projects and Ideas / Tick Off Jack!
« on: October 15, 2006, 05:17:00 pm »
QUOTE
|+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+|
|
157
Computer Projects and Ideas / SimpCon Library v1-3.0
« on: October 15, 2006, 05:13:00 pm »
The readme:
QUOTE
===========================|mellow.gif
Simple Console C++ Library |
Version 3.0 Final Release
158
Computer Projects and Ideas / Notecatcher v1.0
« on: October 15, 2006, 05:11:00 pm »
For anyone who's interested: This is a crappy little DOS program that I wrote a couple of years ago (that amazingly appeared on my computer somehow...) that will play perfect-pitch notes via your computer's built-in speaker. The user inputs the note and the octave, and the program does the rest. Really lame, but it's good for n00bs to learn C++ with.

Like many of my other projects, I'll post a DL link as soon as I find a file host...

159
Computer Projects and Ideas / Fibonocci Calculator
« on: October 15, 2006, 05:09:00 pm »
For anyone who's interested: This is a crappy little DOS program that I wrote a couple of years ago (that amazingly appeared on my computer somehow...) that calculates Fibonocci's sequence out to the Xth number, where X is whatever number the user inputs (the maximum is 1476). It also saves ALL of those numbers to a specified file. Really lame, but it's good for n00bs to learn C++ with.

Like many of my other projects, I'll post a DL link as soon as I find a file host...

160
Computer Projects and Ideas / Body Mass Index Calculator
« on: October 15, 2006, 05:07:00 pm »
For anyone who's interested: This is a crappy little DOS program that I wrote a couple of years ago (that amazingly appeared on my computer somehow...) that calculates your BMI (Body Mass Index), based off of your inputted weight and height (in pounds/inches). Really lame, but it's good for n00bs to learn C++ with.

Like many of my other projects, I'll post a DL link as soon as I find a file host...

161
Computer Projects and Ideas / Bit Flip
« on: October 15, 2006, 05:06:00 pm »
For anyone who's interested: This is a crappy little DOS program that I wrote a couple of years ago (that amazingly appeared on my computer somehow...) that does two things:

1.) Prints out the entire ASCII set to the console and
2.) Allows the user to input one character, which the program does this:
--Converts input to numeric equivilant
--"Flips" the input, outputs the flipped character (not what you think)
--Converts the flipped character into it's numerical equivilent

Really lame, but it's good for n00bs to C++;

Like many of my other projects, I'll post a DL link as soon as I find a file host...

162
Computer Projects and Ideas / OpenAL Class Wrapper
« on: October 15, 2006, 05:02:00 pm »
Hey everyone. This project is a class wrapper for C++ that allows you to easily play wave files (.wav) in your application using OpenAL. It's highly unfinished (definitely a work in progress), but it does what it needs to for now.

USES:
1.) 3D Sound in games

TODO:
*Allow for 3D positioning of sound in world space
*Play other file formats (MP3, etc.)
*Optimizations
*Other things I can't really think of right now...

Like many of my other projects, I'll post a DL link as soon as I find a file host...

163
Computer Projects and Ideas / XConfig
« on: October 15, 2006, 04:59:00 pm »
Hey everyone. This project is a class wrapper for C++ that allows you to easily grab the data stored in Configuration Files (.ini) It's almost done, just missing a few little things, but I plan on finishing it up soon (no hurry though, I won't really have a use for it for a few more weeks).


USES:
1.) Store program configuration without having to use the registry
2.) Save game utility (if you're programming a game)

Like many of my other projects, I'll post a DL link as soon as I find a file host...

164
Computer Projects and Ideas / C++ OpenGL 2D Graphics Engine
« on: October 15, 2006, 04:50:00 pm »
**Update**

On one of the side projects: I've made HUGE progress on the FoRK File Format that I'm creating as a container for the ForKScript Language (the scripting language for the game engine). Here's the basic layout (Using code and quote tags :Ptongue.gif ):

QUOTE

Main File Container
c1-->
CODE
ec1
File Header
c2
ec2
c1
-->
CODE
ec1
File Comments (unlimited space)
c2
ec2
c1
-->
CODE
ec1
File Datablock 1
c2
ec2
c1
-->
CODE
ec1
File Datablock 2
c2
ec2
c1
-->
CODE
ec1
File Datablock 3
c2
ec2
c1
-->
CODE
ec1
File Datablock ...
c2
ec2

165
Computer Projects and Ideas / Bitmap Converter
« on: October 15, 2006, 02:33:00 pm »
I've never seen wither of those before...I'll have to look into em (maybe get some inspiration).

Pages: 1 ... 9 10 [11] 12 13 14