199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for pczafer

function asks the date and search that day day in buffer and finds and displays all but my codes only displeying firs one, what shoul i do???? [CODE] void displayCerteinDate ( ) { //Find records with certain Date and Display all records in same Date. int newday, newmounth, newyear; bool …

Member Avatar for pczafer
0
92
Member Avatar for Laidler

i think theres something wrong with my computer, im trying to create a GUI for my program but it wont display my JLabels (which contain images) i downloaded a program with a GUI i made at the computer lab in my university which works there, but on my laptop it …

Member Avatar for BestJewSinceJC
0
99
Member Avatar for localp

i need to know the code for insert in middle, and this is what i wrote, i dont get any errors so theres some logic error in it, so please help me by giving me the correct code. [icode] void List::insertATMiddle(const string x) { Node* p = new Node; p->setData(x); …

Member Avatar for Narue
0
83
Member Avatar for gooddevilgod

Hi All, Me again..;) I have a general question of performing the Statistical operations on a given list of data elements. Like standard deviation , Mean, Median. Are there any dlls or APIS to do that. I have been using dotnetCHARTING.dll in which there are certain inbuilt functions which used …

Member Avatar for ddanbe
0
134
Member Avatar for shaynerossum

Hi, I'm trying to declare a pointers value inside of a function, and then manipulate that data the pointer points to. This is the test program I compiled and like the original it gives the error "undeclared identifier". At both occurrences of [icode] *somevar [/icode] in the build function. Thank …

Member Avatar for shaynerossum
0
129
Member Avatar for clareypants

hi everyone, I am having issues with an assignment for university. I know that you are not here to do my work for me but I could really use a little help. My assignment involves a parse file that the uni tutors have written for us and we have to …

Member Avatar for jlm699
0
75
Member Avatar for BlackStar

struct Fast_Food_Business { string name; Fast_Food_Business* head; Fast_Food_business* tail; }; struct cash_registers{ Fast_Food_Business * regist; cash_registers * r; } struct Customer { int n; Customer * h ; // head Customer *t; // tail Fast_Food_Business*next; }; bool menu (const char& number) { return number== '1' || number== '2'; } bool …

Member Avatar for tux4life
0
124
Member Avatar for drdaco

Hi Everyone, retrying c++ after a 10 year hiatus. F/C scientific programmer here :) So I have this really really long data file. It has a header and I want to locate the heading just before the data rows begin. The heading size may change from different sources, but the …

Member Avatar for drdaco
0
117
Member Avatar for sneekula

I just bought an inexpensive used Dell notebook that has Ubuntu/Linux as an operating system. Compared to Vista this is sweet. It came with Python25 installed, but it was easy to use the Add/Remove application feature to get open source software from the Ubuntu site. I downloaded/installed Stani's Python Editor …

Member Avatar for MaxVK
0
332
Member Avatar for JimD C++ Newb

Hello! I have a small problem with a MySQL query inside a PHP site. If a user clicks "Yes" to delete a record, the record should be deleted (which works great) However, when the user clicks "No", it should redirect the user to another location, leaving the record intact...but it …

Member Avatar for ShawnCplus
0
96
Member Avatar for MicrosoftMahmou

hello, iam very beginer in c++ and i have home work in matrices i want to know a method to make matrices and collect them by using array & pointer note i want to make a matrix code which make me type any matrices with any number of row or …

Member Avatar for tux4life
0
98
Member Avatar for pikkas
Member Avatar for pikkas
0
132
Member Avatar for anish.anick

Hi All, I have web page where the datas are refreshed by calling Asp.net web service from javascript. I am using javascript setInterval() for updating the datas periodically, also using clearInterval() for stopping this javscript timer. In total the page gets details from 3 different web services. Once the data …

Member Avatar for essential
0
186
Member Avatar for nanchuangyeyu

Hi, I tried to present a 2D mathematic matrix with C++ vector and expand it by repeating the first and last row and column. An example for intuition, I initialized a 2D C++ vector vec_2d to be as following: 1, 2, 3, 4 5, 6, 7, 8 9,10,11,12 13,14,15,16, and …

Member Avatar for Narue
0
196
Member Avatar for jade387

if (iStream.close() I am stuck on how to use iStream to print [code] import java.io.*; import java.util.*; public class BucketSort { public static void main(String[] args) { Scanner sc = new Scanner(System.in); // This is a scanner for the keyboard System.out.print("Enter a filename: "); String fname=sc.nextLine(); // This is the …

Member Avatar for BestJewSinceJC
0
104
Member Avatar for genieuk

Hi, I wonder if someone could help me please. I basically made a registration form and need to insert the data into the database. I am not sure how i use the MySQL functions to do this, I created a db connection file and included it on registration page but …

Member Avatar for genieuk
0
116
Member Avatar for learnerasp

Hi There, I have created a javascript count down timer to be used in asp.net. Thanks to the author of the article for making my life half simple. Basically, I create a countdown time for user to register (20 mins). If the countdown is around 5 min (that means the …

Member Avatar for essential
0
222
Member Avatar for kiddo39

I am printing out the R,G,B values of an image and get results like this: (30, 0, 0) (29, 0, 0) (28, 0, 0) (27, 0, 0) (26, 0, 0) (25, 0, 0) (24, 0, 6) (23, 0, 0) (22, 0, 0) (21, 0, 0) That is just a partial …

Member Avatar for kiddo39
0
116
Member Avatar for number87

I need to do paint a graphics into a nested panel. I am able to paint in a frame but when I add the class for painting into another JPanel, I see nothing. I know how to create nested panels but when I do it with a panel containing my …

Member Avatar for VernonDozier
0
270
Member Avatar for arasten

hello there, i have a network project for the school that i should give it in about a month from now. well basically we want to make a game with a chat window connected to the network without using internet (by lan). i want to make x/o game with a …

Member Avatar for arasten
0
106
Member Avatar for FisherGraphics

I just started researching this and am not sure if it is possible so I do not have any code yet but thought I'd see what you all thought. I have several images that I want to link from different pages but I also want to have the ability to …

Member Avatar for FisherGraphics
0
172
Member Avatar for harish92

Hi I'm making a program for a game of Hangman. I have to put a limit to the number of guesses. I have an array to show the current status of the word. So in this array (GuessStatusArray) each cell is either '*', ' ' or a letter guessed correctly …

Member Avatar for FlamingClaw
0
146
Member Avatar for kischi

Hi, I have a problem with a scrollbar, once in a while when I try scrolling up or down it jumps to the recent position of the scroll. You can see the problem on: [url]http://radiojazz.dk/udsendelser.aspx[/url] And then try to scroll abit and see that it jumps. Does anybody know how …

Member Avatar for kischi
0
155
Member Avatar for rush1

Hi, I have no1 to no30 product prices. I want to calculate combination for 30 product prices Suppose I have 30 different numbers.. I want to calculate their sum by using combination. But combination should not repleted i.e. E.g for 4 numbers... [ 10 20 30 40] I want to …

Member Avatar for rush1
0
105
Member Avatar for turbomen

Dear Sir, Can I add the background colour or music to my following program? Program millionaire;//Student_millionaire; {$APPTYPE CONSOLE} uses SysUtils, OurCrt; Type gameShow_record=record firstname:string[12]; lastname:string[12]; phone: string[12]; End; Var User_Choice:Integer; //this is your first program integrated in the main Procedure Student_Millionaire; //I not tested,you said it work Var gameShow_file:file of …

Member Avatar for FlamingClaw
0
188
Member Avatar for oluchan

Pla can anyone help me with user profile update script. when user log in with their email and password, the page will redirect user to my account section where user can update profile. how do i populate user details on update profile link. I will appreciate any help. Thanks

Member Avatar for humbug
0
292
Member Avatar for Grn Xtrm

Hello friends, I want to clear a table by clicking a button on a form. I have created the query to clear the table but I cannot make it the source for the command button on the form. Is this possible? Thanks for your time and help.

Member Avatar for Grn Xtrm
0
162
Member Avatar for swinefish

I'm having an issue on a vast scale with WPF Expanders. I have an expander, which contains a stack panel, which contains labels and comboboxes. However, when I run my application, clicking the expander button does nothing :( I click, the direction of the button changes, but nothing displays. What …

Member Avatar for swinefish
0
147
Member Avatar for cskumar

i have a online logging of data through com port. the c program captures the online data every 1 minute, calculates ten minute average, standard deviation and then writes it to a file. the file is created with getdate function. when the day changes, i have to create the new …

Member Avatar for Ancient Dragon
0
90
Member Avatar for m-hrt

i have a Listbox available in my page and that Listbox have these items. and i have trip named table which have these fields. id which will autocrement from to coach_type fare journey_date seat now i want this to be happen if a user come and take any item from …

Member Avatar for m-hrt
0
175
Member Avatar for shashank.kuls

Hellow frnz i wanted to select row in gridview using checkbox, using c#.net pleae help me

Member Avatar for jkvsos
0
147
Member Avatar for coolmind259

Hi guys, I have worked in .htaccess file in local server, everything was working fine. When I uploaded the .htaccess file on the main server by the name htaccess, so I got the following error The requested URL /home.fliq was not found on this server. what will be the problem …

Member Avatar for BzzBee
0
103
Member Avatar for tahir90

hi,i am new to this site where i can chat with people on this site? is there some one who know a good programmer? i want to know how to make a program to bubble sort 2d array by using for loops and without using setw in c++. plz reply …

Member Avatar for ithelp
0
165
Member Avatar for khisrav

Hello everybody! I have such problem: I'm going to make a little application, which will interact with MSSQL databse, located on remote server. Server is my and I can administrate it remotely. There is MSSQL 2005 there. I created a database there, but can not connect using code from my …

Member Avatar for khisrav
0
102
Member Avatar for normality2000

Would anyone have any example code in VB that illustrates how I can merge the tables that are generated when XML is read into a dataset. An example of the XML would be: [code] <process> <block1> <name>name1</name> <dated>01/04/2009</dated> </block1> <block2> <text>A</text> <UID>1</UID> <title> <label>label1</label> <value>value1</value> </title> <description> <label>label2</label> <value>value2</value> </description> …

Member Avatar for normality2000
0
95
Member Avatar for funfullson13

Hello! I want to add a "press .. " in my program. ( console ) I'm using Linux so I cant use windows.h or conio.h thanx

Member Avatar for funfullson13
0
112
Member Avatar for jrynik

Hello, I am working on a program, part of which is opening a file. As I expect the program to check if the (text) file contain certain data. That's why it would be useful if program users could enter the file to check. I've tried to do it by combining …

Member Avatar for jrynik
0
147
Member Avatar for cullguy

i want to make a quiz game in java so tht the question come randomly and the answer get validated whn the user select the option...plz help me....

Member Avatar for peter_budo
0
169
Member Avatar for claramusic95

I am having some trouble with an assignment I have. Is there anyone out there that can help me? I have been struggling with the class all semester and my professor isn't much help. This is the assignment, I already have data file: Instead of storing the diver data in …

Member Avatar for peter_budo
0
225
Member Avatar for rastinrastini

In The Name Of God Hello All i will connect to my table in sql server 2008 but display this message to me. [url]http://www.uploadgeek.com/share-10D4_49F1AEF5.html[/url]. can anyone tell me how can solve this prfoblem? thanks alot. goodbye.

Member Avatar for rastinrastini
0
244
Member Avatar for sureronald

I'm working on a php application and when setting it up for the first time it writes a file (system_info.php) to the server that stores several details of the system it is being installed in. If the server is not writable I would like to print this configuration on a …

Member Avatar for cwarn23
0
136
Member Avatar for mohan7690

hi i need to change the url from [code] www.domainname.com/page.php?i=1&sid=7[/code] to [code]www.domainname.com/page/i=1&sid=7[/code]

Member Avatar for cwarn23
0
119
Member Avatar for coolmind259

Hi Guys! I have a url like [url]www.mysite.com/index.php?req=login[/url] I want it like that [url]www.mysite.com/login[/url] I want to hide php extension from that. Please reply. Thank you Take care.

Member Avatar for cwarn23
0
129
Member Avatar for SCoder1

This program is very tricky... First off it's an ATM I coded and every time you as for money back or put money in or ANYTHING it the name and account number gets re-entered. Here's the code: [icode] #include <cstdlib> #include <iostream> #include <iomanip> using namespace std; float opening_bal = …

Member Avatar for SCoder1
0
76
Member Avatar for Krstevski

Hey people... My problem is: - - Heaviest Word Find the the heaviest word in an array. One word is heavier than the other if it has more vocals than the other. Vocal characters are ('a', 'e', 'i', 'o', 'u', 'y') If two words have the same number of vocals, …

Member Avatar for verruckt24
0
322
Member Avatar for ulisse0

Hi, I wrote a simple on-file directory lister. It works, but I have to press Ignore in a block damage error messagebox everytime I tun it. Any idea? Thanks in advance. [code] #include <windows.h> #include <iostream> #include <string.h> #include <string> #include <direct.h> #include <stdlib.h> #include <stdio.h> using namespace std; int …

Member Avatar for tux4life
0
163
Member Avatar for Falkoner1

Okay, in my program I have a line of code like this: [code]if(type == rabbit){pointer = begin.sim[sim].field[x][y].rabbits; begin.sim[sim].field[x][y].rabbits = this;}[/code] In order to see what the issue I was having with the actual program, I put in this line of code: [code]printf("\n\n%p & %p\n\n", begin.sim[sim].field[x][y].rabbits, this);[/code] And I found that …

Member Avatar for Falkoner1
0
4K
Member Avatar for Nommy

Hi Everyone, I am developing a software that is interfaced with a RFID device. The RFID device manufacturer provides me with a DLL file that contains various functions to communicate with the device. One of the simplest function in the dll file is "CommOpen". This function opens the selected PC …

Member Avatar for Teme64
0
321
Member Avatar for eniwe

Learning assembly and 'am trying to move from 16-bit to 32-bit. i have this assembly code to display a string in a message box. [CODE];tasm32/tlink32 .386 .model flat extrn MessageBoxA:proc extrn ExitProcess:proc .data head db " 'Heard melodies are sweet,",0 body db " but those unheard Are sweeter;'",0 .code begin: …

Member Avatar for eniwe
0
138
Member Avatar for moonie9

I'm fairly new at PHP but up to this point I've been able to fix problems I've come across. My problem is I get this warning at the bottom of my members page after logging in. If you refresh that page it disappears. Here's the warning: [B]Warning: Unknown: Your script …

Member Avatar for moonie9
0
190

The End.