Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~15.1K People Reached
About Me

I have years of experiance on systems analysis, software design and implementation. I am an expert programmer in C/C++ and Java. Additionaly I also have several years of experiance as a lecturer and tutor on programming and related subjects.

Favorite Tags
java x 11
c++ x 9
c x 5
Member Avatar for Bob

In C++ we provide names for the entities we create, the variables, functions and types in our programs. These names, or identifiers, are required to conform to some simple rules. [b]Valid Characters [/b] An identifier must start with a letter and is comprised of a sequence of letters and digits. …

Member Avatar for JamesCherrill
0
1K
Member Avatar for Micko

Hello, I'm playing with win API functions readFile and WriteFile. Is it possible to open file using CreateFile in binary mode just like using fopen standard C function. I tried with function WriteFile to write string to a file but it seems that file is opened in textual mode. What …

Member Avatar for progneer.soft
0
8K
Member Avatar for escolta

i get an excel report each month, There are two columns (person`s name and Salary) in this month report there was 99 persons. my question is , if in next month excel report there are less persons...say 75, and also 23 persons raised their salary.. how can i updatae this …

Member Avatar for ss.jagadish
0
1K
Member Avatar for Ghost

Hi everybody! I want to create my own OS. I already know: Java C++ HTML 3D Game Design C# Pascal I was wondering if any of what I know might come in use. Is there a tutorial on making your own OS i could follow??? Thanx in advanced for your …

Member Avatar for Ancient Dragon
0
341
Member Avatar for ravinderreddy

want to capture the system idle time. Means if the user did not press any key or did not move the mouse then it is considered as system idle time. I want the code for this in C or C++ on windows operating system. Please help me.

Member Avatar for mohit_mar
0
730
Member Avatar for piy_123

hello everyone, i want to make a project in java using which, we shall read all kinds os SIM cards and any other cards with Magnetic Strips.but i ma not getting any further info about it i.e how to start it plz help me on that or send me any …

Member Avatar for freesoft_2000
0
86
Member Avatar for aripaka

Hi, I am new to this forum and this is my first message. I want to know can we accesss a database though C or C++. Are there any library files as such for the same. Its nice to see that there is a lot of knowledge sharing in this …

Member Avatar for proghelper
0
249
Member Avatar for switty

Hi! I'm a student and I have a project in Java and its title is Virtual Keyboard....can you please help me on how to create that virtual keyboard pls...and also can you please leave your e-mail add so that i can chat with you....thanks a lot! :lol:

Member Avatar for switty
0
184
Member Avatar for konacious

I am having problems with the most important section of this program. I must admit after reading, I understand the concept, but applying it to this particular program is not coming through. I am attaching the source code but the portion I am having problems with is the following: void …

Member Avatar for Ancient Dragon
0
133
Member Avatar for vancasas
Member Avatar for indianscorpion2

hi i am new to the concept of object oriented programming.i would say that i have command over the C language.i am now a beginner in java. i am not able to understand all the stuff like objects,public,classes,encapsulation.................and so on. are there any easy tutorials for beginners like me on …

Member Avatar for proghelper
0
124
Member Avatar for Sailor_Jerry

For example Class A does not have a default constructor. Class B extends A Any reason/benefits to do this? [code] public class B extends A { public B() { super(); } } [/code]

Member Avatar for proghelper
0
184
Member Avatar for iamthwee

Hi everione, my next assinement is 2 do with classes. I dun no what they are tho and why u will use them? Can any1 explain them to me I would B greatfull. God bless. :o

Member Avatar for proghelper
0
376
Member Avatar for visual one

hi I need a java program that will use parallel array to hold an account number, account holders name, withraw, deposit, intial balance, balance and overdraft fee. It must also print out the account number, account holders name and balance. thanks

Member Avatar for server_crash
0
410
Member Avatar for dummy00

are the codes correct? because im having some errors in getting the output. tnx create a program that will generate the following display: use method declaration without return and with argument list. Input value for the height of triangle. 5 54 543 5432 54321 5432 54 5 import java.io.*; public …

Member Avatar for proghelper
0
103
Member Avatar for Sailor_Jerry

What are the benefits\drawbacks about the design below? Here is a simple example of the possible class design. What are the benefits of doing it this way? vs. just dropping the interface class all together. ================================= Public interface Car { public String getColor(); public void setColor(); } ================================== public class …

Member Avatar for proghelper
0
196
Member Avatar for F1uT3

[QUOTE]:cry: Please help me,I'm a bigginner programmer. I have to send a project after tomorrow . My project is "Student Library". Programmed : -->Shor menu for user to select : a)add : student id,name,score(mid,final) b)delete c)modify d)list by id like this -- ***and in add menu user must not insert …

Member Avatar for F1uT3
0
98
Member Avatar for jhdobbins

Here is my entire code. I am getting a segmentation fault ( I love pointers for this reason!!!!) off of one of my head pointers i believe. Can anyone help me find/ fix this? please, and thank you. [CODE]/* The purpose of the program is to simulate a queued line …

Member Avatar for jhdobbins
0
114
Member Avatar for cjones5499

I need to write a program in C that reads in an english sentence and converts it into piglatin according to 3 rules. All the rules are working correctly; however, it seemes that the program only executes 2 words: the last 2 words in the sentence. Also, since I have …

Member Avatar for proghelper
0
99
Member Avatar for wishes

help me in my work .... can any one give me cods on linked stacks... coz i faced alote of proplems... thanxxxx

Member Avatar for wishes
0
130
Member Avatar for alpha_foobar

Does anyone know if this is possible, and how to do it? Or if there is another way? Cygwin GCC creates PE binaries (i think), I want ELF binaries. Cheers!

Member Avatar for alpha_foobar
0
144
Member Avatar for escolta

have a ver big problem, im new to mysql...and i been thinking of ways of solving it....but dont know how.... i have an excel list with 200 people, so what i do is convert the excel file to mysql, using a $24.90 sofware.....once i have the mysql databse i add …

Member Avatar for proghelper
0
119
Member Avatar for lortfan

Ok i am have so many questions to ask but i will start off slow for now. What items do i need to get to start off like book and software. I would like to go into the game disign and programing which ever one. And i have been told …

Member Avatar for nemesisrobot
0
168
Member Avatar for mozira

In class we did a program on moving a round object up and down on a form,we finally figured it out but what i want to know is there are another way of shortening the coding instead of tesing using boolean :(

Member Avatar for zyruz
0
220
Member Avatar for pablo21

Hi everyone! My name is Paul I have an OO project that I need to complete by the 15th of August and I have attempted to start it but i'm now stuck. If anybody can help me in anyway possible I would greatly appreciate it. Please find the specification below. …

Member Avatar for proghelper
0
202
Member Avatar for George2

Hello everyone, I am looking for education materials of developing C++ application with Eclipse. Could anyone recommend some good education materials? Thanks in advance, George

Member Avatar for George2
0
124