1,089 Topics

Member Avatar for
Member Avatar for tomsta

My name is Tom I just found your Forum via Google, read several posts and forgot what I was looking for. I really like the friendly and professional style. A little bit about myself: I'm 40, my first contact with computers must have been around '84. I did a CS …

Member Avatar for jaepi
0
156
Member Avatar for faisaly

Dear All, For Clarity and better understandability of the Software System, Is object-oriented approach is closer to the working of human cognition? If yes then how? If not then why? Kindly, Support your answer with strong arguments and real life examples. '

Member Avatar for kishjeff
0
146
Member Avatar for Han1977

I know this might be a stupid question. I was trying to make a game with allegro for fun but it getting longer and longer after a while. Now I know I should divide my project to several files instead put all the code at main.cpp. But how to do …

Member Avatar for Ancient Dragon
0
87
Member Avatar for cancer10

Hi, I am new to PHP oop. I was wondering when and why should we use the following: 1) Public 2) Protected 3) Private 4) are there any other??? An example would be appreciated. Thanx

Member Avatar for Walkere
0
116
Member Avatar for snowy_shoryu

the title says it all.. if any1 happen to see one , can post the link to me? thanx!! i need it to do my assignment .. but i cant find any program as long as that! tq! my assignment task is to find a program written by other ppl …

Member Avatar for TimeFractal
0
245
Member Avatar for snowy_shoryu

can any1 help me to solve the following problem? sorry if i seem noobish because i have no basic in c++ and oop and a new beginner...i'm willing to learn anything.. thank you so much...!!! Question: Ask the user to enter to key-in the inputs from 5 different cars and …

Member Avatar for Ancient Dragon
0
304
Member Avatar for everlast

is there a way for me to write OOP programs in c++ for Texas Instruments TI 89 graphic calculator?

Member Avatar for everlast
0
1K
Member Avatar for ukerbel

Hey everyone, I post to a bunch of forums, but always looking for new resources to learn and share. Been a developer for many years and currently working on productivity and organizational projects amongst others. I'm an OOP (Java and C#) and asp.net guru so hopefully you'll see me around …

Member Avatar for nav33n
0
46
Member Avatar for everlast

i'm quite new to programming. i'm a mechanical engineering grad student and i've been learning c++ for a year now on my own. so far i can program only win32 console programs i'll soon finish literature on OOP c++ like Robert Lafores interactive c++, C++ How To Program (Deitel) and …

Member Avatar for everlast
0
109
Member Avatar for VanithaGopi

Hi , i am very new to C++ , OOP concept. I am making a bookstore using classes and have made it till books details ( tat is for ex. 10 books aval and when the user searches fo particular book he gets the detail with price and aval copies) …

Member Avatar for Lerner
0
81
Member Avatar for Mouche

Hello, I worked with Python for about a year. Then I moved on to C/C++. Now I'm learning Java. I know the basics of programming really well, and I'm starting to get a good grasp of OOP. I'm learning the syntax of abstract classes and inheritance in Java. I thought …

Member Avatar for Grenwood
0
448
Member Avatar for HeroOfTime

Hey Everyone! Thanks for your help on my previous endevors. But, I've been working on this program for..... weeks, maybe months, and it's slowly evolved from different versions. This version uses OOP heavily, and it almost works. Okay, if you are not familiar with the '8 queens' problem, the objective …

Member Avatar for HeroOfTime
0
174
Member Avatar for Duki

How important are data structures in C++? I'm majoring in networking and going to grad school for MISM with a focus in networking. If I have a firm understanding of C++ concepts such as encapsulation, inheritance, recursion, polymorphism, templates, and exception handling will topics in data structures benefit me at …

Member Avatar for Duoas
0
112
Member Avatar for Elektro

:o does anyone know how to write this for me i have no idea i need help Outline: Java is a powerful Object Oriented Programming (OOP) language specifically designed for use with the internet. However, this makes learning Java fairly difficult. So we will start with a simple (text-based) program. …

Member Avatar for masijade
0
366
Member Avatar for michael!

