132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for nizam147

Hii everyone, I have a j2ee webapplication, for which i have two database that is Training and Production. So on the login page after entering the login credentials the user will select either Training or Production depending this the user will logon. The new scenario now, i want to have …

Software Development java
Member Avatar for nizam147
0
99
Member Avatar for devesh9392

hi this is devesh, i have a perl cgi script that downloads files from other site. but i got this weired problem that the script stops responding after downloading exactly 100 files (any browser IE or Firefox). i am running this script from windows 2003 server with IIS 6.0 any …

Software Development file-system perl windows-server
Member Avatar for devesh9392
0
147
Member Avatar for jeromefong

I'm writing a Bash script to read from an input file and write my changes out to an output file. I'm using read and for some reason, it is stripping the leading spaces off of each line. I didn't see any flags in read to turn the stripping off. I'm …

Software Development shell-scripting
Member Avatar for radoulov
0
160
Member Avatar for phalaris_trip

They seemed to make sense to me, until I read somewhere than an example of a constructor is [code] std::ifstream myFile("filename.txt"); [/code] ..the author went on to say that (obviously, in this example) they can be called after an object is instantiated, ie: [code] std::ifstream myFile; // some code here …

Software Development c++
Member Avatar for phalaris_trip
0
111
Member Avatar for arunprashanth

Hi I am using jboss server 4.0.4 to run the jsp application. to run i can give the url as [url]http://localhost:8080/projectname[/url]. if i can give like this, it is properly running. but i can give [url]www.projectname.com[/url] like that means, my application to run.(i.e to run my application with out portnumber). …

Software Development java
Member Avatar for jwenting
0
311
Member Avatar for kylcrow

Ok I am wanting to [URL="http://www.daniweb.com/forums/thread81491.html#"]download[/URL] the newest version of the gcc compiler and emacs or gedit to run with PowerShell. I was hoping that someone could give me detailed instructions on how to do so. I am using Windows XP. I believe this is the right place to ask …

Software Development c++
Member Avatar for kylcrow
0
151
Member Avatar for kylcrow

My work uses Powershell, I was wondering if someone can explain to me how to write c++ with it, if I even can, also what compiler to get for it, and where I can get it. Thanks -kylcrow

Software Development c++
Member Avatar for kylcrow
0
94
Member Avatar for nalinibh

Hello, Please do anyone among you know about c software execution optimization.. thanks

Software Development c c# c++
Member Avatar for Salem
0
99
Member Avatar for Covinus

im making a timer program. that when a user dont input something in a specific time. the program will go to another menu so far in my research. threads would be the solution to this. but in my current status right now as a c++ programmer. i dont think im …

Software Development c++
Member Avatar for Salem
0
112
Member Avatar for aasi007onfire

i found that the limits of int and short int are the same........ i just want to know then what is the need of 2 with the same limits....

Software Development c
Member Avatar for ~s.o.s~
0
111
Member Avatar for Thinka

Hello again people, I've got some questions about timing that I hope can be answered by someone. I'm trying to use the functions [I]getrusage[/I] or [I]times[/I], or the [I]time[/I] command to time my programs. Now I've got this piece of code that uses getrusage, and my first question is a …

Software Development c
Member Avatar for Narue
0
1K
Member Avatar for rollan

Recently I updated my IE6 to IE7. Everythings looks fine but my program using java plug-in doesn't works anymore. I though this only happen in my pc but my friend faced it too. I have been searching this case thru some search engines but cannot find why? Any suggestion? P.s: …

Software Development java
Member Avatar for peter_budo
0
162
Member Avatar for cbedard

Hi All, So I'm brand new to Visual Basic and am VERY confused. Lets set a few constants... OS: Win XP. Variations of Visual Basic on my PC: 1. Visual Basic run through the Sax Basic Engine Version 5.1. This runs files with a .bas extention and is run from …

Member Avatar for cbedard
0
130
Member Avatar for mybellame

