199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for MadsenAim3r

well, I'm using a book called "Learn C++ in 21 days" and it's working out great so far. The only problem is that when I type in the code from the book, letter for letter, many errors pop up. Is this book made for a previous version of C++? It …

Member Avatar for MadsenAim3r
0
275
Member Avatar for ntredame

I am having trouble with inheritance. I am wanting to use fullName.h as the base class and call the functions print and setName into student.h. The problem is that I am getting errors that I can not figure out. The errors are: [I]student.h(22) : error C2352: 'fullName::print' : illegal call …

Member Avatar for ntredame
0
124
Member Avatar for push

how to call javabean from jsp? i wanted to call javabean from jsp with in my own folder keeping at webapps folder. Pleasssssssssssssss help me for this.................:sad:

Member Avatar for push
0
91
Member Avatar for rapperhuj
Member Avatar for Ancient Dragon
0
93
Member Avatar for quiptro

Hi, I have a database with 15 tables and couple of queries created in SQL Server 2005 and I am making a form/interface for the database in Visual Basic .NET. I managed to connect the tables by using the BindingSource / DataGridView controls. However I cannot find the queries in …

Member Avatar for quiptro
0
99
Member Avatar for quiptro

Hi, I have a small database with 15 tables and 20-40 records in each table. I just want to ask how can I print all the tables together with their names, atribute names and all the records? (the Print option from the File menu is not active) Thanks, Robert

Member Avatar for quiptro
0
803
Member Avatar for marijana

HELLo !! pls, i need help i have a VB.net application developed in MS Development Enviroment 2003 v.71.3088, with crystal reports in it, developed with Crystal Decisions for Visual Studio.net. so, reports are coded in the application, and deployed as part of the code , like this; Dim report As …

Member Avatar for cybeh
0
279
Member Avatar for Elfshadow

Between NASM and FASM which one would you pick? And I pretty new to ASM but I think the Intel style looks better so I think that rules GNU out unless they have a Intel version syntax.

Member Avatar for Evenbit
0
113
Member Avatar for soultron

I'm trying to port some code written in MS Visual C++ 8.0 (the version is copyright 1998, I know that for sure.) into MS Visual C++ 2005 Express. I've been having trouble trying to translate the code though. I've been using #include<random> as a header to generate random numbers. After …

Member Avatar for soultron
0
152
Member Avatar for iamyoyo

I am writting the fallowing program: The program is working find; however I can't get the funciton to calculate the total and the tax. can someome help me please. Here is the code... [COLOR=#0000ff]#include[/COLOR][COLOR=#000000]<iostream> [/COLOR] [COLOR=#0000ff]#include[/COLOR][COLOR=#000000]<string> [/COLOR] [COLOR=#0000ff]#include[/COLOR][COLOR=#000000]<iomanip> [/COLOR] [COLOR=#0000ff]void[/COLOR][COLOR=#000000] showMenu(); [/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] std; [/COLOR] [COLOR=#0000ff]const[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]int[/COLOR][COLOR=#000000] menu = …

Member Avatar for John A
0
143
Member Avatar for Qasim Khawja

Hi buddies, Can any1 put my wheels on the right track. What i wana do is... Create a form with which is shown below.. 1 textBox (To get the URL like;[url]www.yahoo.com[/url]) 1 button (which when presss the input website will open automatically) help me Thnakx in advance.. Some what like …

Member Avatar for jbennet
0
191
Member Avatar for psuspect

I have this simple program that counts characters in a line as well as a specific character z and Z. I am trying to figure out the simplest way to output my results to a file "outfile.txt". any ideas? #include<stdio.h> #include<string.h> #include<stdlib.h> int main(void) { char string[80]; char *s; int …

Member Avatar for Aia
0
83
Member Avatar for Adam_Sanderson1

I'm doing a database project in c# and i have designed a ER diagram for it but i'm not sure if it is right can anybody possibly have a look at it for me to see if it is correct. If you can help me can you leave me a …

Member Avatar for Adam_Sanderson1
0
120
Member Avatar for aot

So, it would be nice to be able to insert scrollbars into my program (with Tkinter). Right now I'm using labels to display all my long blocks of text, and people flip through pages to get throught it all. I thought I'd try to add a scrollbar, but it doesn't …

Member Avatar for Lardmeister
0
109
Member Avatar for victor Thomas.D

Hi , Some one help me in excel macro If the cell vale is other than 2480, 4465, 3140,2689 i want the entire row to be deleted. regards Victor

Member Avatar for victor Thomas.D
0
108
Member Avatar for teteret

ok...i'm new to this c language and i was wondering what am i supposed to do if the user enters a string that is longer than my array size. for our assignment, we're supposed to ask for the user's name and our array size is supposed to be 20 characters. …

Member Avatar for Lerner
0
1K
Member Avatar for aot

