64,152 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for sunny124

hi, my next button displays next record from the database. But after i save a record, next button don't work. Im not sure but is the next button not working because the resultSet needs to be refreshed after saving a new record? I have created the statement and resultSet in …

Member Avatar for sunny124
0
112
Member Avatar for Sanirsanir

hi guys, Anybody tell me a site where free system available on C language. Thanks in Advance, Sanir

Member Avatar for vegaseat
0
334
Member Avatar for BeyerCorpuz

I am starting out in programmming. I want to be a programmer as a career. I want to learn both Visual basic and Web Development(i.e. javascript and Html). Which language would be the best intial language to learn to get the most education as a programmer. I also want to …

Member Avatar for pAiNtBaLlEr06
-1
467
Member Avatar for tip

Help with querystring error. I am try to pass a query string to the same page but having problem This is my code: <HTML><BODY> <div align=center> <A href="?page=1">Page 1</A> - <A href="?page=2">Page 2</A> - <A href="?page=3">Page 3</A> </div><hr> <? switch($page) { case "1" :?> THis is page one <? break; …

Member Avatar for tip
0
94
Member Avatar for wewe

Hi i have a problem linking upthe files main.cpp tree.cpp tree.h and list.ct really do not know how to complie with list.ct whats the ct ? anyway inside the list.ct, are templates. it reflect linking problem.. i.e. [Linker error] [B][I]undefined reference [/I] [/B] to `Tree::cleanUp()' [B] Question:[/B] what should i …

Member Avatar for wewe
0
122
Member Avatar for tendekai

#include<stdio.h> #include<conio.h> #include<string.h> FILE *fp1, *fp2; int count; struct record { char name[20]; int empnum; char depart[20]; float hours; float rate; }; void main() { struct record h; int acount=0,adcount=0,scount=0; float grosspay,totalg=0; float tax,totalt=0; float health,totalh=0; float pension,totalp=0; float netpay,totaln=0; float deductions; clrscr(); fp1=fopen("employ.dat","r"); fp2=fopen("payrol.dat","w"); count = 0; printf(" ""Page1\n"); …

Member Avatar for vegaseat
0
131
Member Avatar for Dani

This might sound silly. But I'm working on a C# assignment for school right now, and I can't get a simple if-else statement to work. Isn't the syntax the same as in C++ or Java? I want to do one thing if a boolean variable is true, something else if …

Member Avatar for guitarded
0
421
Member Avatar for Jpowers22

Recently we have been asked to create a hybrid sort based upon quicksorting down to a certain point and insertion sorting from then on. We are to calculate the efficency based upon previous tests. I had very little problems implementing a quicksort algorithm, but for the life of me, I …

Member Avatar for subtronic
1
3K
Member Avatar for skywing

Is there a way to change the button's shape from rectangle to circle like those in Windows Media Player ? :?:

Member Avatar for vegaseat
0
150
Member Avatar for foreverman2002

hi rellay i am new in you forum but i think that i will intersted with you... my quastion is: how can i compressed any file as zip by php? i have a file and i want from user to download it as zip file and i want to compress …

Member Avatar for foreverman2002
0
141
Member Avatar for minnie

[B]Is it possible to convert from VB code to C and what is the best way to do this?[/B]

Member Avatar for vegaseat
0
437
Member Avatar for jaeSun

i havent been able to find anyone to help me .... i am looking to create a queue .... i cant use a stack, as that is LIFO (last in, first out) ... but i need a FIFO (first in, first out) .... i have some code for a stack …

Member Avatar for jaeSun
1
291
Member Avatar for ray96

Hi! I had 1 problem in C, now I have another one. :o Please bear with me. I am learning the C language. Please run the following calculation in a scientific calculator. When the "=" sign is shown at the end of the calculation, be sure to press the = …

Member Avatar for vegaseat
0
338
Member Avatar for chound

Is it possible to open notepad and type some gibberish and save it as a .exe file and run it? :mrgreen:

Member Avatar for Nuez_Jr
0
225
Member Avatar for mikeandike22

what is the best compiler out there that you can use for a variety of languages. Like is their a compiler that can compile c++, the basics, java, etc. I am just looking for a good compiler that is free and if possible can compile more than one prog. lang.

Member Avatar for vegaseat
0
328
Member Avatar for Sheriff Mole

I have just finished a very careful (I thought) session of loading mods. I was sure to have backup versions of every file I effected, and I tested each mod in turn, if they didn't work I scrapped the idea of the mod and put back the old files. Anyway, …

Member Avatar for Sheriff Mole
0
123
Member Avatar for matika

#define ENDFILE "CTRL-Z" this end the file whenever the user enter CTRL-Z what i need, i want the user 2 enter CTRL-X to end the program #define ........ "CTRL-X" ( what could i write here) so the program end whenever the user press CTRL-X

Member Avatar for matika
0
191
Member Avatar for Sheriff Mole

Hi guys. Could someone please tell me; is there a way of making an avatar disappear from the gallery after someone has selected it? I am working with the adinfinitum phpbb template. I'm fairly new to the phpbb code, but I have managed to get a little forum on the …

Member Avatar for Sheriff Mole
0
264
Member Avatar for Ghost

In java, how do you input something from the keyboard - the standard way(don't import anything - or add a file) Thanks!

Member Avatar for Ghost
0
113
Member Avatar for perky_jing

how do i make the number of my textfileds dynamic? the number of my textfield depends on the parameter passed through the method `setDetailsPanel(int s)`. the variable s determines the number of textfield i need. i'm having this type of error. i don't seem to get the reason why. D:\Program …

Member Avatar for perky_jing
0
1K
Member Avatar for Slade

A friend told me that it is possible to change the header of a html web page using the vb .net code. Is this true? If so how do you do it?

Member Avatar for Slade
0
375
Member Avatar for Ghost

What's the coolest program you've ever written in regular C++, not Visual C++?

Member Avatar for shouvik
0
416
Member Avatar for CompSciGuy

Does anyone here have any knowledge of Prolog. I am new to this and came across something called backward-chaining. If someone could help me get started in how to implement the backward chaining method if there is a leak in the house. How would go about figuring out if the …

Member Avatar for nanosani
0
112
Member Avatar for YoungCoder

Ok i am getting very annoyed with myself, i am currently modding my forum, can somebody please tell me which template the forum list is in? :o I know that in FORUMHOME it is called by $forumbits Thanks in advance, YoungCoder

Member Avatar for Gary King
0
147
Member Avatar for RobinA

hi im new to c++ (started today) and im reading a book about c++ (called C++ Programming A) Well i started to read and learned the first code and wrote it in Microsoft Visual C++ and i get a error (error C2065: 'cout' : undeclared identifier) i dont know why …

Member Avatar for FireNet
1
235
Member Avatar for tsabar

when i attempt to access my php pages at: <snipped> everytime i try to submit a form or click on a new page nothing loads until i hit refresh. this does not happen with netscape, only with internet explorer, and it only happens on my machine, not on anybody else's …

Member Avatar for pcarlow
0
328
Member Avatar for srthomso

Could anyone give me a hand with my mock exam, i'm on msn - [email]get_jiggy_widit@hotmail.com[/email]. I'm struggling a bit - with some of the simple things really n it's getting on my nerves. Any help would be greatly received. Thanks Steve

Member Avatar for srthomso
0
136
Member Avatar for RITZY_G

ANY ONE WHO CAN PLEASE HELP........ Design and write a C++ program for the problem given below. Apply the rules of good programming style by making your program modular, and using parameters and local variables in subprograms or functions. Add comments where necessary for each function. Use meaningful variable names. …

Member Avatar for RITZY_G
0
166
Member Avatar for Mr A

I need some help, heh, i have to store a twelve digit number somewhere... as i've understood it nothing like unsigned int or long double or anything won't work :-/ have i missed something? or can anyone point me to anything which i can use to be able to do …

Member Avatar for The Code Poet
0
231
Member Avatar for cspek

Hi All, I am using a DropDownList in my page and I am binding the property of this server control like follows. <%#DropDownList1.SelectedItem.Text%> What I am finding is that it returns the text for the item I have selected. If I use the value property of the ListItem, then also …

Member Avatar for cspek
0
146
Member Avatar for c_barnett01

What do you think ai's are be like e.g. the computer of gene rodenbery's andromeda or somthing else

Member Avatar for Chainsaw
0
244
Member Avatar for cfnut

I have a page where the user can enter his username and password. Does anyone have any examples on how to check the database for to make sure the user matches the username and password. Thanks!!!

Member Avatar for cfnut
0
223
Member Avatar for salating

i have four combo boxes in my form, each combo box has 2 or 3 selections i need to check each combo box for a selection, if nothing is selected i need to have a error message come up in a message box each selection in the combobox is woth …

Member Avatar for Eyrestes
0
155
Member Avatar for brob5000

When using the windows script encoder to encode ASP files that include other ASP files that are also encoded using the windows script encoder, I receive an IIS ASP compiler error message indicating that the @ language directive can only be used once when the interpreter encounters the second @ …

Member Avatar for RobUK
0
304
Member Avatar for yadi

hi everybody i have a homework to write a program which displays leapyear it is for tmorrow pls anybody send it for me thanks in advance

Member Avatar for alc6379
0
146
Member Avatar for Slade

Hi, I need to know how I would go about making a drop down menu in asp .net using vb .net... Thanks, Slade

Member Avatar for Paladine
0
590
Member Avatar for Dani

How can I read a string in from the user? For example, I am writing a console-based java application which prompt the user to enter a string and then reads that string in. What is the opposite of System.out.println? ;) System.in.readln? I can't get it to work and I'm a …

Member Avatar for gusano79
0
264
Member Avatar for MaxC

Hello guys, This code returns 2 errors and I dont understand why. [CODE] #include <iostream> #include <string> using namespace std; char choice; void M(); void C(); void Process(); void M(){ cout <<"Multiplication\n"; } void C(){ cout << "Calculation\n"; } void Process(){ cout << "Make a choice\n" << "C or M …

Member Avatar for kc0arf
1
216
Member Avatar for onickel
Member Avatar for onickel
1
116
Member Avatar for kalachylde

Hello, I need help with me homework. It's probably something simple. My program is supposed: 1) read lines from a file (rain.txt) 2) find the shortest and longest lines (I used strlen()) 3) return the line number of shortest and longest and well as their length 4) show the avg …

Member Avatar for kalachylde
0
186
Member Avatar for Ronnie

I have two classes. The first collects input data and calls a second class for inputing data from a file. After the data is read I would like to use it inother classes but am having problems getting the data back. To save space I will only show part of …

Member Avatar for Ronnie
1
162
Member Avatar for Transworld

[color=black][font=Times New Roman]If anyone still knows Qbasic could you take a look at this code for me?[/font][/color] CLS READ nam$, addr$ DO UNTIL nam$ = "END OF DATA" PRINT nam$, addr$ READ nam$, addr$ LOOP DATA ANNE DOE, 1234 BAKER ST., BRUCE LEE, 457 HIGH ST. DATA HOPE SEW, 222 …

Member Avatar for Transworld
0
682
Member Avatar for dina

Can anyone help? Could someone please explain to me what a p2p network is?

Member Avatar for kc0arf
0
143
Member Avatar for spikes

Hi All, I'm haveing some problems with my perl code. the script is for a mail filtering program called mimedefang, the code is the main filter. the fist bit of code is used to filter out mail based on the subject line. sub filter_begin () { my($msgSubject, $hfile) = @_; …

Member Avatar for spikes
0
296
Member Avatar for keir.whitlock

hi there, i am trying to get my program to display a different bitmap in four different child windows of my win32 C program but i cant seem to do it. Any idea's? I have got the information so far off of the forgers win32 tutorial. [CODE] #include <windows.h> #include …

Member Avatar for Dani
0
425
Member Avatar for static_ace

I have tried looking in my textbook as well as my notes to figure out how to do this problem. I should have asked my teacher when I had the chance, but first I wanted to try working out the problem myself. I have until Monday to figure out how …

Member Avatar for static_ace
0
119
Member Avatar for rex_b

[b]Warning[/b]: mysql_error(): supplied argument is not a valid MySQL-Link resource in [b]/home/rexb2/public_html/parkweb/db/mysql4.php[/b] on line [b]586[/b] [b]Warning[/b]: mysql_errno(): supplied argument is not a valid MySQL-Link resource in [b]/home/rexb2/public_html/parkweb/db/mysql4.php[/b] on line [b]587[/b] phpBB : [b]Critical Error[/b] Could not connect to the database Thanks

Member Avatar for rex_b
0
160
Member Avatar for BountyX

Does anyone know of a good way to prevent a process from being hooked by another, or at least by detecting the hook?

Member Avatar for Aaerox
0
650
Member Avatar for Turbo

HI I have written a program that reads text from the input file and writes the text to the out put file. Im using the StringTokenizer to count the number of words in the input text file. The problem is that it reads only the first line but it does …

Member Avatar for Turbo
0
197
Member Avatar for QuadMedic

[b][i]Can anybody plz help me with this question for my assingment it is due the 25 june and i can't get this question done......[/i][/b] The manager of a speedy bus company needs to know how many people travel by bus to different regions, which have codes A, B and C. …

Member Avatar for Roberdin
0
138

The End.