199,113 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Stringman

I receive this error message: "[COLOR="Red"]error C2440: '=' : cannot convert from 'char' to 'char [50]'[/COLOR]" when this statement: [COLOR="red"]name_sel = *name [ name_int ];[/COLOR] or this statement: [COLOR="red"]name_sel = name [ name_int ];[/COLOR] is compiled. The context for this is the declaration of an array of names (character strings) …

Member Avatar for bhoot_jb
0
137
Member Avatar for JustLearning

First let me describe the program All it does is pull in some chars and stores them in a linked list of stacks. I have the code written to pull them in but when I need to print them I dont know how to go backwards without deleting the node. …

Member Avatar for VernonDozier
0
186
Member Avatar for Se7Olutionyg

[CODE]//file: sticfigure.cpp //Draw a stick figure (main function only 0 # include <iostream> using namespace std; // Functions used ... void drawCircle (); void drawTriangle(); void drawIntersect(); void drawBase(); int main() { drawCircle(); drawTriangle(); drawIntersect(); return 0; } //Draws a circle void drawCircle() { cout<< " * " <<endl; cout<< …

Member Avatar for Aia
0
157
Member Avatar for intsoda

Hello, I am trying to capture a cd-rom eject request (both soft eject through software or physical button press.... i believe they are the same request) so that I can display a Message Box before the cd-rom tray is ejected alerting the user that an object blocking the cd-rom door …

Member Avatar for intsoda
0
111
Member Avatar for cosmicfool

Hello, I've been given the task of transferring a website from one server to another. Unfortunately the website was written in asp and is linked to a MS SQL database and I haven't had much experience with either. It was using a MS SQL 2000 database but the new host …

Member Avatar for cosmicfool
0
148
Member Avatar for JackieW

I'm fairly new to ASP, and need some help figuring out this error. The 'ThingsNeeded.asp' page holds 4 buttons and passes the required 'ID' value, keeping the user to just update their record. I have two pages done, but keep getting [icode]Incorrect syntax near the keyword 'WHERE'. /PPmanual/AFLocations.asp, line 23 …

Member Avatar for JackieW
0
273
Member Avatar for Barvik

Hi, i've trying to make a program that reads data for a matrix and print the data for it. I can get the ostream operator to work, however the istream operator wont work. Any got some ideas to help me sort out the istream operator: This is my header file: …

Member Avatar for grumpier
0
122
Member Avatar for marjz
Member Avatar for jongskii d pogi

hi, i am a newbie in vb 2005 and i would like to ask for help regarding this problem that i encounter. i have no idea how to fill up my combobox or listbox using dataset. i am accessing data from sql 2000. please help...

Member Avatar for sidh
0
73
Member Avatar for r.ranu1

how to connect access data base to the web page using java script.please reply as early as possible

Member Avatar for anuj_sharma
0
81
Member Avatar for gopi17