So I'm at the final stages of my program -- it's a working experiment that creates a data file for each participant. My hope was that when I was done, it would be relatively easy to create an analysis program that searches through all the data files and create a …

Member Avatar for aot
0
132
Member Avatar for fulyaoner

Hi to all... In a MFC application, I need to change the background color of a drop down list - combo box control. IDC_MYCOMBO is the resource id and m_myCombo is the name of the control. I need to change the backcolor programmatically. Is there a way to achieve that? …

Member Avatar for fulyaoner
0
247
Member Avatar for MukeshZ

Hi, I am writing code in c++ for sending and receiving messages through ports. I have written code for opening port as hComm = CreateFile(portname,GENERIC_READ | GENERIC_WRITE, 0, 0,OPEN_EXISTING,0,0); this is done , but Now I need to send the message to be send to Port. also need to get …

Member Avatar for Salem
0
206
Member Avatar for ganesh_c

In the thread programming environment on the C language, we have to create a "struct" data structure if more than one arguments are needed. I need a two dimensional array on that struct. I got a syntax error when I declare it! The following is the code: [code=c] #include<stdio.h> #include …

Member Avatar for Salem
0
197
Member Avatar for muddpigeon

ok you will probably be sick of my posts but i have tryed and got this far, i ripped the program to pieces and started again. basically its a atm program that i have to do for college. if anyone can see why its not workin properly it would be …

Member Avatar for muddpigeon
0
176
Member Avatar for jameswoodhouse

I'm very new to VB this is my first attempt at a project. basically i want a simple program that will display a famous singers surname in a text box, then ask the user to input the singers first name in another box. The system must then check the answer …

Member Avatar for jameswoodhouse
0
493
Member Avatar for sukhmani

hello I'm making chess in c++. I have to submit a report and it should include system development life cycle and detailed design....if some one cud please help me out wid it.... plz mail me at[EMAIL=<snip> sukhmani

Member Avatar for stymiee
0
94
Member Avatar for doddy

Hi, I am new to programming for the most part except matlab, html, javascript, actionscript, etc. I am trying to learn how to assemble/dissassemble files. I have several assemply/dis. programs: nasmw/ndisasmw, flat assembler, pedasm, etc... I can't figure out how to assemble the hello world program. here is an example …

Member Avatar for Garni
0
144
Member Avatar for jamshid

hi DW Shell Script Kings :) i have some problem in a step of my assignment. thats i can read the file with this : [CODE] #Read all text from file echo -n "Enter file name: " read fileName while read inputline do echo $inputline done < $fileName [/CODE] how …

Member Avatar for jamshid
0
93
Member Avatar for BalajiM

I have assigned a datasource in to a DataGridView control. And, now i want to search a part of string or word in the DataGridView., and locate that row. Please help me to provide the idea.... Thanks in advance....

Member Avatar for KamiDehlvi
0
90
Member Avatar for em_moon1981

hi every body is there any body 2 help me to create a boot disk with assembly help me plz send ur comment 4 me 2 my email : [email]em_moon1981@yahoo.com[/email];)

Member Avatar for Garni
0
136
Member Avatar for DanielWuVB

Help ?? I self studied VB .NET throught a book (apress - Building Client/Server Application with VB .NET : An Example - driven Approch) by Jeff Levinson. when I coded in the example from the book and ran the program and I got this error message "An unhandled exception of …

Member Avatar for DanielWuVB
0
189
Member Avatar for mikesowerbutts

Hello all, I have been using mysql_fetch_array to read data from a query to a php array so i can then use it on my webpage. Everything was going fine until now... I cant see the problem with my code, but it keeps calling the or die() error handler when …

Member Avatar for mikesowerbutts
0
256
Member Avatar for Eddi8

