• Best of luck to the class of 2024 for their HSC exams. You got this!
    Let us know your thoughts on the HSC exams here
  • YOU can help the next generation of students in the community!
    Share your trial papers and notes on our Notes & Resources page
MedVision ad

Search results

  1. A

    General Thoughts: Mathematics Extension 1

    Re: How did you guys go? i found that quite easy, did anyone notice the simultaneous equations in Q7 that you could use to solve b->f using x^n - 1^x =0? And did anyone else notice that on Q5 (c), that C1's diameter was twice the size of C2's?
  2. A

    C++

    I'm quite sure (most) C++ compilers include the C99 additions. That above example could be done via typecasting, too. Using pointers to variables: struct VariableControl { char* Name; void* Function; VariableControl(char* Init_Name) // an overloaded constructor Name = new...
  3. A

    C++

    I'm a necromancer. Partially taken out of "C++: The Complete Reference, fourth edition" by Herbert Schildt C++ supports OOP (Object Orented Programming). C++ supports Polymorphism (which is characterised by the phrase "One interface, multiple methods") C++ supports RTTI (Run Time Type...
Top