199,113 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Ccrobinson001

I have a program due shortly and I can't get this to work. I have many errors that show up and can't figure them out. Can I get some help to get me on the correct path. [code=c++] // This program shows a structure with two nested structure members. #include …

Member Avatar for Ccrobinson001
0
4K
Member Avatar for justinmyoung

Hi, I have no trouble pulling data by a first name with the following code, but when I want to use both first and last name as means to access data, it won't work... Here's the code: [ICODE]<?php // Include connection to your database $con = mysql_connect("localhost","root",""); mysql_select_db("RUNNERS", $con) or …

Member Avatar for mcd
0
106
Member Avatar for dr_kac

Hi! I have a file with data that looks like that: 123 34 0.45 232 54 0.01 And so on (the file contains more than 1300 lines). I am trying to make dictionary from the data (like this: dict={0.45:'123_34',0.01:'232_54',...}). The problem is that I didn't get more than 1300 elements …

Member Avatar for dr_kac
0
68
Member Avatar for kinyuadave

Hi i've have this installable program and i was just asking if it is possible to have its shortcut on the desktop. How can i do this???? Thanx in advance

Member Avatar for abu taher
0
111
Member Avatar for san_gwapo19

Is it possible to create a notepad with vb.net??? how is it possible??? anyone knows how it is made???

Member Avatar for san_gwapo19
0
103
Member Avatar for it2051229

I tried creating a program that computes for a factorial of a number. So assuming that the user has entered a SINGLE digit number like '5' the output would be '120'. Every input is a hexadecimal so I converted the input '5' hexadecimal into it's decimal version and there were …

Member Avatar for it2051229
0
85
Member Avatar for joeyb12

Dear Forum, Apologies if this seems like a trivial question, but I'm a noob and am having a tough time cracking this problem. I have 3 tables: 1 for a table of plant species, 1 for a table of cultivars for each species, and 1 table for organizations that have …

Member Avatar for joeyb12
0
116
Member Avatar for Anonymusius

I have this code: [code] #include <iostream> using namespace std; class hello { private: char array[4][5]; public: hello(); void get_hello(){cout << "From the function: array[2][2] = " << array[2][2] << endl;} } hi; hello::hello() { char array[4][5] = { " ###", "####", "####", "####" }; cout << "From the constructor: …

Member Avatar for killdude69
0
164
Member Avatar for lich

hi we have to create a soda vending machine. so they asking a interface. i have designed the interface using netbeans. but i dont know hwo to code in there. if anyone can help me regarding this. and in this interface it has radio buttons and combo boxes so please …

Member Avatar for jasimp
0
156
Member Avatar for desm

I'm trying to write a phonebook application using Tkinter. It's not very advanced, and it's mentioned in this tutorial: [url]http://openbookproject.net//py4fun/gui/tkPhone.html[/url] The full source of the tutorial's version being here: [url]http://openbookproject.net//py4fun/gui/tkPhone.py[/url] However, I'm trying to write a version myself, yet I keep getting the following error: [QUOTE] File "phonebook_test.py", line 96, …

Member Avatar for desm
0
2K
Member Avatar for Traicey

I have struct which is like this [ICODE]struct Node { int Num; Node *Point }[/ICODE] so the program has to insert the numbers in the list during the execution, so the user can insert as many number as s/he wants so I want to sort those numbers when printing, I …

Member Avatar for Prabakar
0
103
Member Avatar for Andriy_Gonz
Member Avatar for vijaysoft1

I am trying to to Develop a Dictionary in C and it is completed almost . I want to create a List box (Auto Complete) Function . I created the List box as same as the image . And loaded the array into it . Initially the list is A-Z …

Member Avatar for Prabakar
0
272
Member Avatar for 2eXtreme

Hey Guys, I was hoping someone could help me with designing a database? Basically, I want to design a database that will hold a bunch of test cases. For those of you that don't know, a test case simply documents a test that is to be executed on an application. …

