|  | |  |
06-02-2004, 12:41 PM
|
#1 (permalink)
| | Registered User
Join Date: Jun 2004
Posts: 3
| Program ideas? Hi, I want to practice what I have learned in C++ but I don't have any program ideas. Can you give me some ideas of what programs I could make? Please suggest something that can be done in OOP and that is not harder than the this pointer because that's where I am right now. It would be ideal to have a this pointer program idea. Thanks in advance! |
| |
06-02-2004, 01:41 PM
|
#2 (permalink)
| | [code][/code] enforcer
Join Date: Mar 2003 Location: Netherlands
Posts: 1,546
| I'll be back a bit later. Time to learn real OO development using C++. We will build a simple proggy and extend it to a professional approach in 10 to 20 steps.
You will combine all the basics and find out their power in a object oriented environment. But you will need to work hard and be commited. I will need to work hard for you too, so think about it.
__________________
Last edited by Valmont; 06-02-2004 at 02:36 PM.
|
| |
06-02-2004, 02:04 PM
|
#3 (permalink)
| | Moderator
Join Date: May 2002 Location: us.ca
Posts: 4,706
| hi vlad, welcome to the site, .. i'm looking forward to see what val comes up with =)
__________________ Mike |
| |
06-02-2004, 02:38 PM
|
#4 (permalink)
| | [code][/code] enforcer
Join Date: Mar 2003 Location: Netherlands
Posts: 1,546
| Quote: |
It would be ideal to have a this pointer program idea.
| In that case, I would suggest you to read my "operator overloading" tutorial in the tutorial section for C++. Besides a demo of the this pointer ( = keyword ), you will learn some slightly more advanced issues later.
If you are not sure about your understanding of the "this" keyword, read my tutorial on it in the tutorial section as well.
__________________ |
| |
06-02-2004, 02:48 PM
|
#5 (permalink)
| | Java fanboy
Join Date: Aug 2003
Posts: 1,230
| Does "this" in C++ mean the same thing as "this" in Java, IE, reference within an object to the current instantiation of the object? |
| |
06-02-2004, 02:54 PM
|
#6 (permalink)
| | Registered User
Join Date: Jun 2004
Posts: 3
| Quote: Originally posted by Valmont In that case, I would suggest you to read my "operator overloading" tutorial in the tutorial section for C++. Besides a demo of the this pointer ( = keyword ), you will learn some slightly more advanced issues later.
If you are not sure about your understanding of the "this" keyword, read my tutorial on it in the tutorial section as well. | Ok, I'll go do that right now.
BTW I learned about the this pointer from your tutorial yesterday.  Nice tutorial. :rock: |
| |
06-02-2004, 08:22 PM
|
#7 (permalink)
| | [code][/code] enforcer
Join Date: Mar 2003 Location: Netherlands
Posts: 1,546
| Quote: Originally posted by Belisarius Does "this" in C++ mean the same thing as "this" in Java, IE, reference within an object to the current instantiation of the object? | Yes.
Other languages call it "self" as well. Quote: |
BTW I learned about the this pointer from your tutorial yesterday. Nice tutorial.
| Oh, I just updated the links to the pics in that tutorial. I forgot to do that.
__________________ |
| |
06-03-2004, 06:16 AM
|
#8 (permalink)
| | Code Monkey
Join Date: Apr 2004 Location: Silicon Valley, CA
Posts: 81
| Howbout this, I need a program that will read through a text file, or uncompiled php file or a .js file (a few examples) and turn the little rectangles into a new line. that shouldn't be that hard to start with right?
so turn rectangle, into "\n." |
| |
06-03-2004, 12:51 PM
|
#9 (permalink)
| | Super Moderator
Join Date: Jun 2002 Location: Denmark
Posts: 1,879
| rectangles ?? do you mean <cr> into '\n' ? |
| |
06-09-2004, 11:03 PM
|
#10 (permalink)
| | Registered User
Join Date: Jun 2004 Location: Still In Hell
Posts: 1
| Re: Program ideas? Quote: Originally posted by Vladk1000 Can you give me some ideas of what programs I could make? | Try to create dynamic arrays.
Good Luck |
| | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -8. The time now is 06:19 PM. |
Copyright © 2000-2008, Milano Interactive Web Hosting provided by Portal 360 Web Hosting |  | |