can some help me with this datetimepicker problem... btime1 is my datetimepicker(format is time) [code] Dim time559 As DateTime Dim time1001 As DateTime time559 = FormatDateTime("5:00:00 PM", DateFormat.LongTime) time1001 = FormatDateTime("10:01:00 PM", DateFormat.LongTime) If Btime1.Value < time559 And Btime1.Value > time1001 Then MsgBox("Booking Time is only available from 6.00 PM …

Member Avatar for timothybard
0
132
Member Avatar for absu

Hello, I am trying to open a txt file from a link in a gridview. this is code i have, [code] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="false" EmptyDataText="No records found matching your criteria" Font-Bold="true"> <Columns> <asp:BoundField DataField="file_name" HeaderText="File Name"/> <asp:TemplateField HeaderText="Open"> <ItemTemplate> <asp:HyperLink ID="Open" NavigateUrl='<%# Eval("file_name") %>' Text='<%# Eval("file_name") %>' runat="server" /> …

Member Avatar for LizR
0
668
Member Avatar for eddytools

We are facing Run-Time error problem with our product which is developed in Visual Basic 6 and Flash Component for its UI. ([url]http://74.50.1.237/downloads/PMP.exe[/url]) Product was developed four year back and was working fine at that time. but as new updates and survice pack are comming for windows most of our …

Member Avatar for DGULLIVER
0
399
Member Avatar for intel1111

I am currently learning Pascal at school an I'm thought i was getting pretty efficient until i was set work on the repeat until loop. I was working on a program that squares then cubes a number until a rouge value of -9999.99 but it won't! [code=pascal] (* Author: Tony …

Member Avatar for MoZo1
0
109
Member Avatar for Craig2231

Ok, im quite new to VB, im making a betting game (out of boredom) but ive got stuck at randomising a winning horse (horse betting) completely pointless i know, but im doing it to practise my skills what i learned in IT at college. There is 7 horses to chose …

Member Avatar for Drycola
0
107
Member Avatar for ComeAsYouAre

Hello all! I need to write simple game with Forms, Buttons, but by using only!!! .dpr file. I tried to transfer the information from .pas, .dfm files and even has achieved success to compile it, but at start there is an exception EResNotFound ('Resourse TForm1 not found') I shall be …

Member Avatar for MoZo1
0
463
Member Avatar for kc8pdr
Member Avatar for Tank50

Below coding part give me exception once i run my program. [CODE] data = D01.Tables[0]; if (C == 0) { expression = "(New_SE_CODE is not null and SE_Code is not null and Shop_Code is not null and X is not null and Y is not null and Shop_Name is not …

Member Avatar for LizR
0
165
Member Avatar for jesie0405

hi, we have this assignment in our computer subject in school. we need to create a c program that converts decimals to base(2-9) and vice versa. i know how the coversion works but i cant perfect my program. here's my program... i know the output for the 1st case is …

Member Avatar for jesie0405
0
80
Member Avatar for dulusementara

I tried to write my code, and it looks like something like this (i cut some of them to make it readable). [CODE]class TimeSeriesDatum { public: TimeSeriesDatum(); //TimeSeriesDatum( double = 0, int = 0, string = ""); TimeSeriesDatum( double, int, string ); // getter, setter... private: double value; }; // …

Member Avatar for Ancient Dragon
0
332
Member Avatar for drameshcbe

i need the c program code for controlling trafic signal using graphics can any send the program

Member Avatar for Denniz
0
95
Member Avatar for bimaljr

Hi I have a database running on MSSQL server 2005. Now I want to move all my data in MySQL server 5. I am familiar with MySQL and PhpMyAdmin. Please help me what is the best way to do this. Thanks

Member Avatar for bimaljr
0
163
Member Avatar for happy8899

How for me to create gaussian noise to be put into images where the gaussian noise have several level of noise. Eg) i can select 10% until 100% for the level of gaussian noise to be inserted into the images.

Member Avatar for dougy83
0
369
Member Avatar for nil_gh_80

anyone help me to recommend a free mail server like [COLOR="Red"][B]squirrel mail[/B][/COLOR] which is easy to use and configurable.....

Member Avatar for mexabet
0
212
Member Avatar for msundastud

i'm trying to write a query that list each team, team member, and their captain. Can someone please help me

Member Avatar for varmadba
0
101
Member Avatar for pardeep3dec

Dear Friends, Here i am giving my programme coding and error. file name - MyCanvas.javaimport java.awt.*; import java.applet.*; public class MyCanvas extends Applet { public MyCanvas() { setSize(80, 40); } public void paint(Graphics g) { g.drawRect(0, 0, 90, 50); g.drawString("A Canvas", 15,15); } } When i use command javac MyCanvas.java …

Member Avatar for mangel.murti
0
167
Member Avatar for murderotica

Hello there, I just would like to ask what are the basic needs in order for me to develop a mail library using C#. I've been googling around for good tutorials in developing mail libraries but haven't found any decent one. Thanks!

Member Avatar for murderotica
0
134
Member Avatar for ymf

I'm trying to get a GUI application to display an image. So far I've got this bit of code: [CODE=java] import javax.swing.*; import java.awt.*; public class DemoImage extends JFrame { public void showImage() { // creates the actual frame with title 'My GUI' and dimensions JFrame frame = new JFrame("My …

Member Avatar for peter_budo
0
194
Member Avatar for shijunair

Hi everyone, I want to retrieve data from database in jsp page based on the particular m_emp_no .I am finding it very difficult so please can you all help me out with the problem. Here is the structure of my database and i am using ms.access [ICODE]m_emp_no m_leavetype m_bal 1004 …

Member Avatar for peter_budo
0
1K
Member Avatar for PoovenM

Hi guys, I'm not really sure how to ask this or what to even search for. I want to write a Java program that can feed data into another program. If the other program had command line parameters then I'd know what to do, but suppose the program I want …

Member Avatar for PoovenM
0
127
Member Avatar for corvette

Hi, can you give me an idea for a web project using PHP. I have a hard time thinking of it. thank you! :)

Member Avatar for corvette
0
80
Member Avatar for virspy

Hello friends, Iam Viru, and iam new to the PHP i want to add list of categories in that, but iam unable to add those, but iam not getting any error message also can any one help me please. is there any error in these please. Thank u in Advance …

Member Avatar for Shanti C
0
122
Member Avatar for kaka22

hie guys am a programming student who would love to know web design and hence would love to know which web dev. language is best between php and asp.net and where i can get the tutorials for free downloads

Member Avatar for Shanti C
0
87
Member Avatar for happy8899

Can anyone help me by telling me where to find twofish source code other than from scheinier website?? I just want to find a sample source code of encrytion and decrytion using twofish algorithm. Thx a lot for the help..

Member Avatar for Salem
0
609
Member Avatar for JackDurden

Im just getting garbage in the output. It outputs the correct number of items but its not the right numbers. Im not sure why it is happening. The text file just has numbers like this: 12 34 56 34 67 23 64 23 [CODE]#include <iostream> #include <fstream> using namespace std; …

Member Avatar for JackDurden
0
87
Member Avatar for plike922

please help... my computer moves wont work. it not an error it a crash or infinite loop. [CODE]#include <stdio.h> #include "strlib.h" #include "simpio.h" #include "genlib.h" #include "string.h" #define size 9 void main() { int rand, x = 0, i, player = 0, turn = 0, row = 0, column = …

Member Avatar for Aia
0
98
Member Avatar for RayvenHawk

Ok I'm doing my final project for my Data Structures class and have a quick question. This hasn't come up in any of my programming classes yet (which now that I think about it, is kind of odd but oh well). What I'm having to do is write an interactive …

Member Avatar for RayvenHawk
0
205
Member Avatar for laghaterohan

hello, i am here again with my strange question.. I have an image (a logo ), however i need to insert this image in the title bar of the project... i MEAN to say where the form name appears i want the image there instead of ne where on the …

Member Avatar for Teme64
0
772
Member Avatar for yasmena

I Need to insert a date into mysql database i dont know which is better using DATE or VARCHAR as the date field ?? im using now the DATE type but whenever i insert any date its not inserted in the DB 0000-00-00 it appears like this . the Code: …

Member Avatar for R0bb0b
0
84
Member Avatar for Enriel10

Hi everyone! I need some help about one problem with Matlab and C. I need to convert Matlab code to C code. I have seen that there are an additional part of Matlab called RealTime Workshop that made it but is not free and i heard about Octave that probably …

Member Avatar for DavidB
0
103
Member Avatar for JackDurden

How do I get the data from file into the Insert function? Or more general how do you get data from a file and put it into a linked list? [CODE]#include <iostream> #include <fstream> using namespace std; class List { public: void Insert(); void Print(); }; struct node { int …

0
83
Member Avatar for jadedman

hello can anyone tell what header file should i use in making graphics in c++? im starting to make graphics work in my programs and im a newbie... :)

Member Avatar for jadedman
0
89
Member Avatar for MrDiaz

Hi, I'm wondering how I can accomplish this. Suppose I have the following array [CODE]String[] randomText = {"hi", "hello", "hey there"}[/CODE]; If I want to print the array I only know how to do so line by line. [CODE]for (int num = 0; num < randomText.length; num++){ System.out.println(randomText[num]); }[/CODE] Can …

Member Avatar for MrDiaz
0
191
Member Avatar for bpacheco1227

I am very stuck. I need to write a prog that uses arrays and receives the length and the width of a multiroom building and find the area needed for for the carpet or wood flooring. This is just the first part and thisis as far as I am able …

Member Avatar for timothybard
0
162
Member Avatar for hirts_gal

i develop a web based ftp system. i can retrieve .txt file only from the ftp server in red hat linux 9.0. Can any one tell me how to retrieve other type of files in ftp server for example .doc or .jpeg. i have no problem in uploading those file …

Member Avatar for hirts_gal
0
115
Member Avatar for defience

Hi, I found this sudoku solver online and it works good but I was wondering how I could get the answer that's in matrix form, to also print out in a single comma-delimited line, instead of 9 rows of 9? [code] from copy import deepcopy class DeadEnd(Exception): pass class Matrix: …

Member Avatar for defience
0
98
Member Avatar for KDizzle

i need help programming pascal's triangle in C. i looked at the old threads, and none of them really helped. its a simple program, so no getch() or anything special. i started to create an array and give each element values. when i tried to run it, my output it …

Member Avatar for josh2
0
148
Member Avatar for badbloodyeyez

Hi, I would like to know how to determine whater a user has logged off, using a software, the software must run at the background so that the user doesnt know. Basically I want to find out if the user hits the log off button as soon as it does …

Member Avatar for badbloodyeyez
0
69
Member Avatar for blackryu21

I was wondering, how do I put in an index number for n elements. The program provided asks you to enter the numbers and it puts them in descending order, but I need an index number to be put with the values you enter for n to be the same …

Member Avatar for ArkM
0
102
Member Avatar for taineechan

Hi All I want to delete records from a table. I'm using the following query: [code] adqdelete.active := false; adqdelete.sql.add('delete from stalls'); adqdelete.sql.add('where stall_name ='); adqdelete.sql.add(edtDeleteStalls.Text); adqdelete.active:=True; [/code] This gives a syntax error. does anyone know what I'm doing wrong? Thanks for your time Tai

Member Avatar for ennis
0
371

The End.