Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: CodingMadeEasy Tutorials  (Read 8028 times)

0 Members and 1 Guest are viewing this topic.

Dante12129

  • Newbie
  • *
  • Posts: 24
    • View Profile
CodingMadeEasy Tutorials
« on: May 30, 2013, 04:20:59 am »
I noticed that the link for CodingMadeEasy's SFML tutorials link to his 1.6 tutorials; I think this should be changed to his 2.0 tutorials.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: CodingMadeEasy Tutorials
« Reply #1 on: May 30, 2013, 05:42:18 am »
The wiki can be edited by anyone (that's its whole purpose), so don't hesitate to change it yourself :)
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Dante12129

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: CodingMadeEasy Tutorials
« Reply #2 on: May 30, 2013, 11:34:33 pm »
Ok, It has been updated.

maithly

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: CodingMadeEasy Tutorials
« Reply #3 on: December 03, 2013, 10:24:53 am »
And the code has much bigger problems than typos, one of which is memory leaks (and less important: questionable exception types, non-local variable, useless initialization with NULL).

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: CodingMadeEasy Tutorials
« Reply #4 on: December 03, 2013, 10:39:22 am »
And the code has much bigger problems than typos, one of which is memory leaks (and less important: questionable exception types, non-local variable, useless initialization with NULL).
Not sure why you start with an "and", but yes I highly suggest to NOT use CodingMadeEasy to "learn" C++ nor SFML. The code often holds errors, has questionable code design or is logically wrong.
Not to mention his very personal explanations of C++ topics, which again are often far from the "truth".

In general one can say: Don't teach topics you barely know more than your pupils.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: CodingMadeEasy Tutorials
« Reply #5 on: December 03, 2013, 01:42:09 pm »
And the code has much bigger problems than typos, one of which is memory leaks (and less important: questionable exception types, non-local variable, useless initialization with NULL).
This is possible spam. The quote is an identical copy of an older post of mine, and it's the user's first post.

If it's not, then write your own opinion. If you refer to other people's post, mark them with quotes.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: