199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for nikkinyc

Hi, Having read the announcement about kids doing homework I am a little worried now that I am gonna get a backlash. I work for a company that has pushed Access onto us as our Database Function unfortunateley they have not trained our IT to help when something goes wrong …

Member Avatar for nikkinyc
0
189
Member Avatar for lydia21

hi, i am using freehypespace.com.i want to know abt database connection.i want to insert data from my textbox to database.....thanks .lydia

Member Avatar for XBow
0
75
Member Avatar for Aaron H

Hey if you have any questions on 2D or 3D Visual Basic Programming ( Mainly involving Graphics ) let me know, I know a few tricks. Thanks

Member Avatar for jbennet
0
89
Member Avatar for Chaster

Hi everyone, I have a panel which will be 'filled' with a form in runtime. My question is: how could I determine the size of the panel (becouse I want the form to change its size dinamically). thanks

Member Avatar for 4M-world
0
322
Member Avatar for bondbot

hi i am bond, i am a newbie to this website.i got a project in visualbasic in which i have to complete it in 3 months.pls help me which software is the best to work on it.

Member Avatar for ithelp
0
82
Member Avatar for PL.P27

Hi everybody, I'm fairly new to GUI and even newer to Java and I was wondering if someone can help me find my problem and how to fix it. The problem is I'm doing the game mastermind and I'm checking the guess but everytime I click the button a second …

Member Avatar for PL.P27
0
316
Member Avatar for nishanthaMe

I want to calculate the difference of two given dates.For instance $day1=05/04/2007 and $day2=02/01/2006 so I want to substract $day2 from $day2 and get the answer in days .what should I do

Member Avatar for XBow
0
79
Member Avatar for TAboy24

I just started to study C++ by myself and having troubles..lot of troubles i especialy with (6),(7)...anyone knows CPP well enaugh?thank you people..... I'm trying writing a program including information about a student in college: (1)id number of the student (2)name of the student-static string of 20 (3)pointers array of …

Member Avatar for ithelp
0
77
Member Avatar for vigneshvh

hai i am a new user of this site ,i think its helpfull to knowmore about the subject,i want to know that how i can train my self in c++ for doing a projest, and what do all expect form doing a project in c++,kindly,give sujessions 4 me preparing a …

Member Avatar for ithelp
0
106
Member Avatar for Rockstar4cs

I want the print button below to print out whatever the user orders and not the entire order list. The List is steam read into the list box I made. My problem is when I click the print button it displays all the products in the print preview instead of …

Member Avatar for Rockstar4cs
0
122
Member Avatar for xiaotu1990

i got stuck on this assignment...i have no idea how to write it.well..actually i don't know what it is asked for.. could anyone help me with this piece of code? appreciate it... You will create a class that will perform several different functions on Strings that are sent to it. …

Member Avatar for xiaotu1990
0
352
Member Avatar for Qurban

Hello every body... I'm a university student and have got a senior project by asp.net. Actually I'm looking for a help.One of the forms I have to insert photos into sqlserver but i don't know how to do it. Can it be done by gridview???? . . In addition, I …

Member Avatar for SheSaidImaPregy
0
106
Member Avatar for rpk5000

n. Write a method that will convert a number from binary to decimal. The binary number will be passed in as an array of Booleans (a true represents a 1 and a false represents a 0.) This is part of a methods practice assignment I was given. I'm currently taking …

Member Avatar for rpk5000
0
225
Member Avatar for RexxX

Also argument 2 makes integer from a pointer with a cast. One argument is a struct declared in an included library. It's declared like: [code]struct pixelst *lzwArr; lzwArr = (struct pixelst *) malloc(pixels); // pixels is an int[/code] the second argument is an unsigned int 2D array. It's used in …

Member Avatar for Aia
0
3K
Member Avatar for kc8pdr
Member Avatar for sillyboy
0
299
Member Avatar for tulsafork

Hi guys this is my first post on DaniWeb, I have searched for help on here for hours on hours. I am the webmaster at my high school and I have been given the project of making a Book Depository for one of our departments, one that would do the …

Member Avatar for cfry
0
119
Member Avatar for Gia

Hello. I'm new to Daniweb and am trying to create a program in C that will compile sales tax after the user inputs a purchase amount. Am I doing it right? I would appreciate any suggestions and feedback. Also, I am unable to see my output using the Run function …

Member Avatar for bitRAKE
0
101
Member Avatar for toolmanx

Since I closed my thread, I will just open this new one for a comment. I told you I had discovered an item in WinHelp called: "Opening and displaying a bitmap file" If you want a laugh when you get bored, pull that up and look it over. I wonder …

Member Avatar for toolmanx
0
135
Member Avatar for g_loughnan

Hi there, I'm trying to create a demonstration of a modified copy constructor. As can be seen from the code below, I've created a class called Track and defined a copy constructor such that a new object of type "Track" can be defined with the same track artist and album …

Member Avatar for g_loughnan
0
91
Member Avatar for kwadders

Hi all, I have been working programming embedded C for just over a year now. But I am interested in learning Java. In essence, I am looking for a definitive guide to Java, including books and on line resources. From, past experience I know that the best way to learn …

Member Avatar for kwadders
0
91
Member Avatar for Ahmed Padela

After compiling the program, total 12 errors apreared. Please help me to resolve. All errors are shown in attachment. [code=cplusplus]#include<iostream.h> #include<conio.h> void Merge(int[],int,int[],int); void main() { int A[50],B[50],C[50],MN=0,M,N,z; clrscr(); cout<<"How many elements do U want to create first array with?(max.50)....."; cin>>M; cout<<"\n Enter first array's elememts[ascending].....\n"; for(int i=0;i<M;i++) { cin>>A[i]; …

Member Avatar for Ancient Dragon
0
71
Member Avatar for kadeemdagreat

hi i have this pieceof code and im not sure as to what it is im doing wrong but i cant get this piece of code rnning any suggestions? [code=c] #include <stdio.h> #include <math.h> int grade input (double *a[i],double *i) { scanf("%l",&*a[i]); return 0; } int main (void) { double …

Member Avatar for WaltP
0
219
Member Avatar for meiyantao

Hello,everybody! I'm writing a LAN communication programming,and I need to transport a file between different host computer. I know that the TCP is a kind of stream-oriented connection.But look at the fallowing codes: [code=cplusplus] void TripPlanner::sendRequest() { QByteArray block; QDataStream out(&block, QIODevice::WriteOnly); out.setVersion(QDataStream::Qt_4_1); out << quint16(0) << quint8('S') << fromComboBox->currentText() …

Member Avatar for meiyantao
0
187
Member Avatar for boyz

How many arguments can a return statement have Is this possible return(n-1,m+1) in this case what will it return and why

Member Avatar for vmanes
0
90
Member Avatar for kiel19

Write a program to find the number of times that a given word(i.e. a short string) occurs in the sentence(i.e. in a sentence!). Read data from the standard input. the first line is a single word, which is followed by general text on the second line. read both up to …

Member Avatar for WaltP
0
743
Member Avatar for chetah

I am having difficulty implementing Booth's Algorithm in mips and need some assistance urgently. FOr this assignment, I have to allow the user to enter two number representing the multiplier and the multiplicant. The the Booth's algorithm when implemented in mips should print the results in both binary and decima.

Member Avatar for Duoas
0
2K
Member Avatar for sura91

This is the Question:- 3)Implement oon pascal a program to produce the following output:- [code]* ** *** **** *****[/code] The number of rows to be printed on the screen should be specified buy the user nad you have to use for loops. i have done the bit where it just …

Member Avatar for Duoas
0
161
Member Avatar for aaabhish

hi, i have a doubt in vector strings what are these vector strings. and if this is a vector how to find the dimention of these vector or what is the dimention of this vector. and how to do vector string things in c language.

Member Avatar for Ancient Dragon
0
113
Member Avatar for AlanUK

