I coded a media player ^_^

Questions about programming languages and debugging
Post Reply
User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

I coded a media player ^_^

Post by Gogeta70 »

Hey dudes, been working practically nonstop on this media player for the past 4 or 5 days. It isn't perfect, and it could use a playlist among some other features, but it works and it looks good ^_^

Anyway, i wanted to share it and hear your thoughts. The source code is provided as well, but like i said the other day, it's pretty messy (unorganized).

One thing i should have done differently is with the custom controls i made. I made all the controls handle their own messages, instead of forwarding the messages to the main window procedure...

Anyway, the file is really small so it shouldn't take long to download:
http://gogeta.homeip.net/sigma.zip" onclick="window.open(this.href);return false;
¯\_(ツ)_/¯ It works on my machine...

User avatar
floodhound2
∑lectronic counselor
∑lectronic counselor
Posts: 2117
Joined: 03 Sep 2006, 16:00
17
Location: 127.0.0.1
Contact:

Re: I coded a media player ^_^

Post by floodhound2 »

Awesome job man! It worked great on my computer. You indented and left some comments thats worth something right? What compiler are you using and is this an assignment for school? I cant comment on the source code structure at the moment I am lacking on time, but Ill see if I can get around to it soon.

Keep it up G - *thumb*
₣£ΘΘĐĦΘŮŇĐ

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Re: I coded a media player ^_^

Post by Gogeta70 »

Most of the comments were there from the template that code blocks generates for windows applications. I'm using the code::blocks IDE with the mingw compiler


As for indenting, i've always indented code as it's easier to read ^_^

It's not an assignment for school, i'm not taking any programming classes. I taught myself C++ and the windows api, and just thought it would be fun to make a media player :P
¯\_(ツ)_/¯ It works on my machine...

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Re: I coded a media player ^_^

Post by computathug »

works cracking buddy, great job
*thumb*
The devil can cite Scripture for his purpose.
-- William Shakespeare, "The Merchant of Venice"
https://tshirt-memes.com

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Re: I coded a media player ^_^

Post by Gogeta70 »

Thanks ^_^
¯\_(ツ)_/¯ It works on my machine...

Post Reply