Member Avatar for 2eXtreme
0
133
Member Avatar for poes

Im using dreamweaver. I want to have a "email us" page. The person puts in there name,email..etc and it sends it to my mail box. How do i do this? do i need to used a dynamic page? Dreamweaver comes with email templates so or i have to do is …

Member Avatar for vincearcuri
0
268
Member Avatar for nzaman
Member Avatar for kavithabhaskar

Hi I have table2 and table1. I want to check if table2 values exist in table1. If they do, I want them to be displayed on datagridview in a form. The table1 and table2 have same fields except that the primary key in each table is the serial number. Even …

Member Avatar for kavithabhaskar
0
125
Member Avatar for &rea

hello, I have get through this problem, I want to divide these numbers but the result calculated by c++ is not right. I am quite sure it is due to the type of the variables but I don't know how to solve it. [code] unsigned long long u40=16825420246; unsigned long …

Member Avatar for &rea
0
128
Member Avatar for brianho

Hi All, I am newbie to java, trying to connect to linux server using my vista window, network admin has opened the port for me, and I am using an API built by colleague to connect to server remotely. I got the following exceptions, anyone know how to make it …

Member Avatar for Ezzaral
0
97
Member Avatar for emilio
Member Avatar for lil_panda

I know that C++ is (supposed to be) the best language for game developing. Would it be possible and/or easier to make a game like the [color=red][i]awsome[/i][/color] ones you always see at the apple store like StarWars Empire at war in cocoa? Would obj-C or obj-C++ be better?

Member Avatar for invisal
0
239
Member Avatar for toadzky

I have an Access database that I use to keep track of account and inventory information for my job. I am currently writing a C# app to allow me to search through and pull up the information from a couple different tables and display them. How can I access the …

Member Avatar for buddylee17
0
86
Member Avatar for vishakha_ate

Hi friends, Need you help. I m using some search criteria and searching the data from database. now i got the data from database as per search word. and displaying all information on web page. now i want to change the background color of that word as when we search …

Member Avatar for vishakha_ate
0
124
Member Avatar for knrakesh

Hello friends, i want to get the o/p like this please check this Browse 'A' Thank u Rakesh Nagekar

Member Avatar for Shanti C
0
75
Member Avatar for williamnz

Hi there, I have one class (MyClassA), with a method draw() from this method I am trying to access an instance of MyClassB. The instance has a variable v[X] and v[Y] which I need to access but can't because it is declared as private... Is this possible via pointers? Could …

Member Avatar for William Hemsworth
0
395
Member Avatar for esy928

Good day! hello! lately i've been working on a project of mine and im almost done. but right now i have a problem. in my hangman program i cant seem to make thing that hangs the hangman appear, it will only appera after ive clicked the check button. can anyone …

Member Avatar for kimslov
0
155
Member Avatar for Daco

hi everyone, a friend of mine made a program that was bounded on your mac. a few days ago he released his code and i was interested so i downloaded it. i took the mac retrieving code and placed it in my own code. once all .h and everything were …

Member Avatar for sachin1_pangare
0
527
Member Avatar for jorgeflorencio

