199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for suneetha

hai friends my academic project is developing an editor for java. please tell me the code to compile and execute the java programme. waiting for ur reply please thanq

Member Avatar for Phaelax
0
122
Member Avatar for nottoshabi

I want to learn some UI developemnt for windows using visaul basic can you guys direct me to some books, and materials?

Member Avatar for nottoshabi
0
88
Member Avatar for bharatshivram

i developed a website using php and the backend database ii am usiing is mysql. the server i used for this purpose is abyss web server. i have two problems 1) every time i log on ot the internet i am assigned a different ip address, how can i make …

Member Avatar for w_3rabi
0
308
Member Avatar for lotsofsloths

OK, i am using Microsoft Visual C++ 2005 Express Edition, and am using the Window Applications part of it (compared to using Command Prompt to display programs) Now, as for the program, i am making a password machine that tells users to enter a username and password, my program will …

Member Avatar for lotsofsloths
0
132
Member Avatar for hamooihamoo

hi, every one. I want to develope an application similar to outlook express that is an e-mail client. i want to do it using Java but i don't really know how and what to use. I have been trying to find information on the internet and i came accross secure …

Member Avatar for hamooihamoo
0
77
Member Avatar for RisTar

Im trying to read some integers values from a text file. The problem is that first lines of the text files contains some text and only then theres the values that i want to read into variables , and i dont know how to get down three lines and then …

Member Avatar for RisTar
0
142
Member Avatar for nottoshabi

Guys I have to deceipher this code but I can't make heads or tails out of it cause it closes the comand window before i can see anything I tried adding a system pause at the end but that just gave me an error. [code=syntax] // Program 6.9: Validate a …

Member Avatar for ~s.o.s~
0
107
Member Avatar for Navrex

Hey .........Would any 1 like to tel me that if the mege sort works at runtime or not.? im giving my code below....Tell me y it is not running in VC++ correctly.....the code given below doesnt have any error in code but when any1 runs it it gives error.....CHECK IT …

Member Avatar for jwenting
0
111
Member Avatar for 1g0r

Hi guys, Im currently doing my Final Year Project on electronic engineering course..And my project relates to RFID and sadly to say it is due by next week:sad: Im using vb6 and I DESPERATELY need help on one part of my code....Can anybody help??? But first of all, I want …

Member Avatar for sbalwani
0
141
Member Avatar for Tales

I need to find a way to convert char[] to TCHAR[] I did my best to find it, but all I could find was char[] to wchar_t[] using... int swprintf( wchar_t *buffer, const wchar_t *format [, argument] ... ); Help please!

Member Avatar for Ancient Dragon
0
113
Member Avatar for Lance Wassing

Hello Everyone, I have started creating an open source database architecture, with a waa, and much more. There is many features that can blow SQL, and access out of the water, including but not limited to: 1) true multi-dimensionalism, 2) array fields 3)File embedding, of 30 or more formats.. 4) …

Member Avatar for Infarction
0
204
Member Avatar for Sacky

Well i'm trying to implement pawn into my app (pawn the embedded scripting language) and while including the amxprocess.c i get these errors: [QUOTE]Error 1 error C2708: 'push' : actual parameters length in bytes differs from previous call or reference 524 Error 2 error C2708: 'push' : actual parameters length …

Member Avatar for Sacky
0
107
Member Avatar for nathanpacker

I was trying to write some stuff in batch files, and was told it would be easier to do what I was trying to do with vb. So I looked into that, and I can understand it enough, but in my search for tutorials to get more into it, they …

Member Avatar for nathanpacker
0
67
Member Avatar for sillyboy

Hi all, I am after a instruction set with limited or no floating-point instructions. Why I want this is to get a compiler of this certain architecture and compile code (one with floating-point and the other without). With the resulting assembly I wanted to compare the two and do some …

Member Avatar for Purple Avenger
0
147
Member Avatar for hbk619

