Thread: My Problem With C++

  1. #1
    Registered User
    Join Date
    Apr 2017
    Posts
    1

    Unhappy My Problem With C++

    heloo
    I have a problem with c++
    I begin to learn this language about on years ago
    but i have probelme
    my problme is ican't Design any programe
    How to turn the idea into a programe
    Do you prefer examples or keyword ??

    please help me

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Do you have this problem only with C++ or in general?

    The design process can be challenging for large projects, but for small practice problems it shouldn't be. Ask yourself the following questions:
    * What do I want to do, in general?
    * What do I want to do, in detail?
    * How can I do this?
    * I don't know how to do that, can I break it up into smaller, manageable pieces?

    Also take a look at the design process. It can apply to anything.
    Devoted my life to programming...

  3. #3
    CIS and business major
    Join Date
    Aug 2002
    Posts
    287
    Quote Originally Posted by IS_CRO View Post
    heloo
    I have a problem with c++
    I begin to learn this language about on years ago
    but i have probelme
    my problme is ican't Design any programe
    How to turn the idea into a programe
    Do you prefer examples or keyword ??

    please help me
    Read over object oriented design: S.O.L.I.D: The First 5 Principles of Object Oriented Design | Scotch

    Object-oriented analysis and design - Wikipedia

    and try to design a small program based upon your skill level. If you have experience in non oop languages like c, you can probably design a functional c++ program if you take the time to think out the problem. Otherwise, you can try to build a small c++ program, like a simple calculator. Design and programming is an iterative process, so it will take time to design and build a useful program in c++. Also, remember that Stroustrup, the creator of c++, built the language with commercial usage in mind, such that design and analysis to write programs is a software engineering principle, more than a simple coding task. But understanding design will give you the framework for thinking through your ideas and eventually building useful applications.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 02-09-2014, 06:46 PM
  2. Problem passing argument into function, basic problem
    By tsdad in forum C++ Programming
    Replies: 7
    Last Post: 05-22-2013, 12:09 PM
  3. Replies: 1
    Last Post: 12-07-2012, 10:00 AM
  4. Replies: 4
    Last Post: 10-16-2008, 07:30 PM
  5. syntax linked list problem & struct problem
    By beely in forum C Programming
    Replies: 5
    Last Post: 11-11-2002, 09:14 AM

Tags for this Thread