Thread: Cars moving in a d-array

  1. #16
    Registered User
    Join Date
    Nov 2011
    Posts
    10
    xaxa :P joking...? where is OOP? totaly different languages!!! its not the same way i must think... :'(

  2. #17
    Registered User
    Join Date
    Oct 2010
    Posts
    45
    No, I'm not joking at all. The functions you would use outside of the structs in C, you can include in the classes in C++, along with hiding data members making them available through public accessors only.
    Last edited by Incantrix; 11-26-2011 at 06:35 PM.

  3. #18
    Registered User
    Join Date
    Nov 2011
    Posts
    10
    :/ For example in the Car class what private data you think i should have? :/

  4. #19
    Registered User
    Join Date
    Oct 2010
    Posts
    45
    Lol, well what information do you need to know about each Car? Color? no Engine type? no Velocity? no

  5. #20
    Registered User
    Join Date
    Nov 2011
    Posts
    2
    @Penlix.
    Does your question has to do with the second set of exercises given in the university of Ioannina(Greece)?If so contact me.I have same problems with this exercise.This proffesor doesn't seem to understand that he can't teach the entire c++ features in 1month.

  6. #21
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Quote Originally Posted by Blasr View Post
    @Penlix.
    .This proffesor doesn't seem to understand that he can't teach the entire c++ features in 1month.
    What you mean by 'entire' is probably not even 10% of C++.
    But is very much possible to have a working knowledge of the basics of C++ within a month...(More so..if you already know C..or any other language).

  7. #22
    Registered User
    Join Date
    Nov 2011
    Posts
    10
    Quote Originally Posted by Blasr View Post
    @Penlix.
    Does your question has to do with the second set of exercises given in the university of Ioannina(Greece)?If so contact me.I have same problems with this exercise.This proffesor doesn't seem to understand that he can't teach the entire c++ features in 1month.
    yep! look basically i have no idea how to make the classes... :/
    Last edited by Salem; 06-16-2012 at 10:11 PM. Reason: snipped email address

  8. #23
    Registered User
    Join Date
    Nov 2011
    Posts
    2
    Quote Originally Posted by manasij7479 View Post
    What you mean by 'entire' is probably not even 10% of C++.
    But is very much possible to have a working knowledge of the basics of C++ within a month...(More so..if you already know C..or any other language).
    Yes ok the word 'entire' had some sort of ironic tone.Mostly because this proffesor seems to have already covered 90% of what someone can teach in a semester and he's asking for too much.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Moving Average (from and into an array)
    By browser in forum C Programming
    Replies: 4
    Last Post: 01-24-2010, 03:36 PM
  2. moving from one array adress to another
    By jrb47 in forum C++ Programming
    Replies: 2
    Last Post: 11-10-2006, 05:32 PM
  3. Moving to the next structure array
    By mattz in forum C Programming
    Replies: 2
    Last Post: 11-30-2001, 03:43 PM
  4. Moving values in an array
    By venomgts550 in forum C++ Programming
    Replies: 1
    Last Post: 11-24-2001, 06:41 PM