You are here:
| Subject | Date Asked | Expert |
| Correction to my last problem. Lists and Integers Problem. | 11/15/2011 | Anjana Silva |
| Q: I asked a question before about this but I mistyped the question, so this is the "copy and pasted" ... A: Try something like this. public static OddEvenSums(int input){ static int sumOdd = 0; static ... | ||
| query | 10/10/2011 | Anjana Silva |
| Q: i'm in doubt if it right place to ask my question or not but will you kindly let me know 'i've heard ... A: Actually there's no one line to separate a programming language from another. If you familiar with ... | ||
| Best PS 2 games | 10/7/2011 | Anjana Silva |
| Q: I know this is not directly related to you but since it is under Computers I feel you can help. ... A: Not related in here, but I'm also a game fan :-) Here are some games, Halo, Prototype, Crysis, ... | ||
| PHP maybe | 4/14/2011 | Anjana Silva |
| Q: trying to teach myself PHP and failing.... i saw this page and thought i would love to have ... A: Actually the page itself (http://thetural.com/360/) working mostly with Javascript. There's no real ... | ||
| Programming Book | 2/24/2011 | Marty Landman |
| Q: "Hi I am just wondering if you can help me find the book. The name of the book is "Expert ... A: Mark, At first I thought - no problem I'll look on Amazon - however they're out of stock. But ... | ||
| Finding the book | 2/15/2011 | Anjana Silva |
| Q: I am just wondering if you can help me find the book. The name of the book is "Expert One-on-one XNA ... A: Here are some shops which has the required book. ... | ||
| Entering the world of programming | 1/23/2011 | Anjana Silva |
| Q: I want to ask you about the best way for a complete beginner to get into the world of programming, ... A: First of all let me give you a warm welcome for stepping into the cool world of programming. Let me ... | ||
| method returning its own object | 1/21/2011 | Anjana Silva |
| Q: it it correct, A method of the class returns its own type of object..? say like this.. class box{ ... A: Yes, you can return class type object within a method. Constructor is a special kind of a method ... | ||
| binary | 11/25/2010 | Anjana Silva |
| Q: How do I add binary numbers? For example, How can I add the following binary numbers: 0111 + 1110? ... A: If you know 1+0=1 , then this is quite easy. Lets get some theory first. OR(+) ***** 1+0=1 1+1=1 ... | ||
| The @ symbol in PHP comments | 11/11/2010 | Anjana Silva |
| Q: As I learn PHP, I've been pouring over sample code. One thing I notice a lot is in classes, people ... A: "@" symbol in front of any function call will suppress any PHP-generated error messages from that ... | ||
| true basic- education based language | 10/25/2010 | Anjana Silva |
| Q: i am having trouble working out a solution for the problem. i would be greatful if you could help or ... A: To achieve your goal, first you must decide whether to proceed with GUI or CLI based application. ... | ||
| Code for fading in and out of images in jsp | 10/21/2010 | Anjana Silva |
| Q: I have a problem that I am not able to fade in and out of images.And also how to display the ... A: To fade in fade out set of images you'll have to use an image slider, which you can get freely over ... | ||
| C++ programming | 10/21/2010 | Anjana Silva |
| Q: I need to create a programming using C++ that 1. read the student name and five test scores from ... A: You can input data to a file like this. I'm saving the name as a string & set of marks as an array. ... | ||
| Overloading Functions in C++ | 10/1/2010 | Anjana Silva |
| Q: Overloading Functions (Discussion) C++ Design a basic function that performs a simple operation. ... A: Here's a simple C++ function, int addition (int x, int y) { int result; result=x+y; return ... | ||
| Overloading Operators | 9/30/2010 | Anjana Silva |
| Q: Please explain to me why you cannot change the number of parameters an operator takes." What does ... A: Method Overloading is creation of several methods with the same name which differ from each other in ... | ||
| programming | 9/14/2010 | Marty Landman |
| Q: i'm studding in mechanical engineering,but i don't know which kind of language programming relate to ... A: Morteza, This is out of my area of expertise but thought you might be interested in the discussion ... | ||
| oop | 9/14/2010 | Anjana Silva |
| Q: except java&c++,how many types of object oriented programming language and object based programming ... A: please follow below mentioned Wikipedia links to have good idea about object oriented languages. ... | ||
| Program question | 9/1/2010 | Marty Landman |
| Q: I know your expertise is not in the C language but I needed some help on one of my homework ... A: Dee, Please look at this webpage tutorial http://littlelink.webtrouble.com/?g1O8 If you have more ... | ||
| Java GUI | 7/21/2010 | Anjana Silva |
| Q: my question was about this GUI output. For my main method, it works perfectly fine but for this ... A: Hope you have asked your question properly. But I don't get the point that you mention about "Null" ... | ||
| C# vs JAVA | 5/17/2010 | Anjana Silva |
| Q: I am a 21 years old guy. Don’t really know much about programming (especially OOP) and software ... A: You can continue with both C# & Java. Because both of these languages are well fit to the Object ... | ||
| vb | 1/11/2010 | Marty Landman |
| Q: if the txtName tect box contains the string Jill Light,which of the following will return Light? ... A: Pam, Looking at the explanation of the Right function on MSDN's site at ... | ||
| Inheritance | 7/1/2009 | Marty Landman |
| Q: What is inheritance in detail with one fair example. A: Pavan, Inheritance is a way to provide reusability automatically and in a common sense way. For ... | ||
| C++ Programming | 6/3/2009 | Marty Landman |
| Q: How can I create multiple C++ files (.cpp) in one project using Microsoft Visual C++? Is there an ... A: Angela, You open your project and then go to files > new and select the files tab. There is no ... | ||
| C++ Literals | 6/1/2009 | Marty Landman |
| Q: I'm confused about literals. From its definition, it seems like every value in C++ are literals, so ... A: Angela, A literal is data where a keyword is an instruction. Escape sequences would be literals, ... | ||
| processor run through machine code? | 2/26/2009 | Marty Landman |
| Q: sir iam a computer science student.i got in my subject(principles of programing language)that ... A: Venkatesh, AFAIK this is done very much as in Windows. The C or C++ source code gets compiled into ... | ||
| Confused Beginner | 1/9/2009 | Marty Landman |
| Q: I'm a beginner and want to start on learning designing webpages. I'm currently learning Think in ... A: Angela, If your goal is to write webpages suggest starting out learning HTML. There are many online ... | ||
| ASP Update | 7/11/2008 | Marty Landman |
| Q: I can't get the update statement to work, can u please help thanks. <% sSQL = "SELECT * FROM Detail ... A: Phares, Please print out sSQL before the execute, and also the results of the execute statement, ... | ||
| phpMyAdmin | 5/25/2008 | Frank Natividad |
| Q: Do you know anything about this open source software? I am trying to download it to my computer so ... A: To Run this software you need the following. A server with php enabled A Mysql Server And to ... | ||
| please help me | 5/10/2008 | Frank Natividad |
| Q: please tell me the code for finding the square root of a number in c++ thanks. A: Here is the code for finding out the square root. #include <iostream> #include <math.h> int main () ... | ||
| c++ | 4/25/2008 | Marty Landman |
| Q: I am trying to make a program that lets a user input 3 sentences. Then the program displays those ... A: Ken, Look over the material at http://littlelink.webtrouble.com/?6CI5 and write back if you have ... | ||
| fibonacci's sequence | 4/18/2008 | Marty Landman |
| Q: Good morning I v been trying to find the nth term of the fibonacci sequence. i have tried many ... A: Berthe, I fixed some of your errors and came up with this // fibonacci.cpp : Defines the entry ... | ||
| Screen saver customer text | 4/17/2008 | Marty Landman |
| Q: Marty. Why can I only put no more than 20 words on my computer screen saver to see? Is it possible ... A: Sterling, I hit the same limitation of 20 characters on my XP computer. Don't know any way to ... | ||
| difference between structured approuch and objected oriented approuch | 4/10/2008 | Marty Landman |
| Q: what is the difference between structured approach and objected oriented approach A: Siseko, Please have a look at the Wikipedia article on ... | ||
| word processor programming | 2/16/2008 | Frank Natividad |
| Q: how are you? What are some functions of a word processor in C/C++ programming?in other word how can ... A: I stated that I didn't do the "save as" function which saves file into itself but ill help you with ... | ||
| C++ Pi | 2/8/2008 | Marty Landman |
| Q: I would like to see an example of a program that computes the value of Pi to the number of digits ... A: Chris, There's some code at http://littlelink.webtrouble.com/?4eAh. Let me know if that helps. -- ... | ||
| Pi? | 2/8/2008 | Frank Natividad |
| Q: I would like to see an example of a program that computes the value of Pi to the amount of digits ... A: Heres a c++ program you could use to calculate PI. #include<stdio.h> // ** add prototype void ... | ||
| Programming Examples | 2/5/2008 | Frank Natividad |
| Q: , Can you give me a website with an examples of different programming languages? program that is ... A: As for a simple program will do equations like adding. C++ #include <iostream> using namespace std; ... | ||
| word processor programming | 2/5/2008 | Marty Landman |
| Q: how are you? What are some functions of a word processor in C/C++ programming?in other word how can ... A: Sarah, See if the links on this page are of help http://littlelink.webtrouble.com/?QqT4 -- Marty ... | ||
| word processor programming | 2/5/2008 | Frank Natividad |
| Q: how are you? What are some functions of a word processor in C/C++ programming?in other word how can ... A: I couldn't really find any source so I made a simple text editor it opens and saves onto the opened ... | ||
| c++ | 2/3/2008 | Frank Natividad |
| Q: program to generate sinusoidal wave using c++ concepts A: I don't know much about sinusoidal waves so I looked it up and came up with this. #include ... | ||
Answers by Expert:
Top Expert on this page
I can contribute my knowledge on, how to effectively apply Object Oriented principles/techniques in your programming, various tools to draw Object Oriented diagrams, conversion between Code to specific Diagram vice verse. I can answer Object Orientation on both Java & PHP too.
I'm in the field of Object Oriented Programming for more than 3 years. So I know the big picture & advantage of using Object Oriented principles. I always use effective OO principles in my programming.
Organizations
(1) e-Innoving IT Solutions - Owner
(2) OpenArc Business Process Outsourcing - Web Developer
Education/Credentials
(1). Diploma in Information Technology (Currently I'm an undergraduate student of the Bachelor of Information Technology)
(2). Followed workshops in Object Oriented Analysis & Design.

©2012 About.com, a part of The New York Times Company. All rights reserved.