...[CODE] Hello everyone i have some csv files that are the result of the inspection machine... these CSV files have the following layout[/CODE] [CODE],SRFF File: D:\SPI Master Program List\200-34-02\200-34-02-B-01-R.SRF ,Panel Name: Panel Description ,Units: Microns ,Date,Time,PanelId,Board,Location,Part,Package,HeightAvgResult,HeightAvg,HeightAvgUpFail,HeightAvgLowFail,HeightAvgTarget,HeightRangeResult,HeightRange,HeightRangeMax,AreaAvgResult,AreaAvg,AreaAvgUpFail,AreaAvgLowFail,AreaAvgTarget,AreaRangeResult,AreaRange,AreaRangeMax,VolumeAvgResult,VolumeAvg,VolumeAvgUpFail,VolumeAvgLowFail,VolumeAvgTarget,VolumeRangeResult,VolumeRange,VolumeRangeMax,XOffset,YOffset,Rotation,Scaling,HAVFailedFeatureResult,HAVFailedFeatures,HAVFailedFeatureMax,RegFailedFeatureResult,RegFailedFeatures,RegFailedFeatureMax,BridgeFailedFeatureResult,BridgeFailedFeatures,BridgeFailedFeatureMax ,07/19/2008,00:48:55,#280,Module 1 ,IC2,TSOP8,SOP8_1,F,138.539642,238.000000,84.000000,140.000000,P,9.226400,140.000000,P,427747.781250,729933.140625,243311.046875,486622.090000,P,26717.400391,486622.093750,P,60986780.000000,122628772.800000,34063548.000000,68127092.600000,P,3087930.000000,68127096.000000,-22.886625,-23.317499,-0.039985,-0.131595,P,0,1,P,0,1,P,0,1 ,07/19/2008,00:48:55,#280,Module 1 ,C38,0402,0402_1_3,P,131.077194,238.000000,84.000000,140.000000,P,12.636800,140.000000,P,265426.750000,470565.468750,156855.156250,313710.320000,P,5929.500000,313710.312500,P,36161180.000000,79054999.200000,21959722.000000,43919444.800000,P,2340260.000000,43919444.000000,-26.636499,-28.285000,-0.201710,-0.635564,P,0,1,P,0,1,P,0,1 ,07/19/2008,00:48:55,#280,Module 1 ,C66,0402,0402_1_3,P,146.934555,238.000000,84.000000,140.000000,P,4.062300,140.000000,P,266860.500000,470565.468750,156855.156250,313710.320000,P,15511.000000,313710.312500,P,40048568.000000,79054999.200000,21959722.000000,43919444.800000,P,235260.000000,43919444.000000,-32.004501,-21.340000,-0.163571,-1.147347,P,0,1,P,0,1,P,0,1[/CODE] so i need some help …

Member Avatar for jorgeflorencio
0
267
Member Avatar for Hogg

Hey all! I'm new to programming so please be patient if my question is obvious or listed somewhere else (I've looked!) I want to be able to enter a sentence, split the sentence into septate words and then take the first letter of each word to create a new string. …

Member Avatar for Hogg
0
6K
Member Avatar for chitra1

hello everyone. CAn anyone tell me where I can get a tutorial for developing a simple strut application. ps: I am completely new in struts

Member Avatar for peter_budo
0
70
Member Avatar for jynx_o7

i need to develop a project using php as a front end and Mysql as a backend. one of the module in my project is genarate barcode for equipment like computers lab equipment..i have a barcode reader it only read the number in the barcode.. can you help me what …

Member Avatar for peter_budo
0
100
Member Avatar for MrGobroski

Greetings... I am trying to get a 2-d vector filled with a records form a dataset. this is what I have: [code] int StudentNum = 1, rflds; TDataSet *Students = DSet; String stu; rflds = Students->FieldCount; //Number of fields in the dataset vector< vector<String> > dataset(Students->RecordCount, vector<String>()); while (StudentNum <= …

Member Avatar for MrGobroski
0
171
Member Avatar for knrakesh

hello friends, if i want to search with [B]A[/B] in searching and if i want to [B]B[/B] please send code thanks Rakesh Nagekar

Member Avatar for Shanti C
0
87
Member Avatar for prashanth18
Member Avatar for Shanti C
0
97
Member Avatar for Scooby08

I'm trying to figure out a way to get this if statement to work.. [code] $array = $_POST['field']; foreach ($array as $key => $value) { if ($value does not exist in database) { $query = "INSERT INTO..."; elseif ($value >= 1) { $query = "UPDATE... "; } else { $query …

Member Avatar for Shanti C
0
113
Member Avatar for SSDD

