132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for osjak

Hi All, I am very new to Perl and trying to practice a bit. I am rebuilding my website and decided to take on a project - convert an Simple Machine Forum database into vBulletin database. At the present stage my script successfully converts users and topics, but I am …

Software Development mysql perl vbulletin
Member Avatar for katharnakh
0
101
Member Avatar for anderson

I am writing an application using python to display a FITS image file. I am using pythoncard to build GUI for my application.I can display image files in jpeg, .png, etc . but I am not able to dispaly FITS image in the same application...I donot understand why I am …

Software Development gui image python
Member Avatar for anderson
0
277
Member Avatar for prateeknigamk

i am new in java can any one please tell me the main use of constructor if we can use method in what cases its necessary to use constuctor

Software Development java
Member Avatar for jaka.ramdani
0
88
Member Avatar for JonathanHXC

Hi, I am a new programmer - I'm taking a course of C++ programming in College. I have a quick question - well, I hope it's quick. After I create a program and try to run the program, the .exe file will pop up and in less than a second …

Software Development c++ windows-vista
Member Avatar for vidit_X
0
120
Member Avatar for babukumar

I developed the project in vb.the screen resolution is 1024 * 768 the exe is posted in server . now when another person is opening the exe from his system of 15 inch wider screen the resolution is 800 * 600. some part (right to the user) of the form …

Software Development visual-basic
Member Avatar for abu taher
0
309
Member Avatar for zaaweel

Hello, i just started with on my new school and we are going to make an application that ask how old you are. If you're 13 to 19year old it should say ''Teenager'' But if you write for example 8, it should say '' little kid ". I started to …

Software Development c c# c++
Member Avatar for dmanw100
0
80
Member Avatar for flipjoebanana

Hello, Need pointer on how to create a for loop within gdb that will print something each repetition to a file so that I can view results. How would I go about doing this?

Software Development c
Member Avatar for flipjoebanana
0
89
Member Avatar for BradenMurphy

Hi i've got a problem. I keep getting this awesome error "[Build Error] [Project1.exe] Error 1" I copied this source code from [url]http://www.daniweb.com/forums/thread56924.html[/url] I just can't seem to get it to work. can someone pls help [CODE]#include <windows.h> #include <stdio.h> #include <string.h> #include <odbcinst.h> #include <sql.h> #include <sqlext.h> #include <sqltypes.h> …

Software Development api c++ daniweb-api linked-list sql windows-api
Member Avatar for BradenMurphy
0
332
Member Avatar for freelancelote

Hi, I'm learning C++ at the moment using one of Jesse Liberty's books and got to the pointers day. They ask to code a stray pointer as an exercise and give as a solution the following code: [CODE=syntax] int main() { int *pVar; *pVar = 9; return 0; }[/CODE] Could …

Software Development c++
Member Avatar for William Hemsworth
0
243
Member Avatar for YaelGD

Hi all, I'm trying to figure out why TH I get these error unhandled exception at <address No.> in <my project neme>.exe: <address No.>: Privileged instruction and another : unhandled exception at <address No.> in <my project neme>.exe: <address No.> : Access violation writing location <address No.> when I try …

Software Development c++
Member Avatar for YaelGD
0
138
Member Avatar for Ayu1004

