199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for mathmagic

Is it possible to add two hexadecimal numbers in C? If so, i would request someone to help wit the method or the logic asap. thank you :)

Member Avatar for jephthah
0
6K
Member Avatar for isinc

I have an assignment that I'm working on and am having trouble. Not too familiar with graphics. Any help/guidance would be much appreciated to see if what I have so far is okay and what I should do for the loop part. I will post assignment details and what i …

Member Avatar for isinc
0
415
Member Avatar for Designer_101

hi Im sure this is an easy problem to resolve. Basicly for my log-in script, im retreiving the results from a database, storing them in variables but i would like the redirection to be in flash (better looking). Is there a way for me to load two variables called $username …

Member Avatar for desicoder
0
79
Member Avatar for Munyiri

Have got a project idea where i would like to build a database ( no problem)containing list of items and their description, a user can send an sms to ask about a product. Gsm modem connected to a pc receives the message.the messageis used to query the database and send …

Member Avatar for PirateTUX
0
76
Member Avatar for Bushido Hacks

Hello, everyone. I'm having some trouble getting [code=c++]glutMouseFunc[/code] to work. [code=c++] #include <GL/glut.h> //GL/glut.h includes GL/gl.h and GL/glu.h so there is no need to declare them #include <ctime> // std::time #include <cstdlib> // std::srand #include "./colorgl.h" // contains my ColorGL class that handles colors. #include "./pathgl.h" // contains my NodeGL, …

Member Avatar for MattEvans
0
259
Member Avatar for digital_ice7

why cant i type in my address??? [CODE]#include <iostream> #include <fstream> #include <string> using namespace std; const int maxstring = 120; typedef char stringtype[maxstring]; void newuser(){ system ("cls"); stringtype name; string type, id, cnumber, address; double amount; ofstream out; cout << "ENTER YOUR NAME: "; cin >> name; out.open(name, ios::out); …

Member Avatar for skatamatic
0
123
Member Avatar for Crushyerbones

Hello again :) This time I'm back with a stranger question. The following program is meant to factorialize (spelling?) a number from the command line while printing out the number of calls it made to the function "factorial". [CODE=C] #include <stdio.h> #include <stdlib.h> unsigned long long factorial(int num,int *count_ptr){ printf("Call …

Member Avatar for Crushyerbones
0
242
Member Avatar for jimJohnson

Hey everyone I am kind of stuck with these function. i am trying to work ahead to get stuff done faster and this is what my output is so far. I am stuck on the width part. I am not trying to have anyone do my assignment for me and …

Member Avatar for Lerner
0
545
Member Avatar for morb

Hi! I have a problem with graphics in c++. It is a simple program, that displays circle. [CODE]#include "stdafx.h" #include "iostream" #include "graphics.h" #include <cstdlib> void main() { int gdriver = 9; int gmode = 2; initgraph(&gdriver,&gmode,""); setbkcolor(WHITE); setcolor(BLACK); cleardevice(); circle(320,240,180); getch(); closegraph(); }[/CODE] In visual studio i have error: …

Member Avatar for morb
0
3K
Member Avatar for bhavna_816

I have two text boxes for login (not using ASP.NET2.0 login control) for username and password and one checkbox for "Remember Password".I want to remember password on the check of checkbox. Do I have to use cookies?Is there any other way to achieve that since if the user had disabled …

Member Avatar for SheSaidImaPregy
0
255
Member Avatar for welbyobeng

How to create a trigger to UPDATE this for me when a new record is inserted. I want to create a column called "fullthumb" where by default it has the words "http://example.com/thumbs/" and add the words in "thumb" column. UPDATE files SET fullthumb = CONCAT('http://example.com/thumbs/', thumb);

Member Avatar for welbyobeng
0
114
Member Avatar for giriraj

Dear all i am using QBasic language in DOS plateform i.e. in CUI mode. No w i want to upload the jpeg file format picture. Pls help me if you have any idea or code in QBasic . Thank you Giriraj

Member Avatar for JRB6478@ATT.NET
0
649
Member Avatar for im1

Ok I got a new multimedia search engine that im hoping to launch pretty soon. ([URL="http://im1musicc.cs-webhost.com/search/"]temporary link here[/URL]) I all ready got the number of mp3 downloads counter set up there using flat files, but I didnt do that. It was all ready done when I got the script. Now …

Member Avatar for mwasif
0
141
Member Avatar for yarita

Can anybody help me figure out how to fix this so it would come out the highest & lowest score??? [code=cplusplus]: #include <iostream> #include <iomanip> using namespace std; int main() { double *score; double total = 0; double average; double max = 0; double min = 0; int testscore; int …

Member Avatar for Majestics
0
161
Member Avatar for amitahlawat20

I am not able to figure out the code required for accepting a string from user , but the memory for it should be dynamically allocated and referenced using pointer. Have a look at the following: char *p=new char[length_of_string+1]; This statement would work to dynamically allocate the string ,but still …

Member Avatar for Narue
0
96
Member Avatar for zawpai

