132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for olufunkky

Please I need help with the following exercise: 1.Write a program that continually reads in numbers from the user and adds them together until the sum reaches 100. Write another program that reads 100 numbers from the user and prints out the sum 2. Write a function that implements Euclid's …

Software Development email python
Member Avatar for olufunkky
0
292
Member Avatar for PeeJay

I am suppose to create a program that counts the number of alphabets in string, words in a string and the lenght of the string and print them out! I have some code but I'm not sure how to get the string counted. Can anyone please offer some help? I …

Software Development c
Member Avatar for Nick Evan
0
302
Member Avatar for Duki

Hey guys, this is a calculator program. I keep getting 0s for my answers... is there something wrong with the logic in this function: main() cin >> choice; while ( choice != 'q' && choice != 'Q' ) { cout << "For first fraction\n"; getFract(choice, 1, num1, den1); cout << …

Software Development c++
Member Avatar for Narue
0
100
Member Avatar for RwCC

Hey everyone, I have been told there is a way to get a users login name and their SID in C#, does anybody have code or know a very detailed and easy to understand site? What I am trying to do is this, when a user logs in my application …

Software Development postgresql
Member Avatar for RwCC
0
2K
Member Avatar for anivmy

i want to control mouse and keyboard from a program. ie if we are clicking mouse in one machine, we have to create a mouse click in another machine. if we are moving mouse in one machine, mouse cursor of other should move. kindly help me.

Software Development
Member Avatar for ckaneta
0
259
Member Avatar for andrewking

Hi, I want to know about C++, How do I declare a constant (like C++ const) in Java(tm) and how do I declare enums (like C enum) in Java(tm).if any one knows about this reply me Thanks in advance

Software Development c c# c++
Member Avatar for Sturm
0
91
Member Avatar for MukeshZ

Hi All I am using 5 textboxes for taking input from user in MFC VC++ application. i want after filling 5 textboxes application should wait for 5 Seconds. and after that all entries should be clear and ready for next user input. i had written function to clear input. using …

Software Development c++
Member Avatar for Ancient Dragon
0
112
Member Avatar for yuzhang

Hi all: In C++, what are the common usages of a copy constructor? I know construtor can be used to initilize the object, but have not heard anything about how to use a copy construtor. Thanks

Software Development c++
Member Avatar for Narue
0
122
Member Avatar for rugae

I would like to make so that when you have a int and prompting user to enter some number for calculations... if the number entered is larger than a 10digits, my program wouldn't just crash or if the user enters a string... I havn't be taught any error catching stuff …

Software Development java
Member Avatar for stultuske
0
148
Member Avatar for honeysmiles

[COLOR=#000000]Build a hash table using chaining as the collision resoultion technique. Insertions into the hash table will correspond to declarations of variables and values in a program, searches will be requests for the value of a variable. Some variables will be local and have a narrow scope while some variables …

Software Development c++ java
Member Avatar for Ancient Dragon
0
170
Member Avatar for norah87

hello everyone,, first i wanna tell that i am a new membor and i heard alot about this usefull forum.. and today i want ur help guys... in this question i dont know the causes of the error : the topic is doubly link list which is soted.. the type …

Software Development c++ data-structure linked-list
Member Avatar for norah87
0
109
Member Avatar for MyMel

Hi everybody, Help PLEASE!! I'm sure it something simple but I can't seem get my mind around it right now. I am exporting [URL="http://database.ittoolbox.com/groups/technical-functional/access-l/copy-excel-sheet-to-a-preexisting-workbook-1428747#"]data[/URL] from a current access form to an excel spreadsheet then I am copying that data to an existing excel workbook where the data will be used …

Software Development visual-basic
Member Avatar for davidcairns
0
121
Member Avatar for realnsleo

hi there, how can i display an error message in java and stop compile program at that point of the error?

Software Development java
Member Avatar for stultuske
0
87
Member Avatar for husseina78

Dears im petroleum engineer i want to create a program that enables the user to draw a pipeline system which consists of pipeline segments,pumping station,valves etc... i want the user to draw the pipeline segment on a form as (line or arrow) and let this ([U]line or arrow[/U]) be an …

Software Development visual-basic
Member Avatar for vbCNEW
0
103
Member Avatar for Rikardsen02754

I only need help with 1 of the programs now. It says to list all the postive integers less than 400 that are divisible by 3

Software Development java
Member Avatar for fraogongi
0
99
Member Avatar for aruna_k_2006

hi everyone, i am doing a project .............i have a problem 1.when i press F4 key i need to get a pop-up window and i need to search names in that poup window . For Example : All the client names start with A 2.when user types A & preees …

Software Development java
Member Avatar for vinod_javas
0
88
Member Avatar for satya.vijai

Hi, I have a text file which looks like this: 3Com 3C996B Gigabit Server NIC NEC PCI to USB Enhanced Host Controller (B1) .... .... Now, I need a 'C' Program which will copy each line into an array of strings or character array, such as char* Cards[10] . Could …

Software Development c
Member Avatar for WaltP
0
1K
Member Avatar for swifty23

Hey guys, I'm finished school and I set myself a personal project to make a game in Delphi 6. Some of my friends who are still in school [yr12] in ipt are doing an assignment where they have to make a game and I thought I'd test out myself and …

Software Development delphi pascal
Member Avatar for radu84
0
77
Member Avatar for jetaw03

in the properties window of the data control after i select the databasename, when i click the recordsource a dialog box appears which says "unrecognized database format".. what would be the problem?

Software Development visual-basic
Member Avatar for jetaw03
0
119
Member Avatar for Senel

I want to write a program that sorting marks of nth of students in ascending order using an array, and these marks generated randomly from (1 to 100)? How can i get the medain value of these marks? ( it may be even or odd) Like i entered 6 numbers …

Software Development c++
Member Avatar for Senel
0
145
Member Avatar for Shakejuhn

i have a problem and i would like to knwo if some one can explain the directions in a simpler form because i have no idea what i am really supposed to do like how many classes i need if i need any and what should go in main. the …

Software Development java
Member Avatar for alpha_foobar
0
201
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 …

Software Development c++ oop
Member Avatar for FoX_
0
226
Member Avatar for new_2_java

Hi all, I would like to know what is the difference between OutputStream and BufferedWriter objects? Can I use them interchangeabally? Reason is because I created a job that has to run every, lets say, 5 minutes. The problem is that when I run my java program manually from the …

Software Development java
Member Avatar for new_2_java
0
151
Member Avatar for jan1024188

Hello, 1.Id like to know how to create a link, for example in DialogBox. Id like to see a link to my website on about me selection, and when user would click on it, my website would open. 2. I made an bitmap, but now I dont know how to …

Software Development c++ image
Member Avatar for jan1024188
0
121
Member Avatar for spankyg

Take a look at this code, why will it not display "CleanUP" after it exits Main? I have tried writting it many different ways. Simple code, unexpected results? Initialize HelloWorld.......No Clean Up? #include <iostream> using namespace std; class display { public: display() { cout << "Initialize\n"; } ~display() { cout …

Software Development c++
Member Avatar for mariocatch
0
346
Member Avatar for eyad212

[B]there is unclosed literal string line 7 position 219[/B] I Get This Msg When i Gonna to Add DataSource To Report

Software Development vb.net
Member Avatar for iamthwee
0
85
Member Avatar for realnsleo

okay..could someone tell me how to check if someone put in a float value in a text field. and if not how can i generate a dialogue box with an error. This is how it looks [code]marks1 = Float.parseFloat(tf1.getText().trim());[/code] i stored the contents of the textfield into marks1. How can …

Software Development java
Member Avatar for realnapster
0
72
Member Avatar for Shark7

how can i install alloc.h in my computer?i need to compile a program and i don't know how to install it...can someone tell me? thank

Software Development c
Member Avatar for Salem
0
185
Member Avatar for slanker70

Hi, First of all I'd like to apologise if there is any ambiguity in my questions since I'm new at c++. My problem is trying to figure out how to initialise an object of a class that would depend on the user. For example I have class Account and as …

Software Development c++
Member Avatar for vijayan121
0
281
Member Avatar for purplegerbil

Hi, I have written an application using a MDI. This is working well. Within the toolbar it has over 10 buttons each opening a different window within the MDI. In the future I will be adding more to the application. My question is, is it possible to create an application …

Software Development visual-basic
Member Avatar for PVBert
0
100
Member Avatar for ReeciePoo

Could anyone recommend my best way to start learning C++ Windows Applications Like any tutorials or books for that matter any help woudl be great

Software Development c++
Member Avatar for fulyaoner
0
97
Member Avatar for jigoro

is there a way for me to know if a computer is idle for a certain time? using c#. thanks

Software Development
Member Avatar for Killer_Typo
0
107
Member Avatar for bondo

Dear god. this is driving me crazy. I'm working on an assignment involving inheritence, multiple classes, etc. I'm stuck at one stupid part. I have to write a toString method that formats the text. Is there a way to return a string with formatted text? I know about the printf …

Software Development java
Member Avatar for bondo
0
299
Member Avatar for spankyg

This may seem like a dumb question, or maybe I just feel dumb asking it. I have spent hours trying to figure out how to retreive the current MM/DD/YYYY from the system output in that format. strftime? time function? I'm spent! Any help would be great.....

Software Development c
Member Avatar for spankyg
0
108
Member Avatar for ReeciePoo

Hello i was wondering if there is any tutorials or help files out there about windows applications features (e.g buttons combo boxes, checkboxes, so on and so forth) Any help would be cool Cheers

Software Development c c# c++
Member Avatar for ReeciePoo
0
112
Member Avatar for realnsleo

hi people...please help me with this..i writing a program with textfields that a user is supposed to put data in, how can i create an error message and/or a beep to pop up when the user has not entered a value in a textfield..

Software Development java
Member Avatar for peter_budo
0
102
Member Avatar for rwagnes

I am writing a short c program which simulates resource management on the operating system. The parent process is the resource manager and allocates resources to its children if they are available. I have created the processes and the resources, but I am having trouble communicating resource status between the …

Software Development c operating-system
Member Avatar for Narue
0
76
Member Avatar for bigben09

OK I need the firstname astname and grade to all be put in an array i cant get it to work. Where do I put the array? [CODE]#include "stdafx.h" #include <fstream> #include <iostream> #include <string> using namespace std; const int MAX = 3; struct Person { string Firstname, Lastname; int …

Software Development c++
Member Avatar for Narue
0
154
Member Avatar for Casperjames

[CODE]/** * Finds the angles of A, B, and C when given the sides. * Caleb Hess * 4/27/07 */ public class Triangle { /** *@param a the length of a for the triangle *@param b the length of b for the triangle *@param c the length of c for …

Software Development java
Member Avatar for Casperjames
0
240
Member Avatar for Ali Shahzad

I need to understand the folowing code return(fab(n-1)+fab(n-2)); As most of u will be fimiliar with this itz to make fabonachi series in C but can any one tell me How the computer Reads it i mean how is the sontrol transfered plzzz

Software Development c
Member Avatar for Narue
0
121
Member Avatar for Malouka

plz someone tell me a program to add 10 numbers using the while(condition) loop very quickly plzzzzzzzz

Software Development c
Member Avatar for ~s.o.s~
0
108
Member Avatar for Fungus1487

hey all. I have self taught myself VB.net and VB6 but want to expand my knowledge. Can anyone reference any good intermediate Books for VB6 And/Or VB.net?

Software Development vb.net visual-basic
Member Avatar for jbennet
0
112
Member Avatar for shy_wani

hi.. i've created a table named :Survey [code]CREATE TABLE [dbo].[Survey] ( [CustomerID] [int] NOT NULL , [SurveyID] [int] IDENTITY (1, 1) NOT NULL , [SurveyTitle] [varchar] (500) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , [SurveyDescription] [varchar] (300) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , [DateCreated] AS (getdate()) , [coverletter] [varchar] (250) COLLATE SQL_Latin1_General_CP1_CI_AS NULL …

Software Development session vb.net
Member Avatar for Sawe
0
119
Member Avatar for jan1024188

hello, Can anyone tell me how to get a current path (working directory in linux), using WIN api or iostream. Thanks in advance

Software Development api c++
Member Avatar for jan1024188
0
90
Member Avatar for MukeshZ

Hi I want to set an internal timer of 30 seconds in c++. within that user have to enter 3 inputs one after other. and for each input i want set one Parameter which will change for each input by user. example user i/p parameter 1. abc 5 2. pqr …

Software Development c++
Member Avatar for MukeshZ
0
149
Member Avatar for wheelie

could someone please just write a qiuck bit of code that loads a wav file into memmory that can be played, and accessed as quickly as possible by pressing just a single key. ive been trying this for days, all my code is far to slow, and the responce after …

Software Development c++
Member Avatar for fulyaoner
0
144
Member Avatar for roflol

Something like this: [code] #include<iostream> using namespace std; // the function below takes an integer and outputs a corresponding letter void convert (int num) { ... } int main { int num; cout << "Enter an integer" << endl; cin >> num; convert (num); system("pause"); return 0; } [/code] E.g. …

Software Development c++
Member Avatar for roflol
0
5K
Member Avatar for KoubaK

hey, guys im new to UNIX and i need help.. I need to write a script which will tell you if you entered an even (e.g., 2, 4, 6...) or odd number (e.g., 1, 3, 5...) and then give you the summation of the number you entered. For example, if …

Software Development shell-scripting unix
Member Avatar for KoubaK
0
98
Member Avatar for bmxer84

In my program I get input from the user (type of topping for a pizza) then if there aren't enough left I have to let them change or cancel that topping. I do this with a for loop, my question is: how do I make it so it breaks out …

Software Development java
Member Avatar for Fungus1487
0
160
Member Avatar for wandie

How do i take results in a mutli dim array and write it to a text file. Each sub array goes on a new line. I am a newbie at this. [code] [[2934110, 'B1', 'D4', '7C7C7C7C804040404040F140404000'], [2934110, 5, 1, 1, '01', 'Actes Sud '], [2934110, 4, 1, 2, '8C00Dubbelganger (motief)'], …

Software Development python
Member Avatar for wandie
0
104

The End.