I've spent entire night and day searching on the internet how to solve my problem, and i couldn't find anything... so please help me, if you know :( this is piece of my code: [code] int main () { string line; cout<<"Welcome!"<<endl; getline(cin, line); while (line!="0") { hello (line); getline(cin, …

Software Development c++
Member Avatar for Ayu1004
0
181
Member Avatar for ulrik04

hey all :) I'm making a console program, and I want to do that when you run it from the terminal, you can give arguments like -debug (./program -debug). How do i get whether an argument is set or not in the code? i've tried #ifdef debug, but it didn't …

Software Development c++
Member Avatar for ulrik04
0
280
Member Avatar for Ayu1004

well i didn't have to include anything except string with working with strings and getline, and getline works... but there's another problem. i always have to press enter twice for another line of code to read ;_;

Software Development c++
Member Avatar for Ayu1004
0
94
Member Avatar for choco4202002

how to find all of the IP addresses in any and all of the files under /var/lib/output/*, ignoring whatever else may be in those files? now i can assume anything in those files.....can some one get me started on this. Now i know that the basic logic in this is …

Software Development shell-scripting
Member Avatar for JeoSaurus
0
87
Member Avatar for SHAWTY721

I have a form that contains two text boxes where the user can type in file paths, I want to check to see if the file path entered into the textboxes are valid when the user clicks on the accept button. Here is my code [CODE]Private Sub btnAccept_Click() Dim OpenFile …

Software Development file-system visual-basic
Member Avatar for Jx_Man
0
182
Member Avatar for walk_man

XML to XSLT for XML with value in attribute -------------------------------------------------------------------------------- Hi All - I need your help to resolve this. I have gone through some basic examples of xml and their conversion to xslt, but the one i have to convert is something quite specific. The XML schema for the …

Software Development xml
Member Avatar for gravyboat
0
197
Member Avatar for Acqqht2wasland

Hi all, I'm rather new to XSL (and this forum) and have searched everywhere to find out how to order the output of XML to text using XSLT but haven't found the answer. The XML is similar to the following: [CODE] <table name="data"> <row> <field column="groupA" type="java.lang.String">00000030</field> <field column="name" type="java.lang.String">Smith</field> …

Software Development xml
Member Avatar for gravyboat
0
159
Member Avatar for trenttorkelson

this is my xml: </ROOT> <Item Segment="COMFIN" Dept="Blackberry" Category1="Active Directory" Category2="Password Reset" Code="Reset" /> <Item Segment="GEHC" Dept="Remote Support" Category1="Hardware" Category2="Cable" Code="Replace" /> <Item Segment="Plastics" Dept="Blackberry" Category1="Software" Category2="Casing" Code="Install" /> <Item Segment="Plastics" Dept="Remote Support" Category1="Hardware" Category2="Casing" Code="Repair" /> <Item Segment="Plastics" Dept="Site Support" Category1="Hardware" Category2="Parts &amp; Vendor 5.0" Code="Replace" /> </ROOT> this …

Software Development xml
Member Avatar for gravyboat
0
113
Member Avatar for aadebayo

Hello I am writing a vb code that will generate xml files. I am making some progress, but I am stuck. When I run the vb program, the [B]MessageDetails[/B] node is not displayed, eventhough it is contained in the vb code. What am I doing wrong? Below is the vb …

Software Development display xml
Member Avatar for gravyboat
0
155
Member Avatar for newtechie

i have a file from which i have to read and compute the total value of all items,i dont know what methodto use to read arrays i tried DataInputStream(object).readInt(quantity[]); but it says it is wrong can any one help me in reading from the file and computing the total value …

Software Development file-system java
Member Avatar for newtechie
0
120
Member Avatar for ravikiran032

i would like to know how to get ipaddress using host name of my friends computer in java programming. I have tried using [COLOR="Red"]getByName(".....")[/COLOR] method ,but it is a failure. will u assist me.......

Software Development java
Member Avatar for Ezzaral
0
133
Member Avatar for Mehwish Shaikh

Hello and hii fellows.... I want your help right now in making a BST in which we can perform treeSearch....treeMINIMUM....treeMAXIMUM....treeINSERT....treeSUCCESSOR....treePREDECESSOR....treeDELETE....alongwith INORDER....POSTORDER....PREORDER traversal methods.... I have made a program consistiting of all methods excluding treeDELETE.... I'm ordered to make a tree-class....and a structure for node of a tree.... but im confused …

Software Development c++ data-structure
Member Avatar for Nick Evan
0
358
Member Avatar for olsoul_41

Hi there I have a problem creating a slot machine game in turbo c++ because I cant get the value of the randomize number....

Software Development c c++
Member Avatar for Narue
0
138
Member Avatar for BioTeq

Hi everyone, I'm having issues while attempting to read a text file of the following structure [QUOTE] 0 0 -7.278289 0 1 1.922087 [/QUOTE] As you see the first and second values in a line are integers, I'm not interested in those, the third value is a float which I …

Software Development c data-structure
Member Avatar for Narue
0
111
Member Avatar for MylesDBaker

Hello everyone. I am new to coding, taking an introductory C++ class at Baylor University. I am trying to get this standard deviation problem worked out, but I just pulled an all-nighter on it thinking it would be simple, but it is not. I have attached the prompt for the …

Software Development c++ mathematics
Member Avatar for MylesDBaker
0
131
Member Avatar for danny1405

hi friends i need a good tutorial for learning creating macros in excel using visual basic. i have never programmed in vb.so i dont know how much it will take me to learn. i serched online but most of them were available only after registeration. can someone suggest me some …

Software Development vb.net visual-basic
Member Avatar for danny1405
0
99
Member Avatar for aquiintac

Sorry I first posted this question on on the tech talk portion.... I'm using crystal report and vb6. I posted a thread two days ago regarding changing the connection properties of the crystal report in vb6. I found a way by using : [code]crxReport.Databases.SetDataSource rsReport[/code] but I'm having an exception …

Software Development visual-basic
Member Avatar for gunasekaranm
0
248
Member Avatar for Ajaxx

Hi guys, what might be the cause of this exception, the reason why I did not make my methods static is because I'm running it on putty. Here is my error: Exception in thread "main" java.lang.NoSuchMethodError: main [code=java] package NCN; // Trying date formatting import java.util.Locale; import java.text.DateFormat; import java.text.ParseException; …

Software Development java
Member Avatar for peter_budo
0
306
Member Avatar for kanga85

When running GWBasic on one of my computers Alt/Enter works perfectly at minimising the Basic window, but on my other computer it has no effect at all. Both computers are running WinXP. How do I train Computer 2 to respond? Thanks

Software Development
Member Avatar for kanga85
0
145
Member Avatar for ambarisha.kn

I have the following function. in this function i am not able to push back in vector. I will explain how it works. if same f_pin will comes in the second iteration compared to first iteration of EventNum loop it will get into if Loop and have to push into …

Software Development c++
Member Avatar for ArkM
0
212
Member Avatar for basukinjal

Ive written the following simple code to find the addresses of the varialbles [code=C] #include<stdio.h> int main() { int a; int b; char c; float d; printf("\nInt : %x\nInt : %x\nChar : %x\nfloat : %x",&a,&b,&c,&d); return 0; } /* OUTPUT Int : 12ff4c Int : 12ff48 Char : 12ff47 float …

Software Development c
Member Avatar for bradd
0
99
Member Avatar for ricardonho

I want to develop some plugins for Mozilla Firefox and Internet Explorer. I download de Gecko SDK from mozilla.org, but all mozilla SDK development is by default focused on Visual Studio. And i don´t have Visual Studio. So then i adapted my own version of Gecko for Dev C++ ( …

Software Development c++ visual-basic visual-studio
Member Avatar for ArkM
0
239
Member Avatar for bamabambhole01

Hii, I have output from computation code called cdof and it is double. i want to creat a file either cdof.log or cdof.dat where i can store values of cdof after each iteration or time step. Please suggest me how to create files using iostream. Thanks

Software Development c++
Member Avatar for dmanw100
0
120
Member Avatar for joywena

im a newbie in c# well, our professor asked us to: Write a program in c# to print a triangle composed of a symbol. The number of

Software Development
Member Avatar for Lardmeister
0
75
Member Avatar for barneygurl

I've created a software using vb6 and mysql as the database. The exe runs ok but whenever I try to open a report, I get the error "ActiveX component can't create object". Can anyone shed some light on this problem? I'm using crystal report 11. The reports will run on …

Software Development visual-basic
Member Avatar for barneygurl
0
188
Member Avatar for Tishiablo

Hello, Usually I can find solutions to problems that seem to arise when I'm coding for this game, but I'm stumped on why this is happening.. So I found out how to get the text from the last line of the text box on this game, and I want to …

Software Development c++
Member Avatar for VernonDozier
0
208
Member Avatar for tyserman5674

Hi All, I am having problems with reading input from a sequetail file and I can't figure out what is wrong. Can someone please help me out, I don't know if I am even doing it right, very new at this. The code below is how I generated my .txt …

Member Avatar for raul15791
0
161
Member Avatar for kevinlin

HI, all, I want to ask a question as what I described in the topic. For example, now I have some data in the text box, such like : $VTG,,,,,,,,,N*30 $GGA,,,,,,0,00,99.99,,,,,,*48 $GSA,A,1,,,,,,,,,,,,,99.99,99.99,99.99*30 $GSV,1,1,00*79 $GLL,,,,,,V,N*64 $ZDA,,,,,00,00*48 $GSV,,,,,,,,,,00*67 . . . . . From all these data, what I want is only …

Software Development
Member Avatar for Diamonddrake
0
131
Member Avatar for Eilya

Hi friends, I want (a C++ code) to hide a process in kernel 2.6, I don't want monitoring even in /proc. please help me. Regards, Eilya

Software Development c++
Member Avatar for Eilya
0
127
Member Avatar for 3250245

oh my god ! the teacher let me 2 do the hangman !! u know, it is difficult 2 my--a VB learner who can give me the code for hangman ! @_@ thx

Software Development visual-basic
Member Avatar for jonc
0
133
Member Avatar for bicarbonato

Hi all, I'm using a common Lisp compiler and I don't know the syntax to get the node "NIGHT" from the list (((GOOD))((NIGHT))). Could someone help me? Thanks

Software Development
Member Avatar for bicarbonato
0
73
Member Avatar for uan_Blr

Hi everyone! I have just signed in at daniweb, I hope you can help me. I am new to perl and have the following problem to solve: I have loads of files with 16 columns full of numbers. I need to 1. take column 6 and substract column 10, store …

Software Development perl
Member Avatar for uan_Blr
0
519
Member Avatar for syuk

Can somebody tell me whats wrong with this codes? I’d try to write this program but have error. I don’t how to make it correctly. Please help me! -da question- Write a program to process weekly employee time cards for all employees of an organization. Each employee will have three …

Software Development c++
Member Avatar for VernonDozier
0
809
Member Avatar for Alex Edwards

I was tinkering around with code in C++ last night trying to make a template algorithm that would be evaluated at compile time and also print information. Unfortunately, because std::cout and std::cin are references to objects and they aren't considered built in types (directly at least), I suppose the compiler …

Software Development algorithm c++
Member Avatar for Narue
0
3K
Member Avatar for lukechris

I am currently writing a Poker Clock program in VB 2008. I have got everything working up until I try and type this (on a button) Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Timer1.Interval = 120000 End Sub End Class 120000 being 2 minutes, I …

Software Development vb.net
Member Avatar for lukechris
0
107
Member Avatar for rumencho

Hi all, I,m reading "Art of assembly language" and author says that he had included a library files on a companion cd-rom, but I had downloaded the book for free on the internet and now i don't have these files,can you help me to find them?

Software Development assembly
Member Avatar for Salem
0
110
Member Avatar for LexiK

Hey Hey everyone :) I need some serious help with writing this game. Its called Nine Men's Morris! If some one has any idea how to write it, or possibly has the code for it. PLEASE PLEASE LET ME KNOW!!! You will be a life saver!!!! Thx Lexi

Software Development python
Member Avatar for jlm699
0
1K
Member Avatar for phillipeharris

Well I am sure that my code is right. but in my main ().. my cout <<myTree casues an issue and I dont know why . any help would be much needed... I am almost there.

Software Development c++
Member Avatar for phillipeharris
0
126
Member Avatar for newb666

hey y'all i just started messing with VB about 3 days ago i just created a countdown timer. it works as far as result goes but here's my prob. i created a command button, when i click on it, it shows me the correct countdown and all how can i …

Software Development visual-basic
Member Avatar for Drycola
0
446
Member Avatar for dexter1984

I'm almost done with my assignment but now I'm stuck with some binary file problems. Below is the binary file section of my work. [CODE=cpp]cin.ignore(); cout << "\nPlease enter filename: "; cin >> openBinary; ifstream finBinary; finBinary.open(openBinary, ios::in | ios::binary); if (!finBinary.good()) cerr << "File could not be opened" << …

Software Development c++ ios
Member Avatar for Narue
0
141

The End.