199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for boujibabe

I have a problem which states that good people all have last names that be begin with the letters G through L; all the others are bad. The program must differentiate the good people from the bad. Does neone have any design ideas? output:Name? Farley Farley is a bad person

Member Avatar for boujibabe
0
145
Member Avatar for freesoft_2000

Hi everyone, I am trying to export a jcomponent as an image. The program all works but seriously the the quality of the saved image is really disgusting. The words seems to be blurred. I think i have to use rendereing hints but i am not sure how there work …

Member Avatar for jwenting
0
118
Member Avatar for zack_rage

im studying programing fundamentals. I dont know what is the commands and syntax of c language..can u give me some information and tutorials about this c language....coz, i can't find any website about c language, is there any tips on creating basic programs..thnks!!!!!

Member Avatar for zack_rage
0
177
Member Avatar for jamievmi2

Hello, this is my first post, so i'm sure i'll fumble it a little bit. I'm writing a program that has a switch, a nested if, and an output choice of console or new file on a:. I feel like all my switch and nest is good, but i'm missing …

Member Avatar for jamievmi2
0
334
Member Avatar for Asif_NSU

I have a weird situation. Suppose a string will be entered as an input. using the getchar() function i count the number of characters the string contains until a new line character is encountered. So i know the size of the string. And then i try to allocate enough memory …

Member Avatar for Narue
0
3K
Member Avatar for Intro2Prog

1) Read an integer # from the file [I]balance.dat[/I] that represents the balance on your checkbook (Assume integer #'s only) 2)let the user enter an amount to write a check. 3)If there is enough balance to write teh check then display the message ([B]OK to write check[/B]) if the check …

Member Avatar for Narue
0
113
Member Avatar for typedef

Hi, im new to the forums and i hope you wont mind me launching in with a big question! Ii am currently prototyping a multimedia information system which holds wakeboarding images and videos, along with a comprehensive set of meta-data about the multimedia data. Users can query the metadata in …

Member Avatar for fpepito
0
433
Member Avatar for souphmars

here is the class i am using, and my main program that i have started-i need to use the LltC class as u can see-i keep gettin an error sayin list1 undeclared identifier-somebody please help-thanks

Member Avatar for Narue
0
142
Member Avatar for skeet123

I am having a very hard time trying to solve this problem.Here are the instructions to the assignment: Implement a Priority Queue using a heap. The heap should be implemented as a class that has a private member which is an array. The array is statically allocated and the size …

Member Avatar for skeet123
0
161
Member Avatar for phr0stbyt3

this program is supposed to create a box with a horizontal line of the limit that a user inputs from 2-9... for example a limit of 5 would create: 5$$$$ $5$$$ $$5$$ $$$5$ $$$$5 an input of 4 would create: 4$$$ $4$$ $$4$ $$$4 and so on... i cant seem …

Member Avatar for iumair
0
123
Member Avatar for dontcare

The program is supposed to pen and read a file with student’s scores for a semester. Display a chart with the average and median scores for each section and each lab. Example: CS 111 this semester has 7 sections and 10 labs. The output will be a chart with 7 …

Member Avatar for jasweb2002
0
129
Member Avatar for jcolome

I have a portal site [url]www.localmiamiguide.com[/url] that needs to be transfered to mysql. Anyone have any idea how much that would run me? :cry: Please advise. Jcolome [QUOTE=fsn812]I have worked on large scale projects using Oracle, medium sized projects using MySQL, and some small projects using Access. All have worked …

Member Avatar for kc0arf
0
160
Member Avatar for billah_norm

Hi all I had a experience of a website coded in PHP. that was a student result database site. specially used for publishing national certications exam in my country. the results are used to publish at a fixed date that was pre-defined. So the site got a lot of access …

Member Avatar for billah_norm
0
115
Member Avatar for dats

I need help ... I think I know what I'm doing one min. then the next I'm lost :o . Please help ... #include <stdlib.h> #include <conio.h> #include <stdio.h> #define SIZE 5 void quickSort(int[], int ); void q_sort(int[], int, int ) ; // ***** Main program ***** int main(void) { …

Member Avatar for dats
0
93
Member Avatar for hill0ster

I was wondering if anyone knew of a good community college in southern California that has a great computer science department. I have taken two courses at Los Angeles Valley College and am not impressed with their computer science department. They seem to have limited courses and their professors seem …

Member Avatar for Dani
0
265
Member Avatar for humphries1

