Giter Site home page Giter Site logo

Comments (5)

joppiesaus avatar joppiesaus commented on June 21, 2024

CPP 05, page 11 paragraph 2 final sentence:

It return a pointer to a Form object (whose name is the one passed as parameter)
whose target will be initialized to the second parameter

return should be returns, or something like that

from 42-typos.

joppiesaus avatar joppiesaus commented on June 21, 2024

CPP 03 page 5 last paragraph first sentence:

When ClapTrack attacks, it causes its target to lose hit points. (...)

ClapTrack should be ClapTrap. Also, the target is a string, and therefore cannot be attacked. It should probably be rewritten in order to accept a ClapTrap, but that's likely way out of scope.

from 42-typos.

joppiesaus avatar joppiesaus commented on June 21, 2024

CPP 07 evalsheet contains code blocks you have to copy, but the code is malformed and miss definitions.

from 42-typos.

DutChen18 avatar DutChen18 commented on June 21, 2024

CPP 00 page 6

You’re free to design the classes as you like but keep in mind that
anything that will always be used inside a class is private, and that anything that can be
used outside a class is public.

Suggests that your members can be public if you can justify it. But the eval sheet requires them to be private anyways.
Also the question of whether your class members are private or not is a slider for some reason.

from 42-typos.

bsomers42 avatar bsomers42 commented on June 21, 2024

CPP 05 page 10:

Lastly, add the executeForm(Form const & form) member function to the Bureaucrat. It must attempt to execute the form.

The eval sheet asks for executeForm(AForm const & form) (Difference: Form vs AForm)

from 42-typos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.