132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for karthic_victory

Respected Seniors & dear friends I want to know which tutorial is the best one to learn from basics of java. Please give me any links

Software Development java
Member Avatar for Ezzaral
0
148
Member Avatar for lotsofsloths

Ok, say im using the cmd prompt version of MSVC++(or the windows app type), how do i post a project on daniweb, HTML, or any other website(or like a quick luanch desktop icon)?

Software Development c++ first-post
Member Avatar for ~s.o.s~
0
325
Member Avatar for kpillsb39

I want the program to have the user select either Y or N to display the list of albums in the array, if the user entered Y to display the list of albums then have the user enter a name for an album from the list to search the array …

Software Development c++ java-swing
Member Avatar for ~s.o.s~
0
101
Member Avatar for sadaka

Hello you guys. I'm very excited since I'm so close to finishing my project. However before I'm totally done I am kind of stuck on this error message when compiling. It says "[COLOR=red]cannot find -lobjc[/COLOR]." Have anyone seen this before? [U]What does it mean?[/U] I've added my entire code if …

Software Development c++
Member Avatar for Ancient Dragon
0
143
Member Avatar for dajiebuda

I have a code generated with netBeans. It use org.jdesktop.layout. I have the file swing-layout-1.0.jar. But I don't know how to compile and run mycode.jave with that jar file. Please write full comands if possible. I'm so new to java that every step use me 2 hours - 2 days. …

Software Development java java-netbeans java-swing
Member Avatar for Ezzaral
0
164
Member Avatar for Prozeen