Is VB.NET an OOP? Is VB.NET an object oriented language (like its equivalent – c#)? Thanks.

Member Avatar for tery
0
119
Member Avatar for tnvkrishna

hello, i have a header file (intl.h)which contains the declaration of members of class intl and the members functions are defined in 5 different headers and i have one more header (floatl.h) which contains the total declaration of class floatl and it's member functions the over view is something like …

Member Avatar for vijayan121
0
120
Member Avatar for winky

Hey guys. I am trying to take a normal queue and change it into a cyclic queue, which basically means that the enqueue operation will make the elements shift to make space if the rear pointer is pointing at the end of the queue. I am getting an error about …

Member Avatar for winky
0
190
Member Avatar for Duki

Hey guys, we were given an opportunity for extra credit in my OOP class. We're going over recursion and my prof said if we could do a project using recursion and do another useing iterative statments, and time them, we would be given extra cred. Is there a way to …

Member Avatar for Duki
0
95
Member Avatar for iseedeadpixels

Hi everyone! At the moment I am working on an OOP bank account program as an assignment in VB.Net. FYI:It has a credit account class with properties of AccountName, AccountNumber and Balance. The credit account class has two methods - deposit and withdraw. You can overdraw on the credit account, …

Member Avatar for iseedeadpixels
0
797
Member Avatar for rkreed94

I am new to this site and it was recommended by a friend and class mate. I am having serious issues in OOP. Did great in C++ last semester but our new book is killing me. I am trying to get this program going with polynomials. The professor gave us …

Member Avatar for ithelp
0
98
Member Avatar for Zazabazulla

[code] #include <iostream> #include <list> #include <string> using namespace std; // prototype for function template printList template < typename T > void printList( const std::list< T > &listRef ); class NumberOfPersons { private: int numberOfPersons; public: NumberOfPersons(int person); int getNumberOfPersons(); }; NumberOfPersons::NumberOfPersons(int person) { numberOfPersons = person; } int NumberOfPersons::getNumberOfPersons() …

0
40
Member Avatar for apchidara

hi every one: today my supervisor asked me to choose a version of vb to start developing my project . honestly speaking I am so lost which version to choose" vb" or" vb.net 2005". honestly my oop programing is not good at all and I have one and half month …

Member Avatar for bka_k@Yahoo.com
0
172
Member Avatar for ryan_vietnow

Hey guys,can anyone explain here what is the true concept of Object Oriented Programming.I am quite confused with this. Thanks in advance.

Member Avatar for Barefootsanders
0
129
Member Avatar for Duki

Hey everyone, I'm back in C++ this semester; Last semester I went through Structured C++ (and passed with a 4.0; many thanks to all of you!) and this semester I'm in OOP. I don't have sample code yet because I haven't started. But I was talking to a classmate, and …

Member Avatar for Duki
0
225
Member Avatar for Mitchelle

If you have any idea on where I can learn how to implement OOP in C++ specifically when it comes to list please send me your feedback

Member Avatar for Ancient Dragon
0
70
Member Avatar for CelestialDog

I'm trying to write a class containing some code i want to reuse in other projects, but I just cant seem to get it right. I'm hoping someone out there can offer a helping hand. Here is the original code: [code] def Numero(name): 'A function which converts a string to …

Member Avatar for CelestialDog
0
215
Member Avatar for php_noob

Hi people of the bandwidth world!!! Hey guys How are you today? What does $THIS-> actually do? I'm advancing in OOP programming using PHP.... Please enlighten me on this or if you have resources that explains all this in "ENGLISH" Thanks Guys

Member Avatar for Fungus1487
0
139
Member Avatar for pokemon123

Mini- Project of Dates Your program should allow the user to enter day, month and year of any date after 1 Jan 1900. The program should allow user to enter two dates. The program should then determine whether two dates are in a leap year, whether the first date is …

Member Avatar for iamthwee
0
87
Member Avatar for corinne1985

I am studying for college for a very complex exam that includes database administration project management, system analysis and many others. I have some database admin questions that I really need help with. Any help would be appreciated. here they r: 1. You are tasked with monitoring and tuning the …

Member Avatar for sibir1us
0
242
Member Avatar for phalaris_trip

I basically need to write a program that will display all images in a directory, sequentially, and either create or open an existing corresponding text file, and allow a user to write/dictate into it. (e.g. So working in a directory containing one.tif, two.tif and three.tif, the program will open/create one.txt, …

Member Avatar for phalaris_trip
0
181
Member Avatar for hendrikgunawan

Introduction Name: Hendrik Gunawan Nickname: HG Height: 5'11'' Weight: 170 Hair: Black Eyes: Brown Location: Indonesia Age: 25 Hobbies: Computer Graphic, BasketBall, music I'm 3 year exprienced software engineer specialization: asp.net, c#, OOP

Member Avatar for jbennet
1
29
Member Avatar for csnegi

I've just finished a long term contract and looking for another big project; 3-6 month contract or a full time offsite position as an ASP.NET developer/architect. I have 6 years of a full cycle development experience with ASP.NET 2.0 (C#) and Microsoft SQL Server 2005 development. * I have strong …

Member Avatar for jamello
0
155
Member Avatar for FoX_

Hi all; I'm new to C++ and OOP. My problem is: I ' ve created the header file time1.h and included it in my project but when I tried to compile it gave me linker errors in VC++ 6.0. Here is the code: My header file [B]time1.h[/B] [code=c] #ifndef TIME1_H …

Member Avatar for FoX_
0
226
Member Avatar for NewKidWalking

Hi, I just registered with this forum a few minutes ago after stuffing my face into a collection of my fathers books, and the netbeans IDE, praticing what I was exposing myself to. THe past couple of months have been an intensive undergoing, pickin gup after an introduction(java), established back …

Member Avatar for jbennet
0
146
Member Avatar for Osama Mehtab

[B][COLOR=black]I'm mehtab[/COLOR][/B] I'm a fresh engineering student joined u people hoping that right now ur help (in C++) to me will be valueable may be i Would soon be able to add valueables for we all :mrgreen: i hope u people will help me udestanding C++ OOP and data structures …

Member Avatar for vallala
0
66
Member Avatar for mattyd

Hello: I am a programmer. I work professionally primarily in C, C++. Most personal programming projects I do is in either C++ or Python. I am studying Java and Ruby currently. My quetion is: How valid do you find Assembly language in a modern sense, professionally or otherwise? I ask …

Member Avatar for bootstrap
1
261
Member Avatar for petzoldt01

Hello, I am attempting to create a session class. I want it to be able to store all kinds of data about the current session, such as member information, authentication, application data, or any other structures that would be unique to any given user. If I were to create a …

Member Avatar for digital-ether
0
119
Member Avatar for higherGround574

Hi, I'm working on a OOP school project, and I'm trying to add a web interface to it; however, my experience working with html forms is limited. Anyways, I'm trying to set up a user login, where the user enters some info onto a form. I want to pull the …

0
70
Member Avatar for Elfshadow

I started learning C++ as my first language. But some of the OOP stuff gives me trouble. I know C is a widely used language like C++ and has about the same syntax but isn't OOP.I have tried some basic C so i have not got parts that are different …

Member Avatar for Elfshadow
0
131
Member Avatar for mattyd

Hello: I am interested in understanding recursivity; I have not knowingly used this much in my programming. I am reviewing certain areas of OOP in order to learn more and better about areas that I may not be[I] fully[/I] understood yet. Recursivity is one of these areas. I understand the …

Member Avatar for Infarction
0
186
Member Avatar for indulgence

Create a class called Point which can be used to set and get a point (x, y) on a X-Y coordinator. Write a program to let your client set any three points to define a triangle on the X-Y plane and determine:- 1. what type of triangle formed by client’s …

Member Avatar for Bench
0
233
Member Avatar for vikonava

Hehehe, heres some geeky joke for all programmers :D hope you like it, since I was almost crying laughing when i read it. Post new jokes in here so all of us can have some funny time (geeky jokes) [B]How does the chicken cross the road?[/B] NT Chicken: Will cross …

Member Avatar for roryt
0
91
Member Avatar for loisengleny

I just have a quick question that I am hoping someone could help me out with. I have an assignment due about OOP's and GUI's and Event-Driven Programs. We have recently moved from structural design to these different designs...I and I seem to be confused a bit. Below is my …

Member Avatar for waqar-khan-777
0
150
Member Avatar for Tkassis

[B]I am working on an exercise given in class. I have managed to do most of it but I a a bit stuck on the permutation part. Here is what is required of me:[/B] Subject: Transformers An ideal electrical transformer has an input voltage and current, Vin, Iin and an …

0
66
Member Avatar for iamiceberg

Hi, everybody! I have studied C++ OOP And now I begin studying OOP with VB.net I want to know OOP in VB.net diferent from OOP in C++ Please give me some document Tks a lot!

Member Avatar for Ancient Dragon
0
51
Member Avatar for vk2gwk

Surfed in looking for a solution for a WMP video problem and like the style of this forum so I joined..... Not as young as most of you guys and gals... getting on for 65 and retired lawyer, active radio amateur (that is why the nickname) and playing with electronics, …

Member Avatar for happygeek
0
42
Member Avatar for SethR

I'm starting to learn the basics of oop in school. I have a program that calculates a batting avg and the collection adds a number starting at 1, the name of the player and the batting avg. The problem is when I go to add another player the player gets …

0
67
Member Avatar for danb00

I'm currently working on an OpenSource Project Called ShuttleBB with a few other coders. But i'm stuck for coders etc. Information Here [URL="http://en.wikipedia.org/wiki/Shuttlebb"][COLOR=#000020]http://en.wikipedia.org/wiki/Shuttlebb[/COLOR][/URL] [URL="http://www.shuttlebb.com/"][COLOR=#000020]http://www.shuttlebb.com[/COLOR][/URL] project site, with documents and notes etc. Coding Standards [URL="http://shuttlebb.com/docs/doc_coding_standards"][COLOR=#000020]http://shuttlebb.com/docs/doc_coding_standards[/COLOR][/URL] We ask that people intrested have the following Requirements: - PHP/MySQL - OOP/D - Coding standards …

0
49
Member Avatar for Wrathbone

Okay, the test is on Tuesday. Unfortunately, I am a little behind in my studying. I'm a sophomore in high school with other classes that bog me down with senseless homework and projects. I was just wondering if anyone here had any tips as what I should try and study …

Member Avatar for jwenting
0
131
Member Avatar for complete

What is a good place to read and grasp the fundamentals of OOP? Does anyone have any suggestions online?

Member Avatar for Dave Sinkula
0
56

The End.