199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for tln26

I am very new the C++ with no programming background. I have written a program to figure out the interest on a 401K plan. I wrote the program and tried to run it and I keep getting a message that there is not an exe. file. What is causing this? …

Member Avatar for Grunt
0
300
Member Avatar for BillWebber

Hi to whoever is ready my post and call for help. I am an absolute novice at VB6 and are trying hard to learn this program off my own back from the internet and an old tutorial book i got my hands on. So far ive managed to build a …

Member Avatar for BillWebber
0
251
Member Avatar for Mr B

[COLOR=#000000]Hi [/COLOR] [COLOR=#000000] World[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]From a new member: it’s taken me a lifetime to venture into the Internet world or should I say to register with a wedsite, I guess you have to start some time so here goes. [/COLOR] [COLOR=#000000]Can anyone help with a problem my computer …

Member Avatar for Ancient Dragon
0
197
Member Avatar for Woobag

Hey guys, im just starting out in php and im attempting to build a login script that works takes info from my table userinfo. The values in userinfo are created from createuser.php. Here is the error i am getting in my code:[code][B]Parse error[/B]: parse error, unexpected T_INC, expecting ')' in …

Member Avatar for Woobag
0
102
Member Avatar for jrcagle

I'm befuddled by something. Here is transcript of the interactive session: [code] >>> range(9).remove(3) >>> >>> print range(9).remove(3) None >>> a = range(9).remove(3) >>> a >>> a = range(9) >>> a [0, 1, 2, 3, 4, 5, 6, 7, 8] >>> a.remove(3) >>> a [0, 1, 2, 4, 5, 6, …

Member Avatar for jrcagle
0
3K
Member Avatar for ArNy

ok for some reason whenever i try to run Visual c++ i get the error [b]"automation server cannot create object"[/b],i got windows script 5.6 ran it but failed to install it says [b]"error registering ocx:vbscript.dll"[/b].iam out of ideas what to do.

Member Avatar for Ancient Dragon
0
160
Member Avatar for EnemyOfAverage

Im new to Java programming of course so im having trouble with this program i have to write Can anyone give me some tips on inheritance? public class Trailer { public Trailer(String anID) { trailerID = anID; } public Trailer getNextTrailer() { return nextTrailer; } public void setNextTrailer(Trailer newTrailer) { …

Member Avatar for java_jitendra
0
162
Member Avatar for hbmarar

Hi, Good Morning. I wanted to slice one image to tiles and i got a script for it. I did not had a photoshop so I got Photoshop CS2 Version 9.0. This script was working fine but it says error over a copy command. [code] // We make sure our …

Member Avatar for hbmarar
0
414
Member Avatar for SamY

Which software should i use to exactly create a complete operating system:?: . I need an application which uses machine codes(like emu8086) and can manage all the RAM and all hardware interupts. Please someone help

Member Avatar for mostafadotnet
0
199
Member Avatar for keratinimp

This seems really stupid seeing as they are used so often but how do i create a database using vB 4.0? I am creating a login form and when the command button is hit it compares the username and encrypted password to the stored username and encrypted password, if its …

Member Avatar for BillWebber
0
167
Member Avatar for BombAppetit

how do i set the permission for read and write into a database? i'm creating a program to view what is in the database(which is a different database application altogether) and reading from it using SQL. Error message shows "No read permission". i looked into the security settings of the …

Member Avatar for Comatose
0
178
Member Avatar for cezarjont

can you please help me or give some advice of how will i make this problem: Student database: the user will be asked to input information about students(1-20 students) and the inputs are age,year level,name,course.... the program also will be able to sort the informations ethier by descending or ascending …

Member Avatar for cezarjont
0
928
Member Avatar for hanifa

Hi guys, I have this situation.. The Min funcition in SQL returns lowest value in query but I what to return is the 2nd lowest instead. Take this table for example col=Pay(3000,2300,1000,1900,1200) Min(pay)=$1000 but I want to return Min2ndlowest(pay)=1200 Is there a way to solve this problem. Thanks for help …

Member Avatar for jonamthomas
0
91
Member Avatar for himanjim

:?:The statement *s1++=*s2++ actually leads to the assignment of value at s2 to s1 followed by incrementation of s2 then the incrementation of s1.

Member Avatar for ~s.o.s~
0
244
Member Avatar for amelie

Hi, I need to write to a file from multiple objects, out of which few objects spawn multiple threads. Can any one give me some tips. Thanks. -ameli

Member Avatar for amelie
0
168
Member Avatar for hanifa

Hi, I am using MSSQL (Microsoft SQL)to liase with python via third party driver. Well here goes... I have created two instances of SQL registration in my Enterprise manager. It is under i)Console Root->Microsoft SQL Servers->SQL Server Group->(LOCAL)(Windows NT) and ii)Console Root->Microsoft SQL Servers->SQL Server Group-> INTEL\FR6EnterpriseDB (Windows NT) Btw …

Member Avatar for hanifa
0
132
Member Avatar for Matt Tacular

I have made a program that does the rolling for you for the board game "Risk" I even made it tell only the attackers top two rolled and it says the attacks and defenders rolled in order of highest to lowest. But I need it to say who has to …

Member Avatar for vegaseat
0
215
Member Avatar for shapeshifter

i have a feild where the user must insert only integer values not chars..if they insert a char an error messege should appear..how can i do this and what is the code to do it

Member Avatar for jennifer_netto
0
144
Member Avatar for puuukeey

[B]Introduction[/B] hey all, I'm matt. I'm new to this forum and C. I hope to stick around and eventually be able to ANSWER questions instead of sit around being new to this. but for now, new to this is what I am. [B]My Background[/B] I've been learning from Dave Mark's …

Member Avatar for Dave Sinkula
0
155
Member Avatar for anu_dinoo

I am developing a Windows [URL="http://www.dotnet247.com/247reference/System/Windows/Forms/Form.aspx"][COLOR=#0000ff]Form[/COLOR][/URL] Application using Visual Studio.NET using the C# language. The application will run on a "standard" PC that is running Windows XP. The PC has a USB hub with two device connectors. I need to be able to detect when a keyboard and/or mouse is …

Member Avatar for Dave Sinkula
0
102
Member Avatar for droolin

History of what is trying to be accomplished: Currently where I work, we receive a large number of excel documents which are used to manually change pl/sql scripts for updating oracle database's. From my research, I have found that oracle can not read excel documents, least not till 9.0, and …

Member Avatar for _raz_
0
208
Member Avatar for VBWayne

I've created the following series of If statements that are totally disfunctional. I'm thinking it has to do with my lack of understanding between a function and a statement. (I'm an old mainframe programmer and sometimes have difficulties crossing over) Even though when I do a watch on the fields, …

Member Avatar for VBWayne
0
289
Member Avatar for freesoft_2000

Hi everyone, I have not done C++ for quite sometime now and seems that i may have forgotten a bit so please bear with me a while. I am currently trying to output some text to the console in c++, but seems i may have forgotten something because the text …

Member Avatar for Lerner
0
161
Member Avatar for taha54

hi all , i have a txt file called myfile.txt , i want to open this file and search for the following " this page is good/" if i find this i want to read every thing after "/" until i reach <b> so for example this page is good/so …

Member Avatar for WaltP
0
1K
Member Avatar for joonoh05

My users would like to have a button to send them back to their original search results after having moved through serveral pages forward. I have already tried using [ javascript:history.back(1)] and doesnt work very well; it doesnt send be back to the seach page. Does anybody have any suggestions …

Member Avatar for joonoh05
0
270
Member Avatar for mikefitz

Hi, I'm using the DataGrid control with databound columns. I have an EditCommandColumn to allow for the Edit of the row. I'm having trouble retrieving the values of the row being edited in the UpdateCommand event. For example e.Item.Cells(4).Text and DataGrid1.Items(lCurrRow).Cells(4).Text always returns a blank value instead of the value …

Member Avatar for mikefitz
0
164
Member Avatar for ze_viru$

Hi, below is my unfinished code.what i realy want help on is how do i display or take the values of a and b to main? [code] #include<iostream> using namespace std; int ReadInput (int,int); float CalcIceCreamCost (); float CalcDeliveryCost (); float DisplayCosts (); int main() { int flava,cart,delivery; flava = …

Member Avatar for Grunt
0
402
Member Avatar for budroedotcom

Ok. This has got to be easy, but I can't get something right. I'm just trying to find a way to enter a few characters (example: cd1) and have it change my current directory. In other words, I'm at root and I want to type cd1 and have it be …

Member Avatar for budroedotcom
0
159
Member Avatar for zippee

Hi there, I am trying to integrate a simple mailing list/newsletter script (in php) to my site, which will be share by my clients (to their customers). Is there any off the shelve and free one available? I knw I may find it from hotscripts.com, but would appreciate any good …

Member Avatar for aarya
0
199
Member Avatar for vssp

Hi friends Thanks for your repaly for all my question.. I need one update query. I have selected the datas are insert with coma ",". Query SELECT city FROM `locations` WHERE city REGEXP ',' I got the result.. Silver Spring, Elkins, PORTLAND, Baltimore, I need like this Silver Spring Elkins …

Member Avatar for aarya
0
154
Member Avatar for bjoernscher

First of all Hello to this forum. I have the follwoing problem. When I am runnig an UpdateCommand with codebehind : sqldatasource1.Update() I get the following error. (I want this command to CompareAllValues) [COLOR=#000000][B][I]You have specified that your update command compares all values on SqlDataSource 'SqlDataSource1', but the dictionary passed …

0
128
Member Avatar for Wreef

Hello everyone, I am very new to programming, and I recently tried to develop a C++ application, but came accross alot of problems, and was advised to try C#. Now, I have basicly used the same code...A bit different, And everything is working, except one thing. [code] [COLOR=#008080]String[/COLOR] str1 = …

Member Avatar for Wreef
0
337
Member Avatar for jazzz

Hi, I have to write a Dump Tool for a file on UNIX. I have never written a dump tool before. Can anyone please guide me how to proceed?? jazz

Member Avatar for jazzz
0
253
Member Avatar for swapnamishra

Could anybody tell me the difference between Dispatch and DispatchEx. I am new to python and extremely confused about the usage of the two methods.

Member Avatar for N317V
0
2K
Member Avatar for riddz_22

is there anyway to clear the screen like if you are using cmd prompt?? yes i kno im a noob but any help would be greatly appreciated

Member Avatar for pty
0
180
Member Avatar for khwo

hi all, I'm new user in VB.Net. I facing a problem here is I no have idea how to use the ListView in VB.Net. Can anyone of your give me some advice here. I want o call the data from database to the listview when form load, after that i …

Member Avatar for Tanvir
0
159
Member Avatar for lekshmi200
Member Avatar for ninelg

I create a report by allowing users to select certain criteria from dropdownlistbox. Dropdowns: site, project, startDate, endDate, reporting level (summary or agent detail) I have the following datagrid with 7 columns: [Code] <asp:datagrid id="grdResults" runat="server" Height="50px" Font-Names="Tahoma" Width="900px" Font-Size="XX-Small" BorderColor="Silver" ForeColor="Black" PageSize="1" adding="1" AutoGenerateColumns="False" BorderStyle="Solid" CellSpacing="1" HorizontalAlign="Center"> <Columns> <asp:BoundColumn …

Member Avatar for Amit007
0
128
Member Avatar for costantinos

Hello. I have a map [code] map<int, vector<int> > [/code] and I want to find which one of the vectors has the most elements. Is there a built in function that does that or do I have to write my one code. Cheers Costantinos

Member Avatar for iamthwee
0
178
Member Avatar for ohohling

i hv create a table into the datagrid but how i going to resize the column size.... [COLOR=#0000ff]Dim[/COLOR] Table1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] DataTable("Customer") [COLOR=#0000ff]Dim[/COLOR] Row [COLOR=#0000ff]As[/COLOR] DataRow [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]Try [/COLOR][COLOR=#0000ff]Dim[/COLOR] column1 [COLOR=#0000ff]As[/COLOR] DataColumn = [COLOR=#0000ff]New[/COLOR] DataColum("Customer Name") column1.DataType = System.Type.GetTyp("System.String") Table1.Columns.Add(column1) [COLOR=#0000ff]Dim[/COLOR] column2 [COLOR=#0000ff]As[/COLOR] DataColumn = [COLOR=#0000ff]New[/COLOR] DataColum("Customer Phone") column2.DataType = …

Member Avatar for Amit007
0
129
Member Avatar for jackfusion

Mysql info [IMG]http://kennyleitz.googlepages.com/mysql.jpg[/IMG] [PHP] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <?php /* call this script "advs.php" */ if(!$c) { ?> <form action="advs.php?c=1" method=POST> <b>Find Results with: </b><br> Any of these words: <input type="text" length=40 name="any"> <br> …

Member Avatar for iamthwee
0
177
Member Avatar for bharat.bhooshan

[COLOR=#000000]I have a problem in C++(complier dev 4.9.9.2). My program have complie with no error but out put is wrong and not run show with massage “ [/COLOR][COLOR=#000000][B]some intermediated data is missing[/B]”. In debugging its show massage “[B]segmentation Error”[/B] .[/COLOR] [COLOR=#000000][code]#include<iostream>[/COLOR] [COLOR=#000000]#include<math.h>[/COLOR] [COLOR=#000000]#include<conio.h>[/COLOR] [COLOR=#000000]#include<fstream>[/COLOR] [COLOR=#000000]#include<dos.h>[/COLOR] [COLOR=#000000]#include<iomanip>[/COLOR] [COLOR=#000000]const int row=195;[/COLOR] [COLOR=#000000]const …

Member Avatar for Salem
0
195
Member Avatar for Sp!ke

I'm writing a program to communicate with my Cisco switch via COM port using MScomm. I've gotten it to work perfectly, with one exception. If you've ever dealt with Cisco software before, you know that if there's a long list of things, it wil display "--More--" prompting you to scroll …

0
105
Member Avatar for knightrider2006

Hi! I'm a beginner C# programmer, and our instructor has asked me to create a verification system for our web site so that a person has to complete a puzzle before they can fill out a form to submit comments on the site, etc. What he wants us to do …

Member Avatar for plazmo
0
302
Member Avatar for sgriffiths

Hi I have a struct [code] struct s_list { char name[30]; char lowest[30]; int int_value; }LIST[100]; [/code] I want to pass the int_value to a the unix function qsort, but how do i pass structs to a function/procedure? regards

Member Avatar for ~s.o.s~
0
691
Member Avatar for slacke

Hi I'm trying to create and use some basic socket. I made a code but the compiler reports an error. I'm using linux ( sys/socket.h library) The code is> [CODE] #include <iostream> #include <cstdlib> #include <sys/socket.h> #include <sys/types.h> #include <unistd.h> #include <arpa/inet.h> #include <signal.h> #include <netinet/in.h> #include <netdb.h> #include <stdio.h> …

Member Avatar for slacke
0
117
Member Avatar for star22

plz friend solve this code for me I dont know what is the wrong with it. it is in c++ programing language. #include <stdio.h> #include <string.h> #define size 20 struct data { int age; int year; char course[6]; char name[20]; } students[20]; struct temporary //changed to struct? { int age; …

Member Avatar for andor
0
1K
Member Avatar for lover99509

Guys i need your help with this problem. I want to check if a record in my database is available or not? My database is stored in microsoft access file. ok. I used the data control that comes in the default tool box and i set up the databasename property …

Member Avatar for lover99509
0
195
Member Avatar for soft_pro

I try to draw a circle ;) ,but the borland c++builder 's compiler can not find this include file->"borlacon.h" please response to this message because I don't have any helper now. (I am sorry,English is not my mother tongue :rolleyes: )

Member Avatar for Dave Sinkula
0
905
Member Avatar for vbgaya

I want to fill a drop down list with some data in a data source. I defined a page level array and redim it in Page_Load. I get an error saying "Object reference not set to an instance of an object" The error occurs at the statement, Page.DataBind() Below is …

Member Avatar for postmaster
0
121

The End.