[COLOR=#000000](keep in mind the thread title)[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000] [URL]http://wap2p.com/?page_id=4[/URL][/COLOR][URL="http://wap2p.com/?page_id=4"][/URL][URL="http://www.rarlab.com/"][/URL] third file down. "with authority" is a (was a) peer-to-peer card game, which you can play offline. Now if i wanted to change the images to my own cards, how would i go about that? i looked in the folders and …

Member Avatar for hbk619
0
105
Member Avatar for MarzenaM

:sad: Hi! I am a new member on DaniWeb site. And I need your help!!! I just started C++. I have project to do. The user must insert 4 integers. My main problem is that I may not input th digits seperately, but should input the number as a whole. …

Member Avatar for MarzenaM
0
107
Member Avatar for digi3e

Hello anybody who takes the time to read this! I am not new to CFM but have not hit it to deep as of this point. Here is my problem and I hope I can explain this well enough. I have a page that will be driven left to right …

Member Avatar for digi3e
0
100
Member Avatar for slayr-cxf50

Hi I am creating a loop, and for one of the ?possibilities (or answer things or whatever they're called when you can execute commands from the results) i have a result of None. This is the code. ready = False while not ready: input = raw_input("Are you ready?") if input …

Member Avatar for Lardmeister
0
94
Member Avatar for aparnesh

Does anybody know how to extract the tag information (Title, Artist, album etc ) from a .mp3 file ? And how to edit the information from VB ? Regards

Member Avatar for aparnesh
0
58
Member Avatar for CRD

Is there any place that I can find what functions are available in what headder files? Dick

Member Avatar for CRD
0
72
Member Avatar for satish.paluvai

:sad: for comipiling the c/c++ program my editor is taking so much time for even it is 2 or 3 lines of code also .because of this i am unable to do more progrmas in a day. please help me to do it fast.i am useing tc editor

Member Avatar for ~s.o.s~
0
109
Member Avatar for SHWOO

I am writing a class character for an assignment. The class relates to a role playing game. I am getting an error which I don't understand. This error occurs in the default constructor of the implementation file. The dynamic help says that I created an object without creating a pointer …

Member Avatar for vijayan121
0
147
Member Avatar for jan1024188

hello, I am using Visual Studio 2005. When I write come C++ code (using iostream header) I get this error when compiling c:\users\jan\documents\visual studio 2005\projects\lesso\lesso\main.cpp(1) : fatal error C1083: Cannot open include file: 'ioestream': No such file or directory What should I do?

Member Avatar for jan1024188
0
120
Member Avatar for Lardmeister

Does anyone know of anyplace/anybody that teaches C# at the highschool or college level to get students used to a programming language?

Member Avatar for pygmalion
0
101
Member Avatar for adnichols

I have been having difficulty trying to figure out how to read in data backwards. I get the idea, but have no idea how to properly code it since it is string data from a txt file. I was given the basic file to start with, but need to add …

Member Avatar for adnichols
0
134
Member Avatar for Fenerbahce

HI, [COLOR=#000000]I am trying to return automatic value into another column with using trigger in a table, when I enter new record into that table. It works if it is first data to be in that table. If I have more than one record already, it doesn’t work. I thing …

Member Avatar for Fenerbahce
0
137
Member Avatar for mathgirl

Leap Years Def: A year is a century year if it is divisible by 100. Def: A year is a non-century year if it is not a century year. Def: A year is a leap year if it is a non-century year that is divisible by 4, or a century …

Member Avatar for Ancient Dragon
0
365
Member Avatar for pointers

Hi, I am very new to java.....i know only c programming language.....even dont know c++ now i am getting training in java , i am confusing with oops concepts like polymorphism,inheritence etc. and java syntaxes all can u pls post a good link thst gives good command over oops , …

Member Avatar for indianscorpion2
0
82
Member Avatar for satish.paluvai
Member Avatar for vijayan121
0
82
Member Avatar for eeeman

"ListFiles.java": Duplicate definition of class milestonemyworkspace.ListFiles, defined in H:\SDI\MileStoneMyworkspace\MileStoneMyWorkSpace\src\milestonemyworkspace\ListFiles.java and also defined in H:\SDI\MileStoneMyworkspace\MileStoneMyWorkSpace\src\milestonemyworkspace\listFiles.java. The bugs says theres a duplicate class but as you can see on the image the files look normal. I have no idea whats wrong I tried deleting the class and repasting to another class but …

Member Avatar for jwenting
0
136
Member Avatar for compusaz

hi i am still a beginner and i am very interested in learning this language . what is the best i can do?

Member Avatar for jwenting
0
104
Member Avatar for eeeman

Hi Im am so far trying to get the Jlist in my gui to display all the files in my directory H:\SDI\MileStoneMyworkspace\MileStoneMyWorkSpace\users\abimar How can I do this. If you look I madde an attempt, tried to write files to object and list objects in J list. What am I doing …

Member Avatar for jwenting
0
144
Member Avatar for jeet_portal

Hi Experts, I have a small problem in my Projects. I need to insert the registration data into two differnt database table.I am using jsp code to do that opration. Pls Tell me some way in which i can ful fill this requirment. Should i use two differnt connection,Resultset , …

Member Avatar for rgtaylor
0
186
Member Avatar for mathgirl

I need to create a decision tree that sorts any three integers in ascending order. This is what I did:[code=c] #include <iostream> using namespace std; int main() { int x, y, z; cout << "Enter three integers: "; cin >> x >> y >> z; cout << "Your three integers …

Member Avatar for WaltP
0
154
Member Avatar for wujianwei

if you type "123e1" in the command line, the system may read "123" and save the value. but how can we tell the computer that it's an wrong input?:-|

Member Avatar for WaltP
0
98
Member Avatar for crazynp

Hi, Will anybody please help me with this. The bar chart image is created and stored using php code. each time the page is hit, the new image is created and displayed. The firefox always dispaly the new image but IE always dispaly the old image and I have to …

Member Avatar for crazynp
0
157
Member Avatar for Tales

Can someone help me with this? class Note{ private: [INDENT]double Freq; int milisec; [/INDENT]public: [INDENT]Note(); Note(double Fr, int ms){ [INDENT]Freq = Fr; milisec = ms; [/INDENT]}; ~Note(); [/INDENT]}; Ok... now I declare something like this: Note mynotes[MAX_NOTES]; is there a way to find out the array size? Thanks

Member Avatar for vijayan121
0
144
Member Avatar for ramya_bugbuster

hi friends... i need code for notepad program... i'm trying to create a new notepad using c++... i cant complete that... i need code for database connectivity with this program for dictionary use in notepad program.. pls help me guys!!!!!!!!!! ---- ramya

Member Avatar for Lance Wassing
0
118
Member Avatar for staneja

Well i am doing a very simple program that is to calculate the number of occurrance of a character in a string Hello World The character H appears 1 times The character E appaers 2 times The character L appears 3 times The character L appears 3 times The character …

Member Avatar for sun light
0
285
Member Avatar for sibboz

hi everybody, I help out with my mates gaming site, it caters for PC xbox 360 and PS3 gamers, with ladders and tournaments. But what I'm looking for is a league display script so that results can be shown in a table format, with fully editable coloumn titles so that …

Member Avatar for Phaelax
0
108
Member Avatar for websmythe

PopUp Windows I just started with Oracle 10 XE (Express Edition) and found a kool How To on creating PopUp Windows in Application Express [URL]http://www.oracle.com/technology/products/database/application_express/howtos/how_to_create_custom_popups.html[/URL][URL="http://www.oracle.com/technology/products/database/application_express/howtos/how_to_create_custom_popups.html"] [/URL]

Member Avatar for websmythe
0
115
Member Avatar for ripper

i need to find if the system has the latest version of a particular package and install if it dosent. how do i compare the versions? assume that i use rpm to find the installed version and a separate file has info of the required(latest) version. how do i do …

Member Avatar for ajcamp
0
98
Member Avatar for teh_man

Hey All i am making a connect four game. I have done most of the code but need help in some bits 1) Which is how to code to see if there a win from vertical, horizontal or diagonal. - The Grid is 7 by 7. - I no idea …

Member Avatar for Lerner
0
134
Member Avatar for Timra

Hello Everyone, I am looking for an SEO-friendly CMS program. Until now I have built my sites the old traditional way. (Plain HTML editor). The new site I am about to launch will be massive and cannot be managed without a decent CMS program. I am not looking for a …

Member Avatar for luemob
0
234
Member Avatar for snufse

I am trying to connect to an IBM AS/400. Can anyone help me interpet the error and possible guid me what to do. Thanks Code: Dim myAS400Connection As New OleDb.OleDbConnection myAS400Connection.ConnectionString = ("Provider=SNAOLEDB;" & _ "Data source=as820;" & _ "User Id=vbuser;" & _ "Password=vbuser") myAS400Connection.Open() Error: Exception Details: System.Data.OleDb.OleDbException: No …

Member Avatar for amolasu
0
187
Member Avatar for libertygirl

hi! I need a program in vb that does this as soon as possible, I'd be very grateful if anyone could tell me how to do it: the customer gives a table containing the old values and new values in an excel sheet which will be connected to an access …

Member Avatar for libertygirl
0
92
Member Avatar for karan_21584

hai, i have a XML schema and XML file. Now i want to change the xml <tags> to lowercase... for example <First> <Second>, then i want to same resultant schema and xml file as <first> <second>. could anyone help me plz??? its urgent... thanks in advance....... and also [COLOR=#0000ff]<[/COLOR][COLOR=#990000]xs:element[/COLOR] [COLOR=#990000]name[/COLOR][COLOR=#0000ff]="[/COLOR][B]Rollno[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] …

Member Avatar for iamthwee
0
126
Member Avatar for Barefootsanders

Hey everyone. Im trying to make an online RPG where you can join "Families" or clans. I the code below is what I have thus far. It works but for some reason it wont update the creating users "family_id" in the database thus not telling the server that he is …

Member Avatar for Barefootsanders
0
89
Member Avatar for proctk

after some searching I come up with the below which give the error I posted. I'm surprised that I have not been able to find script that uses mysql to get birthdays within x days. error message, any ideas, thank you for the help SQL Error: SELECT DOB, STR_TO_DATE(CONCAT(EXTRACT(DAY FROM …

Member Avatar for UrbanSky
0
1K
Member Avatar for aarnott

I'm making a forum-like program, and I'm having difficulty designing a particular feature. I want it to store if a user has viewed a particular post or not. I'm not sure exactly how to go about this. What do you think would be the best approach? Thanks, Andrew Arnott

Member Avatar for aarnott
0
90

The End.