199,114 Archived Topics
Remove Filter ![]() | |
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 … | |
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 … | |
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: | |
how do i compare two strings or char.. otherthan using strcmp?? | |
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 … | |
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 | |
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 … | |
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. | |
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 … | |
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 = … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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. … | |
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 … | |
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? … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
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.... | |
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];) | |
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 … | |
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 … | |
[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] | |
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. | |
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 | |
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 … | |
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 … | |
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: … | |
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?:'( | |
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 … | |
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 … | |
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 … | |
what does subversion mean? how could I apply this in my programs? thanx... | |
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 … | |
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 … | |
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 … | |
could someone please explane what a pars error is in C++? Thank your consideration. Dick | |
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 … | |
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 … ![]() | |
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! | |
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 … | |
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(); | |
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...... |
The End.