Can someone give me some pointers where im going wrong, im new to assembly, GCC, C, NASM, NASMW. I cant get past this error when trying to make the object, is there something extra i need to install. C:\test>nasmw -f win32 prog.asm -o prog.obj prog.asm:12: error: symbol `_printf' undefined

Member Avatar for Duoas
0
109
Member Avatar for Designer_101

hi, im having a bit of trouble learning php. My script is working but it is showing the amount of characters i am echoing out....heres the code. [COLOR="Red"] $tireorder = 'you have ordered: '.$tireqty.' tires.' ; //open the file and check to see if it exists// $fp = fopen("file.txt","r+"); if(!$fp) …

Member Avatar for iamthwee
0
111
Member Avatar for reubenraj

I was wondering if any one could help in my project work. I am developing an anti phishing project where in my application should be able to sense when the user has opened a browser? I am looking forward for a valuable answer from java professionals. I am developing my …

Member Avatar for jwenting
0
133
Member Avatar for ganbree

I'm using Visual C++ 2005 Express. In my solution I have 2 projects, a static library project and a executable project. The problem starts because I need WinMain() inside the static library to remove almost all the platform specific code from the executable project. How you set the entry point …

Member Avatar for vijayan121
0
1K
Member Avatar for kalki
Member Avatar for c4swimmers_net

how to write an optimized version of the following factorial recursion function in C along with some explanation please ?? [code=language] int factorial(int num) { if (num == 0) return 1; else return num * factorial(num - 1); } [/code] Looking forward for your help! Thanks, Nanda Kishor [B][url]http://www.c4swimmers.net[/url][/B]

Member Avatar for Salem
0
125
Member Avatar for carlarolan

i want to know what are the differences of different header and their uses or meaning when they will use in a program.i hope there is someone who can define their purpose. God blessed us.

Member Avatar for carlarolan
0
113
Member Avatar for boyz

whats the output for this??? [code] var a; var b; for(a=1;a<=4;a++) { document.write(a +"<br>") for{b=3;b<=5;b++) { document.write(b +"<br>") } } [/code]

Member Avatar for joshua.tilson
0
76
Member Avatar for RonR

I am using the code below to open the printer selection screen. when using it an a network I have to unload my program after making a selection and then restart my program for the printer selection change to take effect. any ideas on why this is happening? it used …

Member Avatar for steve585
0
236
Member Avatar for carlarolan

hi i am a newbies in c program. I'm just 1st year college from the course of computer technology.i just want to know what was the purpose of flowcharting in a program.does it express an idea or a plan to make a program?. then what was the connection of these.?thaks

Member Avatar for carlarolan
0
104
Member Avatar for boyz

System Information Using C/C++ What would be the header files and the suitable codes required for generating system calls in C++ for the below mentioned purposes:- a. Number of Processes running in the system b. Number of Zombie Processes in the system c. Details of each of the processes: d. …

Member Avatar for Ancient Dragon
0
71
Member Avatar for n.aggel

hi, i was wondering if it is possible to send a struct through sockets... thanks in advance, nicolas

Member Avatar for n.aggel
0
265
Member Avatar for black1
Member Avatar for joshua.tilson
0
133
Member Avatar for vigneshvh

hai viewers i am a new viciter of this site,i want to know how a c++ program will differ form a visual c++ program,in what way it will be different from each ther in oth program,pls give sujessions for it

Member Avatar for s69265
0
135
Member Avatar for Kob0724

I'm adding a few JLabels to a Box like this: [code] actor1=new JLabel(""); actor2=new JLabel(""); actor3=new JLabel(""); actor4=new JLabel(""); actor5=new JLabel(""); actor6=new JLabel(""); actor7=new JLabel(""); movie1=new JLabel(""); movie2=new JLabel(""); movie3=new JLabel(""); movie4=new JLabel(""); movie5=new JLabel(""); movie6=new JLabel(""); baconPath = Box.createVerticalBox(); baconPath.add(actor1); baconPath.add(movie1); baconPath.add(actor2); baconPath.add(movie2); baconPath.add(actor3); baconPath.add(movie3); baconPath.add(actor4); baconPath.add(movie4); baconPath.add(actor5); baconPath.add(movie5); …

Member Avatar for jwenting
0
184
Member Avatar for soulesschild

So for a homework problem I basically need to write a program that reads data from a text file, then input it into an array which I can later use for other functions. The main problem is writing to the arrays. I can't figure out how to do it properly …

Member Avatar for iamthwee
0
157
Member Avatar for Blythe24

Hello- I am having trouble with a program that I have written in C++. My problem is that I can't put the name information into my structure. I am able to add in the "name" the first time around, however, on the second loop it simply skips it and goes …

Member Avatar for Blythe24
0
149
Member Avatar for jbstin

hey i found out the vale of pie in a special way. i think it is interesting i am expecting some comments on this. [code=c++] #include<iostream.h> #include<conio.h> void main() { clrscr(); int n[10000]; int i,p=1,c=1; for (i=0;i<10000;i++) { if(p<7) p=p*10; n[i]=char(p/7); p=p%7; } cout<<3<<" . "; for (i=0;i<10000;i++,c++) { if(c==1800) …

Member Avatar for vijayan121
0
226
Member Avatar for ITAutobot25

My delete button is not working and my due date is Sunday before midnight. Can anyone show me how to correct this error. My assignment statement is below as well as 5 classes. InventoryGUI is the main class to begin execution. I have a Data folder that contains my logo …

Member Avatar for ITAutobot25
0
2K
Member Avatar for loimarie

can you recommend a site where i can find all mouse function interrupt and their services esp. mouse clicking.I only know some of it's services, but I don't know the service number for clicking....

Member Avatar for Salem
0
142
Member Avatar for acwbrat

I am new to Python and I am trying to write an updated version 2007 of Pacman for my program. I am in dire need of help. Thanks! Computer Nerd

Member Avatar for acwbrat
0
3K
Member Avatar for towhoe260

This is my assignment. Write a program to convert between yards and meters. Your solution must utilize functions to perform the conversions. Your functions must meet these requirements: One of the functions must use pass-by-value, returning the converted measure One of the functions must use pass-by-reference to store its result …

Member Avatar for WaltP
0
754

The End.