hi i have problem with link through in hotmail the email is from times online if i click on link line i cant get news and on the botton of the page it showes javascript:openwith( thats all that happens thanks in advance humph

Member Avatar for humphries1
0
95
Member Avatar for Beau

hi im new to tis site and to programing of any sort (other than flash) so does anyone know of a site that you can download progaming programs for free?

Member Avatar for jwenting
0
128
Member Avatar for satimis

Hi folks, I'm going to make a script checking inconsistence on 2 documents, say doc_a and doc_b and have no idea how to start. doc_b is reproduced from doc_a, (original document) not with 'copy and paste' command. Making it simple first, as highlighted in following example, an one line document:- …

Member Avatar for satimis
0
204
Member Avatar for Marauder

Greetings, I have my first assignment for my programming class to do, but first, I will say that I am aware of those people who post entire problems requesting members to do their homework for them. This is not really what my post is about. I'm having a little problem …

Member Avatar for Marauder
0
243
Member Avatar for psylocke
Member Avatar for nanosani
0
103
Member Avatar for Robin Low

I'm a fresh in writting C program... still learning n hav struggling with it~~ could anyone give me some hints to complete it? -------------------------------------------------------------------------- Create an application, which helps manage the in-course assessments of an intake in COLLEGE X. This program is meant for lecturers to key-in and view, the …

Member Avatar for Narue
0
153
Member Avatar for wonderboyshp

I am programming a robot, and I was wondering if there was code to cause the robot to stop whatever it was doing if a bumper was activated. Right now I am using a while loop but the combination of the slow processor, fast motors and complex functions executed while …

Member Avatar for wonderboyshp
0
238
Member Avatar for cuckoo

hi, i am doing a project on steganography,and here ,i've gotta browse and then display images in the window.i dont know how to get the image as it is an application and not an applet.hence,i cant use getImage().plz help me.

Member Avatar for Phaelax
0
115
Member Avatar for RichyBoomstick

:confused: I'm going to use a tertiary tree to navigate through a series of photos. This will hopefully allow someone to "walk" through these photos as if on a tour. I was wondering if anybody had any advice on tertiary trees, do I just construct them as you would a …

Member Avatar for Narue
0
167
Member Avatar for WrEcK

heres a problem for u write a program that reads a list of integers from the keyboard and closes the following: a. Finds and prints the sum and the average of the integers b. Finds and prints the largest and the smallest of the integers c. Prints a message if …

Member Avatar for WrEcK
0
148
Member Avatar for hopeolicious

[code]#include<iostream.h> #include<stdlib.h> const int MAXCHARS = 500; char st_line[MAXCHARS]; char ch_option; int i_va; int i_ve; int i_vi; int i_vo; int i_vu; int i_word; int i_count = 1; int i_number = 0; int i_vowel = 0; char ch_char; void getdata(); void vowels(); void words(); void putdata(); int main() { do{ getdata(); …

Member Avatar for hopeolicious
0
102
Member Avatar for silyas

I have started study of MS Computer Science a week ago after ompleting four year BS Computer Science. I am facing some difficulty in the subject of cumputer architecture. Can someone guide me about resource/website from I may get help in learning the subject.

Member Avatar for Phaelax
0
58
Member Avatar for stoov

I'm wondering if there's any sort of interpolating function in C. I'm trying to rewrite a MATLAB script in C. I saw the name interp somewhere but i haven't been able to find a full description of the function. thanks

Member Avatar for Narue
0
97
Member Avatar for matt_5104

I have a small problem with doing calculations in one java class and trying to refer to the varibles in another class. I have written a GUI program that performs certain calculations and then when a button is pressed, the values obtained are saved as variables in another Java class …

Member Avatar for nanosani
0
274
Member Avatar for BlackPhoenixVII

i can not figure out a way to let the user save their own file name in the ofstream i tried to do this... string SaveName; std:: ifstream input("finale.txt"); std:: ofstream output(SaveName); and then a prompt asking user for SaveName i know this doesn't work but i dont know what …

Member Avatar for BlackPhoenixVII
0
80
Member Avatar for shayda

hello, please if someone can tell me how to start and find how to program feature to cellular. i want to write some program to download to cellular and work with it. please help me

Member Avatar for shayda
0
104
Member Avatar for billah_norm

Hi all, I have a question. [B]How many clients can access a PHP script at a time?[/B] Suppose, I have a database site written in PHP. I have used MySQL. Then How many clients can access that database through PHP as a midlware?? Can anybody answer this or help or …

Member Avatar for billah_norm
0
105
Member Avatar for idr1978

Quick question: I have a 2-D array called Training[693][19] of characters 0, 1 or 2 (yes characters, not integers). I'm trying to run an IF statement similar to this: if (strcmp(Training[0][0], "1")==0) { printf ("Successful case \n "); } BUT, apparently the IF statement is wrong. I'm trying to determine …

Member Avatar for idr1978
0
135
Member Avatar for sandie

I have tried as many different ways to do a sort as I can think of... I keep getting application defined errors. Here is my code: With ActiveSheet .Range("a:a").Select n = Application.CountA(Selection) .Columns("B:B").Select Application.CutCopyMode = False Selection.TextToColumns Destination:=Range("B1"), DataType:=xlDelimited, TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=True, Tab:=False, Semicolon:=False, Comma:=False, Space:=True, Other:=False, FieldInfo:=Array(1, 1), TrailingMinusNumbers:=True (THE …

Member Avatar for sandie
0
225
Member Avatar for turquoise

Hello. Im a newbie. I have been working for hours trying to find out how to make this triangle with stars. I have to make a diamond, octagon, and christmas tree and it's proving tobe VERY difficult. Yes I am very new to this. :o Anyone? Please help me. You …

Member Avatar for turquoise
0
194
Member Avatar for Stack Overflow

Greetings, Pointers are facile, yet confusing. Thinking in the programming world isn’t easy, and comprehending everything read, intricate. This tutorial leads from the previous, which may clarify many doubts in the previous segment. You have learned most, if not all, of the basics pertaining pointers in the previous tutorial. Here, …

Member Avatar for Dave Sinkula
0
258
Member Avatar for ljraven

Hello: I am a student and am attempting to write a multidimensional array for a Mortgage Calculator program. We have to display three different mortgage's that display 3 different interest rates and term years that show the calculated mortgage payment amount. I have the following code and am receiving many …

Member Avatar for ljraven
0
167
Member Avatar for Maria5683

:sad: I am overwhelmed and need help. I am trying to write object oriented programning using Java code. 1st Class contain variables for firstname, lastname and SSn as string. 4 different class scores as integers with different weights for the depending upon the course. I've also included set and get …

Member Avatar for jerbo
0
188
Member Avatar for qazs

Hi, I'm trying to create some rows in a table using php code. Its like this: [code] <table border="1" cellspacing="0" cellpadding="0"> <tr> <td width>some item</td> </tr> <?php echo drawRow(); // draw another similar row ?> </table> [/code] But it turns out that the row is drawn before the table. In …

Member Avatar for qazs
0
127
Member Avatar for hjangel

I have been writing a Gui in JBuilder 3 which has 3 textFields for data input. I then want the Gui to perform a calculation and print the inputed data along with the calculation into a textArea, but when I click on my "compute" button nothing happens. Does anyone have …

Member Avatar for hjangel
0
118
Member Avatar for epsos

hi everyone i have been using ict for about 6 years now and want to learncomputing e.g programming and was wondering where to start becaause people post codes and i have no idea what they are on with and was wondering if there is any good sites where u can …

Member Avatar for epsos
0
186
Member Avatar for vbjani

Hi all, I m new to php and I have a simple problem. I want to check whether a file exists or not using php. I used the file_exists function for that but it doesn't work while I m able to open the same file using fopen..I know its a …

Member Avatar for vbjani
0
86
Member Avatar for Eclipse

[color=royalblue]Okay, if I could, I would shoot my CS teacher, and then shoot myself. Reality check. Done. Anyways, check out this yucky program right here...I don't even know where to begin...we need to create a new drawing pad; and by using two methods, we would have to create this illusion …

Member Avatar for Eclipse
0
796
Member Avatar for phr0stbyt3

im working on a program that generates a random number and asks the user to guess what it is. right now im stuck on checking to see if the number is between 1-20. how would i make it continuously loop back until the user enters a number between 1-20? the …

Member Avatar for phr0stbyt3
0
179
Member Avatar for Darkfoxx

I posted this on devshed.com's forums, but I have gotten no replies :sad: . I am working on a program that reads data values from a file and uses them to compute the output. It is a tapemaker program that figures out how many minutes and seconds the songs take …

Member Avatar for Phaelax
0
110
Member Avatar for Programming sta

How do i debug the application attached consisting of four Java classes [code] *************** Pictures of screen shots to go here ***************** Color.java public class Color extends Object { private String color; public Color() { return setColor( "" ); } public void setColor() { color = "black"; return color; } …

Member Avatar for Phaelax
0
138
Member Avatar for skygod

Need a hand with some method logic here, I got all the code written but I am having an issue trying to get this logic to work. These two methods are designed to simplify fractions and convert improper fractions to mixed numbers ( two seperate methods). Take a look and …

Member Avatar for jerbo
0
980
Member Avatar for jasmin_java

hi i need to help me this is my calculator code but it's not work with me and i don't know what is the problem in this code can you help me to solve it and tell me what is the problem . thank you . import java.awt.*; import java.awt.event.*; …

Member Avatar for jerbo
0
291
Member Avatar for rupeshpradhan

Hi! Having programmed in non-object oriented programming languages for a pretty long time, thinking in terms of classes and objects hurts my brain. I have written a program in BASIC (to print out the result sheet of a class after having obtained the data such as name of the student …

Member Avatar for Egsal
0
183
Member Avatar for kimimaro

Yo guys, I am doing a function to display selections of department for the user to input and if the department is chosen, it will then match the department with the department in the database allowing only employees within that department to be displayed, but the employees can be as …

Member Avatar for frrossk
0
162

The End.