Hi, I need to retrieve string from one form to another form. When I retrieved the latitude and longitude of my current location, I need to use my current latitude and longitude coordinates to link to another map form to display the map with my current location using the coordinates. …

Member Avatar for SSDD
0
99
Member Avatar for madankumar

HI I would like to pass new argument to cureently running process with out interuption in unix using c code can any one Idea on this Please suggest Thanks in Advance Madan

Member Avatar for madankumar
0
80
Member Avatar for troblekid

I am also trying to get the user to move 10 lbl box's one to a top ten lbl box, so it go 1 ________ One 2 ________ Two 3 ________ Three ext......... So the lblOne gose to the lbl1 ________ and the lblOne gose to the lbl2 _______ and …

Member Avatar for QVeen72
0
123
Member Avatar for php_noob

I am curious what is the significance of TPL files on DEVELOPMENT? I seen many of these to some of SMARTY projects of my colleagues. I am a web designer and I am just starting to review my PROGRAMMING (again). I am curious in building website using these TPL Files. …

Member Avatar for Shanti C
0
82
Member Avatar for abu taher

i put a image box with a image. my screen resulation is 800 * 600. but when i change it to 1024 * 768 the image show small. i want the image will change with the change of screen resuation. help me

Member Avatar for QVeen72
0
73
Member Avatar for elanch

Hi all! Can any one explain what is the purpose of WHERE 1=2" What the statement means. in below code? query = "SELECT * FROM project WHERE 1=2" Thanks in advance Regards, Elanch

Member Avatar for QVeen72
0
89
Member Avatar for Imperial Advent

Hello, Well, not long ago i've been given a worksheet at school since I wanted to get into software development to achieve small games and useful programs. The worksheet is really simple and i've learned quite a bit on basics but I still need help. This is what I could …

Member Avatar for falguni.panchal
0
378
Member Avatar for troblekid

I am trying to make it so that the user can move anyone of the 10 Label box called "lblmovebox" onto any one of the top ten blank label box called "lbldropbox". So they can pick up any one of the "lblmovebox" and drag it onto anyone of the top …

Member Avatar for troblekid
0
154
Member Avatar for the reaper

hello all...i need help with the code below.. [code] #include <stdio.h> #include <windows.h> main() { MessageBox(0,"hello world","hello world",0); fflush(stdin); getchar(); } [/code] now i know it is perfectly clean code...but the problem is if i put 2 messagebox functions linke this [code] #include <stdio.h> #include <windows.h> main() { MessageBox(0,"hello world","hello …

Member Avatar for the reaper
0
116
Member Avatar for dsgnews

Hi Friends, I need your help. Whenever I do a query on localhost it retrieves a value, but when I try on live it shows an error? What could be the problem?

Member Avatar for izzi
0
156
Member Avatar for raul15791

Hi, I'm new in VB.net. I have background in C++, Java and Perl. 1. Is there any book you guys would recommend? 2. Can I use VB6 book? (I know there some major changes from VB6 to VB.net) Thanks.........

Member Avatar for raul15791
0
90
Member Avatar for Hummy
Member Avatar for Spartan552

Hi. I need to use a fstream variable for each instance of my class but... #include <fstream> class MyClass { public: MyClass(bool bKernel) { } std::fstream fichier; }; int main() { MyClass module(false); module = new MyClass(true); return 0; } This one wont work printing some weird errors : g++ …

Member Avatar for Duoas
0
242
Member Avatar for bondo

I'm having a strange problem. I have an array of strings that I need to separate into separate data members and insert into a SQL database. It all works fine, except for where I convert a string to a decimal and insert that. It works if the decimal has no …

Member Avatar for bondo
0
190
Member Avatar for nil_gh_80

Hi frnds, I have built an information maintenance system where files can be uploaded. Anyone can view those files. But, the problem is when a file is viewed in the browser at that time if someone just copy the URL in some text file after that any body from any …

Member Avatar for langsor
0
184

The End.