[COLOR=#000000]Hello every one![/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]I'm new to vb.net[/COLOR] [COLOR=#000000]could someone please help me with some code?[/COLOR] [COLOR=#000000]I have got a datagrid, connecting data from acces.What[/COLOR] [COLOR=#000000]i need is on the datagrid [U]column(1) * column(2) = column(3) and column(3) add sum into a textbox[/U][/COLOR] [U][COLOR=#000000] [/COLOR][/U] [COLOR=#000000]please help me...[/COLOR] [COLOR=#000000]thanks.[/COLOR]

Member Avatar for Eddi8
0
105
Member Avatar for HunterSThompson

im trying to make it so when someone hits submit and a feild is empty or blank i message pops up and says "must fill in required feilds" near the bottom of the form rather than having a new page open up and say it.

Member Avatar for WhiteLeo
0
104
Member Avatar for augie0216

I would like a small sample if possible. Lets say you are creating a flow chart that shows the an order process in which you have to enter a new customer in the data base. How would you make a flowchart to reflect that? Thanks Augie

Member Avatar for jbennet
0
107
Member Avatar for pulse0

I was trying to write the falling letters program in C but could not figure out a way to locate a letter on the screen and make its y axis decrese every lets say 1 second? If I use either printf or cout it print the letter in one line …

Member Avatar for pulse0
0
94
Member Avatar for chickenmcnugget

I Need Help With This Program The Obejct Is Well Write A Sentence In An Input File And Have The Program Ouput It To The Output Text Or .txt And I Have The Code Written And Everything But Im Getting Some Stupid Errors And Its Written On Console Application I …

Member Avatar for chickenmcnugget
0
174
Member Avatar for in7en7

Hello, I'm having some problems getting int21 function 9 working correctly. I've searched around a little bit, but I seem to be missing something still because no matter what I change it doesn't seem to display what I'd like it to. It seems to me that it should look like: …

Member Avatar for in7en7
0
269
Member Avatar for leeqiang

I just wanna use PyScripter.and I found when I run a test with wxpython.it's dummped.(I have installed the wxpython packge)How was that?:'(

Member Avatar for leeqiang
0
115
Member Avatar for rapperhuj

AHMMM... HI guyz.. ladies and gentlemen ... thank you for responding at my 1st post hir in daniweb site...ahmmm.. i really apreciated it.. please give me some suggestion..comments and solutions to this problem briefly... heres my codes... MY PROBLEM is.. how to configure the country full name and its coordinate …

Member Avatar for thekashyap
0
91
Member Avatar for sasucker

So in class we're making a pong game using the curses.h library. So far I've managed to make the ball move around and bounce, hit the paddle, determine the number of blocks/misses, and so forth. The only trouble I've had is having it dynamically update the number of blocks and …

Member Avatar for sasucker
0
742
Member Avatar for clickbanners

Please can someone help, I would be most grateful for any help as I am new to this and I am really stuck.:( I used Javascript that I copied and pasted from the 'Google AdSense' on to my Freewebs.com page, now I cant edit my page. When I view my …

Member Avatar for MidiMagic
0
97
Member Avatar for squinx22

what does subversion mean? how could I apply this in my programs? thanx...

Member Avatar for squinx22
0
100
Member Avatar for rahulgupta1979

hi everybody, cud neone here pls help me out in printing a page in Java. I have a page designed in swings which contains mainly labels and textareas. And i need to print this page in java with a click of a button. Could nebody arnd please help me out …

Member Avatar for lucky1981_iway
0
199
Member Avatar for maverick786

Thanks to those guys who helped me out yesterday. I have one more problem; my print function for the queue program doesnt work and goes into an endless loop. Also I am unable to calculate the length of my queue. I started getting compilation errors when I included a length …

Member Avatar for John A
0
200
Member Avatar for tosik

hi there ! im new here and i wish to stick around for a good while !! and would like to ask you ! can u help me with this (i need this code to change a bit ! but still work in same way!! (im using c++) plz anyone …

Member Avatar for Ancient Dragon
0
143
Member Avatar for CRD

could someone please explane what a pars error is in C++? Thank your consideration. Dick

Member Avatar for Aia
0
104
Member Avatar for mikesowerbutts

hello, I am building a mysql/php/javascript based online timesheet system which allows users to assign themselves predefined projects and then select one of the projects assigned to them and add hours for a particular date to the database - i can get the add to work fine, but i need …

Member Avatar for digital-ether
0
5K
Member Avatar for the_glitch

I originally joined this site almost a year ago so i could find out the name of the GUI library that's in most compilers. Didn't get much help back then. But I hope that will change. I'm making a sudoku game in C++, so obviously I need a matrix (or …

Member Avatar for iamthwee
0
230
Member Avatar for naya22

Hi. I'm currently working on a program that requires me to use arrays. Does anyone know a good tutoring site that I can go to?? Thanks!

Member Avatar for Matt Tacular
0
79
Member Avatar for nikkidee

When I run this code (Visual Studio 2005), I get the following compiler errors and can't fix this no matter what I do: c:\documents and settings\dthomas006\my documents\visual studio 2005\projects\pa3-q1\pa3-q1\stacktype.h(10) : error C2143: syntax error : missing ';' before '<' c:\documents and settings\dthomas006\my documents\visual studio 2005\projects\pa3-q1\pa3-q1\stacktype.h(24) : see reference to class …

Member Avatar for nikkidee
0
195
Member Avatar for bhawna

plz tell me wht should be the data source in the following code mycon=new oleDbconnection("provider=msadora.1;use id=scott; data source=; password=tiger;") mycon.open();

Member Avatar for manak chand
0
85
Member Avatar for ryanokc

1) I need to create a simple bash shell script that will promt the admin for a user name and then create the user account and change password... thx a lot......

Member Avatar for thekashyap
0
142

The End.