199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for musicmancanora4

Hey guys im reading in a text file with several fields iv tokenized the '|' so that it only reads the fields categoryId, drinkType, the categoryName, and categoryDescription. My question is how come when i read the file and copy the reading buffer "temp" into each struct it does not …

Member Avatar for musicmancanora4
0
156
Member Avatar for Mishac
Member Avatar for rpd_gnv

i having a problem on how 2 save the animal name each time i create a new animal...can any1 please help me solve this problem on how 2 do the save function to save the animal name that i had created...thank you very much [code]#include <cstddef> #include <cassert> typedef char* …

Member Avatar for iamthwee
0
155
Member Avatar for root

Hello I have been looking for a book on visual basic .NET that covers absolute beginners and on to intermediate chapters then professional preferably about 1,600 pages if possible. I need a book that can teach me all the aspects of vb.NET and if that is not possible then could …

Member Avatar for root
0
370
Member Avatar for starseed

I am a newbie web designer and I have downloaded MySQL, php4 and uploaded phpBB2 to my server to setup my forum. and I have looked at countless tutorials and it's really getting stressful. Is there any way that you could guide me through the process using AIM or yahooIM? …

Member Avatar for nesbie
0
958
Member Avatar for creex

Hey, I need to write program, which will do some action after 11 minutes. I have that action done, but I dont know how to write to wait 11 minutes, and how to write to wait 20 secs after 1 action. [code] Private Sub Command1_Click() Dim hWnd As Long hWnd …

Member Avatar for Comatose
0
198
Member Avatar for ernie

I’m looking for an up-to-date C/C++ compiler which is available for free and not dependant on .NET. I would also like to find a compiler for Linux, GCC or G++ is ok but I’m having issues installing. (Actually [U]using [/U]Linux is new to me).

Member Avatar for ernie
0
187
Member Avatar for amarie

I have a program project to complete, but I don't know exactly what to do. This program is in C++ programming language. This what I have to do? Write a program that will use a array to store a linked list. Your linked list should contain an Student number and …

Member Avatar for Bench
0
123
Member Avatar for monkeyphonics