I'm getting the following error when I try to save a query. I have security set and I have FULL permission for my login including admin permissions. Can some one help? I'm using ACCESS 2003. Thanks. You do not have the necessary permissions to use the 'MSysTables' object. Have your …

Software Development visual-basic
Member Avatar for mybellame
0
80
Member Avatar for JRM

I'm trying to solidify my understanding of some vector concepts. 1) interators are "smart access" in that they can keep track of the array position and size. 2) the access element operator [] is the "dumb" access to the vector. Also, I was experimenting with ways to dump the contents …

Software Development c++
Member Avatar for Narue
0
235
Member Avatar for ptaylor965

I have a SQL table with a list of forms (frmForm1, frmForm2) i have a listbox that fills from this table and i would like it to call the form in the 'FormToCall' Column How can i call a form if i only know the form name at runtime?

Software Development vb.net
Member Avatar for ptaylor965
0
132
Member Avatar for Darshanaa

hi pre-requisites of a billing system project in using vb6. can i be provided with an informative dummy project.

Software Development visual-basic
Member Avatar for AV Manoharan
0
90
Member Avatar for jatinder_44

Needle which will show fluxation when receving data ,as it show's the car speed .Is there is any control in vb. can anybody give some info on this. wating for rply

Software Development visual-basic
Member Avatar for QVeen72
0
84
Member Avatar for nottoshabi

Guys I'm trying to see if I can use DEV to write plugins (DLL) for my animation program Maya. I'm having a little bit of trouble getting started. Once I create the DLL project I tried doing a build to see what I would get just with on empty project …

Software Development c++ visual-basic
Member Avatar for Killer_Typo
0
97
Member Avatar for anud18

is there anyway by which i can check whether a command button has been clicked or not...

Software Development visual-basic
Member Avatar for QVeen72
0
219
Member Avatar for jatinder_44

Hello i want to know how we can reallocate or refresh the array .In my program i have assign 100 of array's to send byte in each Function ,i am using 4 function in a loop by calling 2nd func in 1st ,3rd in 2nd ..., to get the value …

Software Development visual-basic
Member Avatar for AV Manoharan
0
70
Member Avatar for bops

How can I execute a command like for example using system(); but execute so the program does not need to wait until the function returns before it continues. Also when executing a command using system(); can you make it so that the console window does not pop up onto the …

Software Development c++
Member Avatar for thekashyap
0
2K
Member Avatar for doraemon

I'm studying C++ beginner book for a while and now I'm learning a function call by reference. I understand how but I don't understand why.... I solved the problem which is in my book. Problem: Create a void function called round() that rounds the value of its double argument to …

Software Development c++
Member Avatar for doraemon
0
136
Member Avatar for shanthu123

i have to find two time stamps one at the begining of main and at the end of main and take the difference to find the time elapsed to execute the code in between.Can anybody suggest the programs or proper API s in Linux.

Software Development api c
Member Avatar for thekashyap
0
165
Member Avatar for math_man

[INLINECODE]#include<stdio.h> void print_message(void); void print_message(void) { printf("This is a bug\n"); } int main() { print_message(); }[/INLINECODE] I'm using VS 2005 SP1+SP for Vista on Vista buisness and as I wrote in Title when I have functions in my programs and I start debugging F10..F11, and debugger encounter a function instead …

Software Development assembly c
Member Avatar for thekashyap
0
139
Member Avatar for bala24

Hi guys and Gals, Have some trouble digesting some facts about Casting in C++. 1). Why can't we use a static_cast for safe downcasting on a polymorphic class? 2).Consider this snippet.. [code] [COLOR=green][COLOR=green][COLOR=green]class[/COLOR][COLOR=green] A {};[/COLOR][/COLOR][/COLOR] [COLOR=green][COLOR=green][COLOR=green]class[/COLOR][COLOR=green] B { public: B (A a) {} };[/COLOR][/COLOR][/COLOR] [COLOR=green][COLOR=green][COLOR=green]A a;[/COLOR][/COLOR][/COLOR] [COLOR=green][COLOR=green][COLOR=green]B b=a;[/COLOR] [/COLOR][/COLOR][/code] [COLOR=green]How …

