Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

computer programming C++

  • 04-04-2011 01:40PM
    #1
    Closed Accounts Posts: 2,663 ✭✭✭


    Any one here that done SOFT6011 Data Programming Fundamentals with gamma ?

    If you wouldn't mind could you pm me looking for.some info


Comments

  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    What kind of info are you looking for. I done this.


  • Closed Accounts Posts: 2,663 ✭✭✭Cork24


    What kind of teacher is she what should I expect to get as assignments


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    We won't discuss lecturers here.

    But I will give you an idea of the material.

    You will probably be working with C.
    You will be learning material such as:

    C Structs, sorting algorithms (Bubble sort, quick sort etc - you will need to also know at least a bit of theory on this, which performs better etc), Linked lists, Queues, search algorithms [binary search]. You may also do a bit on C Unix Sockets, file streams, recursive functions (fibanachi series...)

    A typical assignment might be, creating a video store system where you can add/delete/edit videos to the library. You might have to include a rating of the videos and display a list of the top 10.
    These would all be console based programs with a menu. The data will have to be persisted so you may have to read and write to files. All data would be stored in a linked list format.

    So get used of malloc/free and pointers, double pointers, arrays vs pointers, realloc etc...

    Some people find this class difficult.


  • Closed Accounts Posts: 2,663 ✭✭✭Cork24


    Well the Quick Sort, B-Trees bubble sort, SelectSort are done in Semester 4.


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Cork24 wrote: »
    Well the Quick Sort, B-Trees bubble sort, SelectSort are done in Semester 4.
    Yeah when I done it, we didn't have semesters


  • Advertisement
  • Closed Accounts Posts: 2,663 ✭✭✭Cork24


    Fair enough


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Cork24 wrote: »
    Fair enough
    You're welcome for the help anyways.


  • Closed Accounts Posts: 2,663 ✭✭✭Cork24


    LOL,
    give a kid a break.


Advertisement