Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

C++ Courses within Cork

  • 20-07-2011 7:17pm
    #1
    Closed Accounts Posts: 2,663 ✭✭✭


    ok, I have done Applied Data Structures for C++
    • Recursion
      Problem solving with recursion.
    • Searching and Sorting
      Linear search, binary search, selection sort, insertion sort, bubble sort, QuickSort, merge sort.
    • Linked List
      Dynamic Memory Allocation to set up a node. Use functions for entering nodes into list, add to the end of list, or inserting in order, remove node from list. Display details. Application of lists.
    • Sequences
      Vectors, lists, arrays, iterators.
    • Stacks & Queues
      Applications and implementation of stacks and queues.
    • Trees
      Binary trees, tree traversal, applications of trees, heaps.
    • Case Study
      Application of data structures.
    Where in Cork can i do another C++ Course that would give me a better chance in getting a job.. all we done in College is Student Record file and stuff.. and something more real life programming


Comments

  • Closed Accounts Posts: 2,930 ✭✭✭COYW


    Would you not expand your knowledge and learn a new language instead? Knowledge of the likes of C#, Java or VB.Net would help you an lot in the current jobs market.


  • Registered Users, Registered Users 2 Posts: 7,157 ✭✭✭srsly78


    Yeah not so many C++ jobs compared with other languages these days. And you would have to compete with all the old bitter veteran c++ guys :) Just get a programming job and you will learn stuff that is applicable across the board. Then you can learn c++ in your own time if you want.

    Basically, all courses are a load of rubbish (this includes college). Sure you need to have qualifications on CV, but in reality you learn everything by actually writing code. This is why experience > qualifications. Go and write some kind of C++ demo, that will get you a job much faster than any course.

    <- 15+ years of c++ and still learning -.-


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


    their doesnt seem to be many jobs for Java programmers that i can see any way.

    I done Visual Basic in College. think i look at something like Perl or Ruby.. i dont see much in Ruby any one using that and is it powerful ?

    McAfee in Mahon point are posting C++ jobs now and again. But first time i seen a Junior C++ programmer wanted.

    All i can write is Record Files, Search a file your Normal Crap you Learn in College.. to getting a job writing Code for a Anti-Virus Programme


  • Registered Users, Registered Users 2 Posts: 1,686 ✭✭✭RealistSpy


    Cork24 wrote: »
    their doesnt seem to be many jobs for Java programmers that i can see any way.

    I done Visual Basic in College. think i look at something like Perl or Ruby.. i dont see much in Ruby any one using that and is it powerful ?

    McAfee in Mahon point are posting C++ jobs now and again. But first time i seen a Junior C++ programmer wanted.

    All i can write is Record Files, Search a file your Normal Crap you Learn in College.. to getting a job writing Code for a Anti-Virus Programme

    Have you tried writing libraries -DLLs?
    Do you have a portfolio of your coding?


  • Closed Accounts Posts: 5,857 ✭✭✭professore


    Find an interesting open source project and contribute to it.


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


    RealistSpy wrote: »
    Have you tried writing libraries -DLLs?
    Do you have a portfolio of your coding?

    no i dont have a portfolio of codes. i just right click and send to bin when i was finished.

    as for -DLLs no i have'nt tried to write them, have you got a site where i can read more ?


Advertisement