Software Development c++
Member Avatar for thekashyap
0
117
Member Avatar for arunprashanth

Hi what purpose of HttpSessionContext? all the session information are stored this place. Thanks inadvance arun

Software Development java session
Member Avatar for jwenting
0
129
Member Avatar for bops

Is it possible in C++ to have a function that returns a 2-D or indeed an X-D array from a function, with a specified type such as.. [code=c] char [][] myFunction() { char a[][]; //Do something with array here return a; } [/code] Also, if this can be done, can …

Software Development c++
Member Avatar for iamthwee
0
819
Member Avatar for erlkz

i'am newbie on using Tkinter, and i need help for my application i make application small calculator, but i can't make it just like standard calculator on MS Windows please Help me i wan't my application calculator like this :

Software Development python tkinter
Member Avatar for vegaseat
0
93
Member Avatar for machine

Hi im using switch to access some member functions through object [U]s1[/U] of that class [code]switch(choice) { case 1: s1.Now(); break; case 2: s1.create(); break; case 3: s1.display(); break; case 4: s1.change(); break;}[/code] Is there a way to change/use only a part of a function? For example for case 2 …

Software Development c++
Member Avatar for machine
0
79
Member Avatar for ss339

Hello... I would like to know if C++ is actually used in games development... I understand it's to create or update the game engine, such as say unreal, though is t used for more? thanks

Software Development c c# c++
Member Avatar for Salem
0
105
Member Avatar for laugh

hi.. i need help with this program. this is a program to turn 'ON' and 'OFF' 1 LED using 2 push buttons. the underline statement suppose to wait for button press. but it is alway false even i have press the button. is there any one who can tell me …

Software Development c
Member Avatar for Salem
0
105
Member Avatar for amtallah

hi all , i want to make function that remove any space before sentance (i.e if user enter multi space before your comment remove it ) and if enter multi space only this function return empty string .

Software Development java
Member Avatar for Ezzaral
0
101
Member Avatar for Jishnu

Hi, I am trying out a bank account program using the corejava package. I am getting a run-time eception when I create a new account & am unable to trace where the error is. Plz help. I am giving the code below. [CODE] import corejava.Console; /**************************************************************** **cLASS bANKaCCOUNT REPRESENTING THE …

Software Development java
Member Avatar for Ezzaral
0
261
Member Avatar for quintoncoert

I 've read Narue's answers in another game thread but there are still some things I would like to ask. what kind of c++ works best for games? can one use any kind. the main reason for using c++ is, i assume, to take up as little space as possible …

Software Development c++
Member Avatar for Narue
0
145
Member Avatar for Teresa_Hall

Hi all - First time posting so please bear with me. I'm in the last week of a C++ class and cannot figure out how to do this assignment. I need to evaluate each character of a string and process using a switch statement. The CASE processing I have no …

Software Development c c# c++
Member Avatar for Narue
0
238
Member Avatar for bala24

Hi all, I was reading about some stuff about References in C++ and got into a debatable topic.. Is references same as a constant pointer to a variable or not. I got some info. to support the topic [URL="http://www.codeproject.com/useritems/References_in_c__.asp"]here[/URL]. At the same time, something that says otherwise [URL="http://www.cprogramming.com/tutorial/references.html"]here[/URL]. Can you …

Software Development asp c++
Member Avatar for bala24
0
125
Member Avatar for Toktam

[B]Hi everyone, What does this command mean? grep '^[a-zA-Z]' Cheers, [/B]

Software Development shell-scripting
Member Avatar for vrgurav
0
263
Member Avatar for Toktam

[B]Hi everyone, Is there any option for rm to remove a directory with no prompts?Actually I know about rm -r but by this option I have to answer lots of questions... Cheers, [/B]

Software Development shell-scripting
Member Avatar for vrgurav
0
135
Member Avatar for shweti

i am a beginner and working in vb 6.0 as frontend and ms access as backend hello ! i have following tables party:- partyid,lastname,firstname,address,areaid,profid profession:-profid,profname area:-areaid,areaname route:-routeid,routeno,routename routearealink:-routeid,areaid i am using msflexgrid control to enter/modify/delete party details which includes area and profession also.For that i want to use a moveable …

Software Development visual-basic
Member Avatar for AV Manoharan
0
124
Member Avatar for arun_daniweb

Hi, I have setup connection with GLUE directory. and getting some attribute also, which i am specifying in search array parameter, but not all. i need to fatch all attributes and their value. even i m not able to fetch the schema also. I don't know what is problem, as …

Software Development java
Member Avatar for arun_daniweb
0
90
Member Avatar for ssimkhan

I've tried to run the BankServer.java class for several hours and this is the error it gives me: G:\Distributed Objects\Exercise 3\BankServer.java:11: cannot find symbol symbol : constructor BankImpl() location: class BankImpl BankImpl b = new BankImpl(); I have other classes orf the Bank interface, BankImpl and BankClient but they're all …

Software Development java
Member Avatar for stultuske
0
155
Member Avatar for shahnazurs

Freinds, i couldn't able to use backspace in the solaris OS! whenever i do it is printing character like ^?. So what i does is just executed command like stty erase ^? then it is working. Can we have some permanent solution for that? my shell is C shell, i …

Software Development unix
Member Avatar for karenjones
0
128
Member Avatar for deep_3657

Hello, I want to know is it possible to access and modify content of a Excel worksheet dynamically inserted as OLE object in a form. I wish to check and update values of various cells by cell number of the worksheet, but not being sure if possible. thanks in advance

Software Development visual-basic
Member Avatar for AV Manoharan
0
177
Member Avatar for kalitherenegade

I am thinking of developing commercial software to rival microsoft office. qiet clearly i cant do this alone i mean it would take like forever and ever so if anyone is interested lets get talking

Member Avatar for AV Manoharan
0
141
Member Avatar for kpillsb39

What i have to create is a program that establishes 2 structs with arrays of CD Albums and then search the arrays for album names and display the album name, Artist or group, songs and their track numbers. My question is; [COLOR="red"]have i missed something in the code?[/COLOR], because it …

Software Development c++ java-swing
Member Avatar for hinduengg
0
241
Member Avatar for jaepi

Hello there, anyone here knows what is the function or library in Linux that corresponds to the win32 functions/library given bellow. library - #include <Windows.h> functions - GetDiskFreeSpaceEx()、GetFileAttribute()、GetModuleFileName()、GetFileVersionInfoSize()、GetFileVersion( ) Thank you!

Software Development c++
Member Avatar for jaepi
0
707
Member Avatar for phalaris_trip

I basically need to write a program that will display all images in a directory, sequentially, and either create or open an existing corresponding text file, and allow a user to write/dictate into it. (e.g. So working in a directory containing one.tif, two.tif and three.tif, the program will open/create one.txt, …

Software Development c c# c++ oop shell-scripting visual-studio
Member Avatar for phalaris_trip
0
181
Member Avatar for laugh

Hi.. I'm new in programming microcontroller in c. And I was given an assignment to write a simple program to turn 'ON' and "OFF' the LED by pressing push buttons. The microcontroller i'm using is PIC18F4620. And i'll need 1 LED and 2 push buttons to program this. I have …

Software Development c
Member Avatar for Salem
0
123
Member Avatar for arunprashanth

Hi In any project we can set values to the session.and get value from the session. which place or path the session information to be stored. Thanks in advance

Software Development java session
Member Avatar for jwenting
0
82

The End.