CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    May 2008
    Posts
    5

    an c++ learning request

    I have been programming in C++ for some time to be exact around 6 months. and i was intersted if someone can help me. Most of my time i spend learning about c++ (from several book, tutorials and etc...) and also i am a student of informatics. But my main problem is that at my collage i mostly recive trivial tasks that aren't connected to the real world programming and most information from the books are useless if i don't have an idea where to implement them. So i was wondering i anyone can give me several tasks to practice my skill's so i would prefer if the task's are oriented to software development. For the begining i would only like to start with programs without graphical interface.
    Thx in advance =)
    i would really like to start with something interesting and challenging than what they offer me at my collage
    so thx and cheers

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: an c++ learning request

    i would really like to start with something interesting and challenging than what they offer me at my collage
    And what is that. If somebody had an idea for you, then at least they need to know what you DON'T want

  3. #3
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: an c++ learning request

    Quote Originally Posted by Muha
    For the begining i would only like to start with programs without graphical interface.
    Good, lots of beginners seem to think that GUIs are synonymous with "advanced programming". You show promise by not assuming that. In reality, a GUI is merely a side-branch, a curiosity almost; you can get extremely sophisticated without one, and you can be dead-simple with one.

    But I agree that some examples of the projects you're being given would be helpful.

  4. #4
    Join Date
    May 2008
    Posts
    5

    Re: an c++ learning request

    so this are some of my most recent assigments:

    1.I must define 2 classes(of students) in a single structure. The numbers of students must be assigned by a user so they can vary.And the structure must contain
    - Name
    - Surname
    - Class
    - Grade:
    2. Print out the average great of every student, average gread of every subject and the whole class average gate. And print out the best student of both grades. And the using a insertion sort sort every student by their names surnames

    and the second was that i need to define two polynomial and add , mutiply an divide and also i was assigned to define two matrice and add them and multiply.
    So this are the two recent tasks

  5. #5
    Join Date
    May 2008
    Posts
    5

    Re: an c++ learning request

    So any help would mean a lot to me.

  6. #6
    Join Date
    Feb 2002
    Posts
    4,640

    Re: an c++ learning request

    So, what do you have so far?

    Viggy

  7. #7
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: an c++ learning request

    [ redirected ]
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured