Re: undeadstrike pure basic version

First, no, structs are *not* classes. A class is not a struct: with a struct you can only define variables within them. With classes you can define functions within the class alongside the variables (and most class implementations contain visibility modifiers). OOP-based implementations also usually let you extend other classes. Though PB lets you extend other structures they are not classes. And that's your first problem -- you are applying OOP concepts to a language where those concepts do not exist. A procedular language usually does not have classes, inheritance, or any other OOP concept. Do not apply OOP concepts to a language that does not have said concepts.
Second, I have to agree with others. Yes, you put 3 hours into this; doesn't make it a good project that people will be proud of you for. Yes, be proud of yourself, but don't expect others to be proud of it unless its something major.

-- 
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
  • ... AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector

Reply via email to