Ok this is a homework program and this is my first JAVA course I am stuck on how to pass double values from one method to another I have a menu that appears with this code [code] public static int menu(int curmenuselection, double curitemprice) { while(curmenuselection != 5) { double …

Member Avatar for monkeyphonics
0
154
Member Avatar for iamthwee

Hullo, I'm trying to make a write a program to automatically create a jar file in java. I've got this far and this works. [CODE]#include <windows.h> #include <direct.h> #include <fstream> using namespace std; int main() { chdir("C:/j2sdk1.4.2_04/bin"); system("javac Saluton.java"); system("java Saluton"); remove ("Saluton.class"); return 0; }[/CODE] But I was wondering …

Member Avatar for iamthwee
0
564
Member Avatar for mohamad11

hi to all... Plz i wnt a valuable code to append two text files in java i tried alot using WriteBuffered and FileOutputStream(file,true) but without any use i wrote the following code: import java.io.*; public class append{ public static void main(String[] args) throws IOException { FileInputStream Message_File=new FileInputStream ("C:/JBuilder4/lib/input6.txt"); BufferedReader …

Member Avatar for jwenting
0
856
Member Avatar for moon_light

i ve Q which ask me to write method called nodelevel(int k ) which returns how many nodes in level k.. and i write a code but i dont know what is wrong with it ??? [code]public nodelevel(int k){ if(root == null) return 0; else return getnodelevel(root, 1); } private …

Member Avatar for jwenting
0
203
Member Avatar for sam1

hi, which one of these two would be better to design a file transfer protocol FileInputStream or FileReader? i know FileInputStream is meant to be for image type of files........ thanks

Member Avatar for jwenting
0
247
Member Avatar for ghadahelal
Member Avatar for cutepinkbunnies

Hello All, I'm sure this is an easy one for you all, but pardon...I'm kinda new at this. What I'm trying to do is store a URL in a SQL table using a text field. This is working successfully and as planned. The heart of the issue: I have 200 …

Member Avatar for cutepinkbunnies
0
136
Member Avatar for nazgand

[B][COLOR=Blue]dude theres a simple overide solution search the WINDOWS folder for AUTOEXEC.NT and copy it to C:\WINDOWS\System32 and voila!!!!!!!!!!!!!!!! Qbasic will work. Now if you want Qbasic 7.1 or a copy of AUTOEXEC.NT email me at :idea: :idea: <snip> :idea: :idea: :mrgreen: [/COLOR] [/B]

Member Avatar for Comatose
0
333
Member Avatar for ghadahelal

i 've an input file in .xls my user wrote that in german excel version and so the floating point is like that 55,77 my c++ program can not read this number as i'm using an english c++ version i did the conversion from , to . in the excel …

Member Avatar for Ancient Dragon
0
123
Member Avatar for bucodi

Hi, I would like to configure my wxcombox in a way that when it gets the focus, it automaticly opens his listpart. Any ideas ? tia Rony

Member Avatar for bucodi
0
120
Member Avatar for AlreadyWon!

Hi everone!, im currently working on a cash register program wich has to meet certain tests. The problem im encountering is when im calculating the change to be given to the customer. The change is correct but it has to be displayed in such a way as to give the …

Member Avatar for adrcam
0
142
Member Avatar for AMANDAInJS

Expressing worm hello to everyone !! i have got one problem hope u guys will help me ,, working on a chat room with php + flash , chat room is working fine all i need is , if i need to do IM ?????????:eek: i heard tha ajax can …

Member Avatar for Lafinboy
0
152
Member Avatar for YoTaMiX

Hello :) i need to write a program which gets from user number and index ( 0 <= number <= 255 , 0<=index<=7) . then to add up to the number in bitwise a 1 in the place of the index : if number is 102 which is 01100110 and …

Member Avatar for Bench
0
197
Member Avatar for TimC

Hi all, I have just started MS VB 2005 and I have already run into a little problem. I set up a blank screen. I then placed an image on the right hand side of the screen. when i played the application, i maximised the screen size. I expected to …

Member Avatar for TimC
0
131
Member Avatar for wut-da

Hye, im new here. Need some help on Vb6 coding. I've look up some of the treads on timing in this site but i have problem implementing it. [CODE]Public CHours As Variant Public CMins As Variant Public CSecs As Variant Public CMSecs As Variant Dim StrNested(4) As String ------------------------------------------------------------ Private …

Member Avatar for wut-da
0
238
Member Avatar for Kiba Ookami

I think it would behoove me to try and become familiar with a few languages, especially if I'm going into the game industry. So, as I'm somewhat familar with Java (will likely expand that knowledge later on) and will be learning more advanced C++, I wanted to know what languages …

Member Avatar for Rashakil Fol
0
108
Member Avatar for tippytoe

Hi - The assignment is to write a C program that prompts the user to enter a line of text up to 69 chars, then convert the text to upper and lower case. The program is required to use pointer notation, not array notation. The program needs to setup a …

Member Avatar for Salem
0
167
Member Avatar for gkakkireni

Hi to all i have requirment like this the field length is 15 digits but am getting input only 6 digits..means i have to put spaces after the 6 digits position menas spaces after the value.how to do it in java,could u send the sample programe because i dont know …

Member Avatar for vimal_parakhiya
0
85
Member Avatar for q8z
Member Avatar for regbrz

Hello, I am with problems I need to Implement urgent a Simplified Computer (CS). This computer will receive as entrance parameter the configuration of duration and it arrives of processes, according to example to proceed. [B] Process [/B]1 2 3 [B]Arrival [/B]1 2 3 [B]Duration [/B]5 2 4 After receiving …

Member Avatar for Salem
0
216
Member Avatar for puppy

Hi. If I want to generate random numbers between -1 and 1, do I need to write a function to do that or is their something in the stdlib that can do it? Thanks.

Member Avatar for puppy
0
178
Member Avatar for xcfx

Hello all, for the past days I've been doing a small research for a certain topic, however, I thought I knew the difference between the Operating System and the kernel, I had in mind the typical "kernel is the core of the operating system", but I was very much mistaken …

Member Avatar for DMR
0
138
Member Avatar for ernie

Is there any real concern with using iostream.h and stdio.h in the same program? Sometimes I feel like printf, and sometimes I feel like cout.

Member Avatar for ernie
0
268
Member Avatar for martinkorner

Hi, In the HTML forum I asked how I could get the results from a form which I will put on my site via e-mail, I was told: [QUOTE]Give them a form to fill. The form posts to a PHP, ASP, or ASP.NET program that stores the results in the …

Member Avatar for martinkorner
0
234
Member Avatar for totalnewb++

I have to create a 20 x 20 array (turtle program), I am sure you guys get these alot.. I have been working on this for way too long and I am not getting it.. I have read the chapter again and still am lost.. here is the code I …

Member Avatar for Salem
0
126
Member Avatar for qamar2006

Hi all members.. how are you Can any one help me to make a C programming project ? Its an "Air Lines Reservition System" The project is for our C-programming semester in the university and its due to 15 - 4 - 2006 . The requirements is as follow: [quote] …

Member Avatar for Dave Sinkula
0
548
Member Avatar for bondito

Hi everyone, i am trying to use some java code to encrypt passwords entering a database on the system i am building, please could someone explain what the code below is doing and if it would be useful for encrypting passwords. Thanks [code]import java.util.StringTokenizer; public class Encryption { public static …

Member Avatar for hooknc
0
483
Member Avatar for tyczj

i need some help on this, im making a blackjack game and i need to make a stack of cards and i dont know what to do so just get me started is all im really askin for. here is what i have so far [CODE]#include <stack> #include <list> #include …

Member Avatar for iamthwee
0
174
Member Avatar for jacjr

Hello to everyone! I have just started taking what is described as a beginning Visual Basic.Net class. I have no programming knowledge, except my class time which started mid January. Right now I'm trying to figure out how to give a type of triangle(equilateral, scalene, or isosceles) and the shortest …

Member Avatar for jacjr
0
860
Member Avatar for sam1
Member Avatar for iamthwee
0
69
Member Avatar for CaliVagabond

i have a global array of char pointers declared as: [code]char *strings[ARRAY_SIZE];[/code] I don't seem to understand the arithmetic necessary to compare individual characters in each array element. I haven't had any luck finding concise examples. Maybe someone can point me in the right direction?

Member Avatar for CaliVagabond
0
126
Member Avatar for maxilt

:?: I work on the program to function a Magic square, below as my working program, but I don't know how to print out the magic square using print function any one can help? [code]#include<iostream> #include<iomanip> using namespace std; const int n = 30; int MagicSquareConstruct(int MagicSquare[n][n]); int main() { …

Member Avatar for Bench
0
244
Member Avatar for peter_budo

I have already working client-server messenger which is using threads. I can easily do plaintext username and password but I wish to use encryption on password. How can this be done?

Member Avatar for peter_budo
0
143
Member Avatar for Forsal

Hi everybody Can you please explain me the weakpoints of c++ language? I think it is very difficult to create GUI in C++, isn't it? I also would like to know is there any method to combine C++ program and Java Program.

Member Avatar for Ancient Dragon
0
236
Member Avatar for parker123

Hi There, I have used this php script in the past on several web hosts and have had no problems. Here it is I save this as a php file. jump.php or whatever <? if ($link == "1"){$visit = "http://affiliatelink";} if ($link == "2"){$visit = "http://affiliatelink";} header("Location: $visit"); die(); ?> …

Member Avatar for mperkins07
0
453
Member Avatar for cancer10

Is there any other function in PHP that can be used for redirecting a page I use the following [CODE]header ("location: index.php");[/CODE] But it generates the following error: [CODE]Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\program files\easyphp1-8\www\admin-right-nav.php:5) in c:\program files\easyphp1-8\www\admin-right-nav.php on line 6[/CODE] …

Member Avatar for sepedatua
0
186
Member Avatar for gatormike53

May be in wrong forum but I did work out the lookup problem, what I am still having problems with is making sure the lookup can find the address book file regardless of the current working directory. I believe I need to do this with $PATH but am unclear on …

Member Avatar for ranj@chn
0
157
Member Avatar for Roc

Hi,everyone I have to write a calculator which can + , - , * , / , + = ,- = , * = , /= ,++,-- do this operations with operator overloading [code]#include<iostream> using namespace std; class complexNumber { private: double realPart; double imaginaryPart; public: complexNumber(){realPart=0.0; imaginaryPart=0.0;} ~complexNumber(){cout<<"Destructor do …

Member Avatar for Roc
0
5K
Member Avatar for LEGACYONE_2006

I am trying to get this program to return the index value of the number that is input by the user. It is currently returning whatever number the user inputs. [code] import java.lang.Math; import java.util.Scanner; class Arrays { public static void main (String [] args) { int A[]= {3, 1, …

Member Avatar for LEGACYONE_2006
0
116
Member Avatar for Acidburn

Hello guys I've got a general question about a Button on a form... ' <<Backward' the function for this button is to go through the CList and display the contenets at that position in the screen. Anyway at the minute ive got a message box saying ' Reached beginning of …

Member Avatar for Ancient Dragon
0
139
Member Avatar for hamzeh

I need some programs when program runnig show script , memory usage and modules. please help me

Member Avatar for iamthwee
0
141
Member Avatar for wanda

I need help writing pacman with NGP for a school lab. I just started with java. I am NOT trying to have the project written for me, just need help getting started. There are two classes and an interface we need to use listed on the site below. The game …

Member Avatar for wanda
0
154

The End.