Hi all, Has anyone used the skin software in VB 6.0 because I would like to know one question? Now, I am using that software, Active Skin 4.3, in VB 6.0 program. Whenever I start to run my program, it will show one message, "Trial version of ActiveSkin control", with …

Member Avatar for Jx_Man
0
145
Member Avatar for kevin wood

i am working on a file upload system and i need the user to be able to upload images onto the server with the page reloading. the page reloading causes all the other information to be lost and the user having a lot of unwanted windows open. what is the …

Member Avatar for kevin wood
0
66
Member Avatar for kevin wood

I am fixing an e-mailing system using php and mysql and have hit a stumbling block. i have recently had to take on someone elses work and have fixed most of the problems they had created. I need to upload images and then display them on the newsletters that will …

Member Avatar for kevin wood
0
89
Member Avatar for Venom Rush

Hi there I've had a bee in my bonnet for a little while now and I've decided to get the ball rolling on creating my own web-based RPG game. But I'm not sure what the best route is with a programming language. I have some basic php knowledge and I've …

Member Avatar for PirateTUX
0
293
Member Avatar for vijukumar

consider i have two forms: 1: this form will display(listing) all the names from the database table and beside to each name displayed i have view button 2: this will show the details of only selected names from the 1st page. tables will contain name_Id, name, age, address. give me …

Member Avatar for vijukumar
0
73
Member Avatar for satimis

Hi folks, If I found an interesting news site but can't find *.rss.php how can I create it? e.g. [url]http://www.ft.com/world/us[/url] How to search the news sites with *rss.php file available? TIA B.R. satimis

Member Avatar for petr.pavel
0
179
Member Avatar for lordx78

[code=mysql] $result = mysql_query("SELECT * FROM cycles WHERE Upper(brand) LIKE '%$brandC%' AND type LIKE '%$typeC%'"); [/code] Above code is not working, pls help.

Member Avatar for lordx78
0
83
Member Avatar for stalk

Iam problem with this : Supplied argument is not a valid MySQL result resource in c:\apache\htdocs\cd_shop\funkcie_s_databazou.php on line 1039 this is code: function zrataj_cenu($kosik) //funkcia pocitajuca vyslednu sumu vsetkych poloziek v nakupnom kosiku { $cena = 0.0; if(is_array($kosik)) { $conn = db_connect(); foreach($kosik as $EAN_kod => $qty) { // $query …

Member Avatar for stalk
0
85
Member Avatar for mexaros

I am updating a site for a company. The site was at one time working, and has since been pulled offline. All the php, js and .sql files were sent to me and I should have just been able from the beginning to load and run the site. unfortunately this …

Member Avatar for JeniF
0
150
Member Avatar for forzadraco

Anyone want to help me to show how make a search with multiple words and condition like or and not.. google search.. Thanks for read my thread.. Ardy Satria H >email address snipped<

Member Avatar for JeniF
0
128
Member Avatar for sanfan49er

I have been working on this code and I can't get it to work any help out there? I am a new user and would really appreciate it if somebody can correct whats going wrong with it. [code=cplusplus] // DEBUG10-4 // PartTimeEmployee derives from Employee // Employees make $800 per …

Member Avatar for Narue
0
106
Member Avatar for jeffasbrand

I have a need to force all items in a listbox to become selected before I force a submit. I need something to select everything in a listbox called SpacesServed: $("#form1").submit( function() { . . . code goes here . . . } ); Any ideas?

Member Avatar for jeffasbrand
0
106
Member Avatar for kevin wood

hello i am trying to get uploaded to a server using a hidden iframe so the page does not reload. i have a upload.php page which resizes the file and remanes the file. What i thiink should happen is that the php file should be in the iframe and the …

0
92
Member Avatar for Tara423

Hi, I have two table like this: [QUOTE][B][COLOR="Red"]quote_tb:[/COLOR][/B] [B][U]ID item vendor quote[/U][/B] 11 a v1 100 11 a v2 200 11 b v1 400 11 b v2 300 11 c v1 555 11 c v2 777 22 a v1 122 22 a v2 222 22 b v1 322 22 b …

Member Avatar for Tara423
0
153
Member Avatar for drorb

I need help with parsing XML. I put an XML doc into a hidden input for an HTML FORM... -------------- <html> <head> <title>TEST TEST</title> </head> <body> <form method=POST action="http://nflnfl.com/mash.php"> <input type=SUBMIT> <input type=hidden name=xdoc value='<?xml version="1.0" encoding="UTF-8" ?> <!--OPN 2001 Proof Of Concept--> <ScannerData> <Device>0000000000002561</Device> <UploadDate>3/6/2008 3:49:09 PM</UploadDate> <BarCode> <Symbol>8</Symbol> …

Member Avatar for drorb
0
123
Member Avatar for bhavna_816

I have a GridView which is geting fiiled on the click of a button have method "FilGrid" I want to use the update panel of AJAX so that the page should not get refreshed at the button click but i m not able to do it .. I have putted …

Member Avatar for srikanthkadem
0
58
Member Avatar for jsosnowski