Hi all, I have 3 labels, with 3 captions (i.e. integers)... Label 1 = 1 Label 2 = 3 Label 3 = 2 What I want to do is search all these labels and find out what the highest number is (in this situation it's 3) so that I can …

Software Development visual-basic
Member Avatar for Prozeen
0
442
Member Avatar for bops

Basically I'm writing a function to change all the '|' characters in a string passed as a parameter to '\n' characters. Seems simple enough to do, but I get one of those "Application has encountered a problem and needs to close. We are sorry for the inconvenience." messages. [code=c] char …

Software Development c++
Member Avatar for Narue
0
118
Member Avatar for dajiebuda

I copy and paste code generated from NetBeans into a java file. To run it, I got message "package org.jdesktop.layout does not exit" What should I do? Thanks ahead.

Software Development ide java java-netbeans
Member Avatar for peter_budo
0
136
Member Avatar for quintoncoert

i have a form which i have to protect with a password. this form is called from a user form which does not have any passwords on it. which means anyone can access it. in order to accomplish the security i placed a password in an access database but the …

Software Development c++ encryption
Member Avatar for quintoncoert
0
94
Member Avatar for dotcom123
Member Avatar for dotcom123
0
80
Member Avatar for AV Manoharan

I advice you to desist from this almost imposible task. And I am of the openion that you are not even aware of a fraction of the tremendous potentiality it offers for simple office management to very powerfull computing- options integrating small office to corporate bodies spread over miles apart. …

Software Development visual-basic
Member Avatar for w_3rabi
0
110
Member Avatar for mrark

i want a calculator project just use applet not swing or frame i hav but i took just input through mouse but dont perform any operation

Software Development java java-swing
Member Avatar for mrark
0
103
Member Avatar for sk8ndestroy14

This is just a simple question. There are four command buttons in a control array. I want to write code for one of them that changes the same property in the same way for all of them. When I tried doing this with just a specific button (I entered the …

Software Development visual-basic
Member Avatar for DenisOxon
0
162
Member Avatar for byomokesh

Hi All, I am doing convert xml files using perl(filehandle). i have one problem in Cross Linking (all figure, tables, footnotes). I cant understand which function it ll be do or not. Does anybody help me. Its possible or not to match appropriate match link. [B]My xml file[/B] ------------ <book> …

Software Development perl xml
Member Avatar for byomokesh
0
164
Member Avatar for hbweb500

So Im trying to write some code that takes a chunk of text, splits it up into words, then puts these words into an array. What I have is: [code] string buf; stringstream ss(database); // database is my chunk of text while (ss >> buf) // Tokenize when whitespace met …

Software Development c++
Member Avatar for hbweb500
0
254
Member Avatar for hinduengg

Could you please give some info regarding - What are basically linked lists . I know that they can be used as arrays and stacks and queues. But confused a bit about FIFO and LIFO CONCEPTS. I cant understand how do we always access the stack from top.It is just …

Software Development c++
Member Avatar for hinduengg
0
114
Member Avatar for randomFIRE

I'm trying to add an image to a button instead of text. I looked at some examples, and I can't figure out what I am missing. I've imported this because the ex. had it. Don't know if it is needed. [code=java] import javax.swing.AbstractButton; import javax.swing.JButton; import javax.swing.ImageIcon; [/code] Then this …

Software Development java java-swing
Member Avatar for ProgrammersTalk
0
127
Member Avatar for chihwei

Write the definition of a class Telephone . The class has no constructors, one instance variable of type String called number , and two static variables. One is of type int called quantity ; the other is of type double called total . Besides that, the class has one static …

Software Development java
Member Avatar for ProgrammersTalk
0
210
Member Avatar for dajiebuda

codes in two files. Is there a way to use a method cross files?

Software Development java
Member Avatar for ProgrammersTalk
0
128
Member Avatar for fernando22

ok i have a problem, like you can see in the code i already create a bidimesional array step by step..... ok i want to eliminate that, and instead of that i want to load the array from a .txt like this> 0-0-6-0-0-0-6-0-0-0 0-0-8-4-0-0-0-0-0-0 6-8-0-0-0-0-0-0-0-0 0-4-0-0-2-0-0-0-0-0 0-0-0-2-0-4-0-0-0-0 0-0-0-0-4-0-0-1-0-0 6-0-0-0-0-0-0-0-0-5 0-0-0-0-0-1-0-0-7-0 …

Software Development algorithm c++
Member Avatar for fernando22
0
189
Member Avatar for cwb01

How do I handle an exception error if a user enters nothing or a letter into the input box when I have it declared as an integer. --------------------------------------------------------------------------------

Software Development vb.net
Member Avatar for sk8ndestroy14
0
59
Member Avatar for RicardoDiaz

Hi, how can I use this assembler? I tried assembling a file through the terminal like this: "as Practice.asm". I got this message: "practice.asm:0:End-of-File not at end of a line practice.asm:6:End-of-File not at end of a line practice.asm:unknown:Partial line at end of file ignored" And an output file: "a.out", I …

Software Development assembly
Member Avatar for RicardoDiaz
0
194
Member Avatar for olufunkky

Please I need help with this program. I tried different approach, but doesn't seem to be getting no where. [B]QUESTION:[/B] [B]You've been going to work on a database project at work for sometime now. Your boss encourages you to program the database in Python. You disagree, arguing that Python is …

Software Development gui open-source python
Member Avatar for olufunkky
0
152
Member Avatar for JRM

Here is a snippet from an example on C++.com. They use what looks like a do loop. I tried putting it into their search, but nothing came back for "do". As far as I can tell it forces the loop intially, otherwise the while statement would cause it drop through …

Software Development c++
Member Avatar for JRM
0
116
Member Avatar for Prahaai

I have a web site. My webhost supports Python scripts. I am pretty good at python. The question is: How can i make a web-page written in python, so that after i upload it on the host server it looks just like a HTML page? (i mean, it is somehow …

Software Development python web-server
Member Avatar for Prahaai
0
116
Member Avatar for Ruso1636

Hi Guys; Im doing a BNC, and I need to change the resolution of the capture from 32 bits to 256 colors. Do anyone knows how to do that? Is there any function that changes it? Thanks

Software Development c++
Member Avatar for Ruso1636
0
131
Member Avatar for ThePATRIOT

I need write a program in python, for a divice with GSM modul , which send a sms (using AT commands), to few gsm numbers set in advance , if there is an input signal from external divice , and doing nothing if there is not a signal !!! i'm …

Software Development python
Member Avatar for ThePATRIOT
0
86
Member Avatar for scru

Hey, Is there a way I can import dll files made in C# into python and use their classes?

Software Development python
Member Avatar for bumsfeld
0
109
Member Avatar for LSPUWILLC

Hello everyone! The other day as I was surfing the net I came accross this Java Game on this web page: [URL]http://www.bosanci.net/ljubav.php[/URL] *It is a foreign language and it is a "Crush Calculator" - It asks you to type in a male name in the first string and a female …

Software Development java
Member Avatar for The Dude
0
243
Member Avatar for pyapplico

I am a beginner that is learning C++. I would like to now how everyone else learnt C++.

Software Development c++
Member Avatar for hinduengg
0
170
Member Avatar for doraemon

What is the difference between "\n" and '\n'.? Also what is the difference between " " and ' '??

Software Development c++
Member Avatar for doraemon
0
86
Member Avatar for Xeon1st

Hi, I need to write a program that receives a 20 char string from the user and transforms lowercase to uppercase letter, but it should not affect any other character not included in the lowercase range (97-122, a-z). I wrote my program and the filters for the a-z configuration but …

Software Development assembly
Member Avatar for Xeon1st
0
157
Member Avatar for Lardmeister

I would like to reverse a sentence. I have this: [code=python]sentence = "a doctor kills your ills with pills and you with bills" print sentence[::-1] # sllib htiw uoy dna sllip htiw slli ruoy sllik rotcod a [/code]However, I would like the sentence reversed like this: bills with you and …

Software Development python
Member Avatar for vegaseat
0
1K
Member Avatar for hinduengg

HELLO THIS IS MY FIRST POST. I WISHED IF ANY ONE COULD HELP IN EXTRACTING WORDS FROM A CHAR ARRAY -STRING LIKE IF THE SENTENCE INPUTTED BY USER - [B]JACK WENT UP [/B] THEN I NEED TO PRINT THESE WORDS SEPARATELY ON FRESH LINES OUTPUT- JACK WENT UP [B] I …

Software Development c++
Member Avatar for Narue
0
3K
Member Avatar for Es Sayen

hello, I am working on a module in which i have to make a particular form available to the user for 30 days and after that he has to validate this from admin to use it further. Now, i don't know how should i do this. I don't know what …

Software Development visual-basic
Member Avatar for Es Sayen
0
133
Member Avatar for phalaris_trip

Why does this not work, and are there other alternatives? This will eventually be used in a loop of sorts.. the different fileName's will be determined by the program in real time.. [code=cplusplus] #include <fstream> #include <iostream> int main (int argc, char** argv) { std::string fileName; fileName = "testFile.txt"; // …

Software Development c++
Member Avatar for ~s.o.s~
0
197
Member Avatar for guptaalok12

hi i am using vb.net 2003 ,i have got a problem ,i have a 'tif' image .i am showing it in picture box ,now i want to cut some portion of this image and save in another location .so how can i do it.Pls help

Software Development vb.net
Member Avatar for waynespangler
0
202
Member Avatar for hunnyz
Member Avatar for linux
0
82
Member Avatar for sundar divas

int x=10; string y; How do I bring about this conversion y=x; with a single statement? should I use typecasting, somebody pls guide me. I dont know how to do it. itoa is so complex

Software Development c++
Member Avatar for phalaris_trip
0
104
Member Avatar for teritori

hi everyone.I'm a beginner in java and i'm trying to create a full screen applet without any success.Any help will be appreciated. :D

Software Development java
Member Avatar for jwenting
0
151
Member Avatar for Covinus

ive been trying to connect my c program and a postgre database using VC++. but i cant compile it because it cant find "postgres_fe.h". and also i cant find any tutorials about this one too. When i searched google, most are for linux. if anyone here knows some links to …

Software Development c c# c++
Member Avatar for ~s.o.s~
0
144
Member Avatar for kpillsb39

Need assistance in the assignment on using an Array of structs. I need to know if the array is initialized properly or what i need to do to get it initialized. Some code has been commented out until i get the array initialized. Here is the code: [code=cplusplus] #include<iostream> #include<iomanip> …

Software Development c++ java-swing
Member Avatar for Narue
0
84
Member Avatar for ghadahelal

Hallo, i have a programm, it works without errors , the only problem i have is that the .exe file works for one line and then it closes from itself how can i change this problem. i must give this .exe file in 4 days !! thanks

Software Development c++
Member Avatar for Ancient Dragon
0
95
Member Avatar for roswell1329

I'm having a devil of a time trying to insert a Windows UNC share into my MySQL database. The DBI quote function doesn't seem to be behaving as I would expect. Here's a little example: [code=perl] #!/usr/bin/perl -w use DBI; my $unc = '\\somebox.somehost.com\someshare'; my $dsn = "DBI:mysql:cmdb;localhost"; my $dbh …

Software Development mysql perl
Member Avatar for roswell1329
0
169
Member Avatar for tformed

I am to create a program in which the user puts in a word and the program displays the definition. The words are 20 words I select. I have a comon idea on how to achieve this, but I never scaned for text before. I know char is for a …

Software Development c++
Member Avatar for tformed
0
135
Member Avatar for dev.cplusplus

Hi to all, I was wandering which is the best way to found the closer number in an array. OK not exactly the closer number, I explain my self: For example I have the array: Index: 0 1 2 3 Numbers: 750 500 300 200 * If I receive the …

Software Development c++
Member Avatar for Chaster
0
112
Member Avatar for radskate360

My program seems all correct but when I run the program my outputs are all what they need to be but I just cant seem to figure out how to send my output into 5 seperate columns. After reading the teachers notes I am more confused with his explanation on …

Software Development c++
Member Avatar for Lerner
0
107
Member Avatar for nirmalaravi

Hi all I need a java application to be developed for Game of Life without using applets by using only arrays thanks in advance

Software Development java
Member Avatar for iamthwee
0
83
Member Avatar for bklstheman

I am starting out, trying to learn come C programming over the summer (I've had experience in Java for over a year) and I got a problem when I use my compiler. I am using Dev-C++ and everytime I run my program it quickly closes. Now I know I can …

Software Development c
Member Avatar for iamthwee
0
122
Member Avatar for jlb_2_99

Is there any other code written for a coke machine program. We’ll start by having the user “insert” their money. Since they can’t physically insert the money, we will just ask them how much they wish to insert and we will keep track of how much money they have inserted. …

Software Development c
Member Avatar for Chaster
0
141

The End.