Search found 26 matches
- Wed Mar 10, 2010 7:55 am
- Forum: Programming Discussion
- Topic: About Me and Some Sites I've Used
- Replies: 18
- Views: 10820
Re: About Me and Some Sites I've Used
Awesome work, man. Thankies
- Mon Oct 26, 2009 8:16 am
- Forum: Programming Discussion
- Topic: Console game
- Replies: 19
- Views: 2157
Re: Console game
That's really cool. It's pretty addictive too! Yeah, it is, good job.
- Wed Jul 01, 2009 4:17 pm
- Forum: Programming Discussion
- Topic: cyrax im asking nicely.
- Replies: 22
- Views: 1795
Re: cyrax im asking nicely.
Please Thenicelardbj, show us your stuff. It's been going on for like, over a year now. People are bored. Prove to us you've got all this "knowledge". No copy/paste..
- Wed Jul 01, 2009 12:40 pm
- Forum: Programming Discussion
- Topic: cyrax im asking nicely.
- Replies: 22
- Views: 1795
Re: cyrax im asking nicely.
Thenicelordbj, fuck off. Lol seriously.
- Sat Jun 27, 2009 5:54 am
- Forum: General/Off-Topic
- Topic: Michael Jackson...
- Replies: 20
- Views: 1930
Re: Michael Jackson...
It was a big shock. RIP Michael Jackson.
- Thu May 28, 2009 5:47 am
- Forum: General/Off-Topic
- Topic: Ideas to make money.
- Replies: 24
- Views: 3383
Re: Ideas to make money.
Rob a bank maybe? No, that would be way too risky and I aint in the mood, to go down the cop shop. Maybe I'll post back when I have a more sensible idea..
- Tue May 26, 2009 9:49 pm
- Forum: Programming Discussion
- Topic: Is it possible to load mp3 files?
- Replies: 9
- Views: 1101
Re: Is it possible to load mp3 files?
well, you know, the C/C++ IO systems treats files as streams, irrespective of their application or type, the idea is that you can get data in and out of your program, but if i'm understanding you correctly, you expect the program to randomly interpret the files as an audio file, and play it accordi...
- Mon May 25, 2009 1:58 pm
- Forum: Programming Discussion
- Topic: Is it possible to load mp3 files?
- Replies: 9
- Views: 1101
Re: Is it possible to load mp3 files?
I want to load in an .mp3 file, so I can play a song. It's only an experiment, to see if I can get it to do something. I know it's pretty pointless but as I said, it's only an experiment.programmerinprogress wrote:just out of curiosity, what are you trying to do?
(with the loaded .mp3?)
- Mon May 25, 2009 12:53 pm
- Forum: Programming Discussion
- Topic: Is it possible to load mp3 files?
- Replies: 9
- Views: 1101
Re: Is it possible to load mp3 files?
Nothing works. :( I made sure the .exe file was in the same directory, the program outputs which song was played so, it doesn't return NULL. Read binary mode doesn't work either, as Amarant basically assumed. By the way, I use Dev-C++ as my IDE and I use Windows Vista, please don't bash me lol. Help...
- Mon May 25, 2009 1:31 am
- Forum: Programming Discussion
- Topic: Is it possible to load mp3 files?
- Replies: 9
- Views: 1101
Is it possible to load mp3 files?
Hi guys. I have a question. Can you load .mp3 files using the fopen() function? I tried a very simple program out but, the file doesn't seem to load. Anyway, here is my code: #include <stdio.h> int main() { FILE *file1; file1 = fopen("Death_to_analog.mp3", "r"); if (file1 != NULL...
- Thu Feb 12, 2009 11:44 am
- Forum: Programming Discussion
- Topic: Suggestions for Books
- Replies: 7
- Views: 884
Re: Suggestions for Books
A good book, would be The C Programming Language. It's written by the developers of the language. It's worth a read.
- Tue Jan 20, 2009 9:09 pm
- Forum: Programming Discussion
- Topic: Would debug be a good idea?
- Replies: 1
- Views: 504
Would debug be a good idea?
So I'm programming right now, well experimenting and had an idea. Say if I wanted to debug a program whilst it was running, would system("debug"); be a good idea? I figured because debug is a DOS command within the System32 directory and I'm programming DOS based programs(written in C), th...
- Wed Dec 10, 2008 8:05 pm
- Forum: Game Development
- Topic: r
- Replies: 27
- Views: 4637
Re: Game project looking for programmers
I had to say it.MarauderIIC wrote:Well you're no help :PDiablo vt wrote:Sorry but, I couldn't read all that. These kinds of posts make me larf. Making posts like that won't get you anywhere. Goodluck son.
EDIT: Where's XxStillAVirgin69xX at? =p
- Mon Dec 08, 2008 8:47 pm
- Forum: Game Development
- Topic: We have been hacked.
- Replies: 30
- Views: 5655
Re: We have been hacked.
As soon as I read the title, I thought "BJ?" NO! Tis not BJ. I don't even know why I thought that, the bastard he is. He doesn't even know how to disable his own firewall.
- Mon Dec 08, 2008 8:21 pm
- Forum: Programming Discussion
- Topic: UGH remake going along swimmingly
- Replies: 21
- Views: 2460
Re: UGH remake going along swimmingly
It's coming along very well mate! Good job.