I have created several new components but cannot get them to appear in the tool palette. (BDS2006). The components are created in a package that compiles. The package includes the register procedure in the Interface and the implementation sections as follows: Procedure Register; Begin RegisterComponents('JESComp', [TcolorButton, TAButton, TBButton, TCButton, TDButton, …

Member Avatar for jsosnowski
0
306
Member Avatar for kireol

I'm was a web application developer for years. I'm dabbling in programming in a dialog/event environment by writing an app on my AT&T tilt(PPC). big change for me. I wrote a simple app on my tilt that connects to a server, gets data, and updates some controls with the data. …

Member Avatar for vijayan121
0
129
Member Avatar for lorentz

Hey! I'm doning my thesis work right now and I'm programming in C# (for the first time). I want to print multiple pages (2 or 3) but I don't know how. I've searched and found some info but I think my problem is a bit different. I'm not printing from …

Member Avatar for lorentz
0
224
Member Avatar for zoom2arun

I need help for my program I need to run a applet in a server(tomcat) and the applet(a 2 player game) should be available for playing. Now, iam able to load applet in the browser, but each browser is running its own instance of the applet. I need a single …

Member Avatar for apsivam
0
114
Member Avatar for Shveetis

This is my code.. But the image doesnt appear on the frame when i run the program Please help JLabel label = new JLabel(); String path = "C:/Documents and Settings/Administrator/My Documents/My Pictures//22.bmp"; try { URL url = new URL(path); BufferedImage image = ImageIO.read(url); label = new JLabel(new ImageIcon(image)); } catch(Exception …

Member Avatar for Shveetis
0
116
Member Avatar for dan9992

Im trying to read lines in from a txt file to write into another txt file but at the moment its only reading the first line. I need it to read 1 line at a time and store it to add to another txt file before reading the next line. …

Member Avatar for dan9992
0
84
Member Avatar for manikantag

Hi All, Does anyone know how to generate sequence diagrams from C++ Source code using Rational Software Architect(RSA)? If anyone knows please help me in this issues. Thanks & Regards, Manikanta.

Member Avatar for manikantag
0
108
Member Avatar for toomuchfreetime

I'm having a really anoying problem with my picture display for a kids game. In the code supplyed i've only given the PicPanel where the picture function is placed. ButtonHandler where the listener is for the answeering of the questions & NumberGame main class that imports the previously defined panels …

0
76
Member Avatar for USUAggie

Hello all, I am having some trouble creating and using a template based linked list and I hope you all can help me out. I have created a LinkedList class, and I am trying to use it in my main, but I get a unresolved external link error, that I …

Member Avatar for bugmenot
0
83
Member Avatar for s1986
Member Avatar for suganzeni

Hi all i am working with VB.NET for mobile application. I want to open a HTML page in the internet explorer from my form and the size of the internet explorer should be limited to the Pocket Pc size. How can limit the size of internet explorer and how can …

Member Avatar for leokuz
0
155
Member Avatar for lydia21

hi i have attached a mail_attachment file which contains the mail function in my code i have used the below code [ICODE] <? include 'mail_attachment.php'; $sent = mail_attachment($from, $to, $subject1, $body1, $attachment);?> [/ICODE] when i tried printing the variable ..........all the values are getting printed but the mail function is …

Member Avatar for petr.pavel
0
205
Member Avatar for Jawker

Hello Everybody, I just started learning programming about 2 months ago. I'm trying to do a Tic-Tac-Toe game using labels but I have a little difficulty. How do I get the computer to check if 3 labels are of the same value. I've tried this: [code] If lblLeft.Text And lblCenter.Text …

Member Avatar for Bob Jacobs
0
91
Member Avatar for techbrain55

Hello, What is the best website for help with asp.net and visual studio problems? where are all the best techies to be found? just list me the urls or further details. thanks for your time. Techbrain55

Member Avatar for hollystyles
0
99
Member Avatar for Dio1080

#1, Im tryin to get this bb code right, #2 I need help with finding the problem with me code, it is saying that my for loop is a illegal start type and also a identifer is needed, but I have no clue, this is my first time doing object …

Member Avatar for javaAddict
0
136
Member Avatar for Xerema

Hello, I just began doing c++ today, and i've done a program like this: [code=cplusplus] #include <iostream> using namespace std; int main() { int num1; int num2; int valinta; int valinta2; cout<<"Haluatko pelata pelia? 1.Kylla 2.En\n"; cin>>valinta; if(valinta == 1){ cout<<"Paljonko on 3+2: "; cin>>num1; cin.ignore(); if(num1 == 5){ cout<<"Aivan …

Member Avatar for samer.daur
0
98
Member Avatar for madhusamala

i want the insert statement in jdbc for the following name gs al ts madhu 1000 500 sud 2000 600 now i want to access gs and al from the database table by using select statement now i want to add gs and al like totalsalary=gs+al; now i want to …

Member Avatar for javaAddict
0
110
Member Avatar for jbett
Member Avatar for cometburn
0
74
Member Avatar for KimJack

Hello All, I am trying to figure out how to write user input into a text file. I created a text box that the user can type his/her name into. I am trying to get the information from that text box to be written to the text file using print …

Member Avatar for KevinADC
0
67

The End.