Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

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.

Topics - Moon_child

Pages: 1 ... 15 16 [17] 18 19
321
Coding / REQUEST: An small GB Zelda engine in C++
« on: August 15, 2006, 12:23:49 pm »
I want a small GB Zelda engine what should be in it is

-Diagonal walking
-GB Zelda sprites animated

I know that I ask much its just that I want to see what it takes to have this in C++ if anybody has this example or is willing to make this. I would really appreciate if you did I'm not gonna steal or use your code I just want to see what it takes to make it in C++

Thanks in advance!

322
Entertainment / So I saw Super Mario bros the movie today.... *Cries*
« on: August 15, 2006, 12:16:50 pm »

I heard everywhere this movie sucked like hell I only downloaded it because I'm a big Mario fan. Anyway so the movie started with an the classic mario music. And that was the only good part of the whole movie. While I'm a big Mario fan I still do not like this movie in anyway thats possible. It sucks like hell its evil its made by fuckheads I can't believe Nintendo let this happen. Its worse then worse can be. If you have not seen this movie then do not watch this movie it will end that you cry. It should be banned from the earth. Its not possible to say in any way how sucky this is. I must have been crazy for willing to watch this to the end... *Cries again*

323
When I try to connect with an server on steam I get this error.

Does anybody what I need to do?

324
Discussion / MinGW?
« on: August 14, 2006, 08:16:35 am »
I saw this program the other day and my question is. Is this program any good?
http://www.parinyasoft.com/

325
I'm trying to sell my Silver Nintendo DS with the game Wario Ware touched. What I need help with is that I don't know what a fair selling price is for this all.

326
Entertainment / Counter-Strike: Source
« on: August 03, 2006, 09:02:47 am »
I played Counter-Strike 1.6 for like half a year and since a month or 2 I bought Counter-Strike: Source. I almost didn't play it because it runned somehow pretty slow on my PC. And the weird part was that my PC and Video card was able to handle it. And a few weeks ago I formatted my PC. And I re-installed the game and ZOMFG it runs so smooth so CS 1.6 is kinda so last week. And does anybody else here plays Counter-Strike: Source? We could maybe play against each other =D

327
Other Discussion / WTF a bin file?
« on: July 29, 2006, 07:11:28 pm »
Does anybody know what you can do with a bin file?

328
I can buy a Gameboy Micro which is almost never used + the Game "Harvest moon: Friends of Mineral town" togather for 50$ so should I do it?

329
Other Discussion / A good anti spyware?
« on: July 26, 2006, 08:21:35 am »
I need a good anti Spyware? it doesn't needs to be free!

330
Entertainment / Online gaming on the Wii for free?
« on: July 25, 2006, 07:30:20 am »

331
Other Discussion / I got this problem and I need your help guys!
« on: July 21, 2006, 02:49:28 am »
http: // d . mettere . net/ <--This site(DO NOT ENTER IT)! trys to install Mallware on my PC and my Antivirus stops it. But this warning keeps coming and it gets annoying. The Malware name is: Win32:Dialer-gen13[Trj] The Malware type is: Dialer The VSP version is: 0629-1 Can anybody help me?

Edit: I put spaces inbetween to stop accidental clicks.

332
Discussion / Dev-C++? what is that?
« on: July 19, 2006, 11:16:25 am »
After I installed "Microsoft Visual C++ 6.0" I can't remeber what "Dev-C++'' is. :P Does anybody else here have Microsoft Visual C++?

333
Discussion / C++ for dummies
« on: July 18, 2006, 08:46:43 pm »
I'm a C++ newbie and I found this great C++ book for people like me. Its named "C++ for Dummies" The name sounds lame but belief me. If you want to get started with C++ get this book. I borrowed it from the Libary and I'm probaly gonna buy it. Most C++ books require knowledge from C which is stupid anyway. But "C++ for Dummies" is for people who don't have knowledge from C or even from programming.

334
Coding / (C++) Whats wrong with this? (C++)
« on: July 18, 2006, 04:46:12 pm »
This program converts Temperatures from degrees Celsius to degrees from Fahrenheit but when I try to compile it with Dev C++. I get these errors.
Quote
C:\Dev-Cpp\Conversion.cpp: In function `int main(int, char**)':
C:\Dev-Cpp\Conversion.cpp:34: error: expected `;' before ':' token
C:\Dev-Cpp\Conversion.cpp:34: error: expected primary-expression before ':' token
C:\Dev-Cpp\Conversion.cpp:34: error: expected `;' before ':' token

Here's the source code:

Code: [Select]
//
// Conversion.cpp
// Converteert temperaturen van graden Celsius
// naar graden Fahrenheit:
// Fahrenheit = Celsius * (212 - 32)/100+32
//
#include <stdio.h>
#include <iostream.h>

int main(int nNumberofArgs, char* pszArgs[])
{
    //Temperatuur in graden Celsius invoeren
   
    int nCelsius;
    cout << "Enter the temperature in Celsius:";
    cin >> nCelsius;
   
    // De conversiefactor voor Celsius
    // Naar Fahrenheit berkenen
   
    int nFactor;
    nFactor = 212 - 32;
   
    // Conversiefactor gebruiken om waarden
    // van Celsius naar Fahrenheit om te zetten
   
    int nFahrenheit;
    nFahrenheit = nFactor * nCelsius/100 + 32;
   
    // Het resultaat op het beeldscherm tonen
    cout << "Fahrenheit value is:";
    cout << nFahrenheit;
   
    return 0:
}

335
Discussion / I want to learn C++ where do I start?
« on: July 17, 2006, 09:03:13 am »
I want to learn C++ since thats the language most developers use to make games for the consoles/PC. So what do I need to get started with it? Where are good tutorials?

336
Other Discussion / Look I bought today!(Something from Mario Kart)
« on: July 07, 2006, 03:18:06 pm »
They where pretty cheap around 5 US dollar for each of them. I only have to buy Princess Peach to have them all which I will buy asap.  ;D cool huh?

337
Discussion / *Cough* Who said that GM can't make GBA games? *Cough*
« on: July 05, 2006, 01:30:17 pm »

338
Audio / REQUEST: That cursing beep
« on: July 04, 2006, 05:17:35 pm »
I need that beep that you hear in movies or something when somebody curses.

339
Other Discussion / Great idea for the Spammers!
« on: June 28, 2006, 08:20:21 am »
Heey Spammers,

Why don't you make a forum based on Spam which has ofcourse 99% Spam and the last 1% is for a small Zelda section. So you have your life(Spam) and Zelda? Isn't that the greatest idea then we can put the Spam section in the Trashcan and Viola everybody happy.

-Jason

340
One day my favorites got deleted in CS and it never happend before its really annoying because I have to search every time for my favorit server. How can I stop this because it gets deleted every time I stop playing CS >_>

Pages: 1 ... 15 16 [17] 18 19

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.065 seconds with 33 queries.

anything