199,114 Archived Topics
Remove Filter ![]() | |
Hi All, As a non-required, ungraded, "activity", I coded the following program, and I'm wondering if there was an easier way for me to of solved the problem. Please note that this is only a second semester type course, and to this point we've only covered basic variables and constants, … | |
hi. i am freasher in php. Can any one help me regarding where i can get FAQs in php. it would be a great help. Thanks | |
Hey, I've been trying to code my own news/ blogging script, by following a tutorial, but unfortunately I keep getting these mysql errors when I submit an entry, and on the page where I want it to be displayed. And I don't know how to recognize the errors just by … | |
hai freinds, this is pench. i am MCA graduate. plz help me if i post any queries in forum . 1.difference between TOMCAT server and WEBLOGIC server 2.What is the difference between SERVLETS and JSP 3. what is the difference between SERVLETS and CGI and i hope i will response … | |
hi, i'm new to c++(just 3 days) and new to this forum too (so pls go easy on me). my problem is i can't remember how to use the for, while and do loops. but when i see a program with these loops in them i completely understand the program … | |
ok, quick question for those who know the standard well. when is a variable (and array and class object) set to 0 by default (all elements, all members) in C++. i know that if it's global it should be (is it?). are there any other cases? | |
Hi Everyone, In DAO there is an tabledef object where you have the ability to find out all the names of all tables inside an MDB file. Can anybody show me a code on how to do that in ADO. Thanks in advance. Newvbguy | |
hai freinds, this is pench.i have finished my psot gradution(MCA) in S.K.University.i am new to this group.plz help me if post any queris in forum. queris: 1. what is the difference between New and Malloc or Calloc in C | |
After bending over backwards, I managed to finally get my form validation done, which seems working perfectly well. After failing to work with e-mail, I wonder if anyone around could help me little towards e-mail so that as soon as someone presses "Submit" button, I get the entire form's message … | |
How Do I make Visual basic click on other icons in other programs. Like The next and finish and Install cmd buttons. Is it possible to copy text out of a text out of text boxes and Enter them into a program. Kinda Like COPY AND PASTE | |
Hi there I just want to know if it is posible to write a batch file wich can change your IP when you click on it? | |
Hi, The below is a program which uses quick sort to sort numbers in 3 columns LayerCode, SubCode and BrandCode. It sorts first by LayerCode, then by SubCode and then by BrandCode. The program seems has no errors. but it is not working(i.e., not sorting the numbers). Can anyone have … | |
Hi, I have given a assignment to make a program using arrays input match played and win for five cricket teams in the month of April then give the ratings of the teams like “CITY BANK CRICKET RATING | |
I am newbie to C. Now one urgent application i got that is.. I have to talk to the other equipment through some defined protocol using serial COM1 port in the windows environment. means i have to send 1 Command (Bytes of Hexa data) from PC as a master in … | |
Hi, I am still very new to C++ and need help with new/delete, I am posting what I wasn't able to find answers for on msn search or by myself after hours of testing.. 1. Am I using new/delete correctly? [code] char hehe[1024]; memset(hehe,0,sizeof(hehe)); sprintf(hehe,"Some Text"); char *testx; int testxlen … ![]() | |
[CODE]#define AND && #define ARRANGE (a>25 AND a<50) main() { int a = 30; if (ARRANGE) printf("within range"); else printf("out of range"); }[/CODE] What is the output? | |
I'm building a website for me and my friends that should include a forum and a chat. I'm developing the list of the friend but I don't know how to display wich users are online and which not. The users are autenticated with sessions variable. To be able to check … | |
Hiya all. I have a bit of a problem Im developing an online music library I want to know if its possible to have a function for my application that when a user/member is logged in and they choose to add a track to their personal music library how can … | |
hello! I need to use this for loop to extract specific data from a text file. But it gives me an error message:syntax error.I hope you don't mind helping. Thank you for your time and effort. Below is my codes: OpenFileDialog1.ShowDialog() [COLOR=#0000ff]Dim[/COLOR] a [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR]TextBox2.Text = OpenFileDialog1.FileName a = … | |
Hi there...im the new member here and the beginner in vb application im from Malaysia...can u all show me the [B]format of the vb scripts or the one example of vb scripts[/B]..Im really need it... Thanks and Regards Maroll | |
i m seeking for good shoping cart with opensource code. any body sugest me please | |
Ive looked many places but the answer to this question has eluded me, once a script is executed how can you make it so that it re-starts. Oh, and what is the meaning of life?:cheesy: | |
Hello, Is it possible to override _top target? I need to keep all the pages in a frame and I don't have access to some pages that use _top target in their links and they get out of the frame. Thank you, Ramin | |
Can someone tell me how to get the size of the track that i am putting into the database recorded in the database [php] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Add a Print</title> </head> <body> <?php # Script … | |
I read somewhere that you should avoid using a leading underline in a variable name. It is supposed to have a special meaning in Python. I can't find anything more detailed. Does anybody know? | |
Does Python have a static variable like C has? I like to avoid a global variable for the usual reasons. Note: A static variable in a C function will retain its last value. | |
hi there, my task is to do the automation of consolidated database (MySQL). i have to upgrade the previous Consolidated Database (CD)programming. so far, i have already designed a timer. but my problem now is on how to plug in this timer to the previous CD source code. the previous … | |
Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month … | |
hi all how i can read from text file please send to me the code | |
Can someone please, please assist me with a java problem I'm having for an assignment in my class. I'm completely lost in this class, have about 1 week left and just need help writing a basic program. Here it is... Any help would be greatly appreciated. create a Java application … | |
Hey there guys I'm new to java OOP and im not very good at it at all. I have a uni assignment due in soon which i mostly completed but I'am stuck on this questions which ask us to make a guessword game. this is the problem Problem 3 – … | |
My page displays the info in the text boxes, but when we run the click sub for the update button it returns the info that it has been updated sucessfully. Here is the page code and below that is the stored procedure it uses, but not update in the database. … | |
write a MIPS program that calculates d=a*b-a*c without using mult instruction --- just for practicing your MIPS assembly. [LIST=1] [*]• Hint: use loop of additions to replace mult. [LEFT][/LEFT] [/LIST]• Practice SPIM system calls to input values for a, b and c, as well as printout the value of d. … | |
I need to map one list onto another.l1 is a list of lists of lists and l2 is a list of numbers.I want elements of l1 to be the keys and elements of l2 as the values.I tried to convert l1 into a tuple and then mapping but it doesnt … | |
hello, can some one pls tell me if we can ignore strings in a sentence in c++?? Eg: hello , how are you? am fine , how are you? when will you get to the party? If this is a mail then how do i ignore the word "you" in … | |
Below is a piece of code given me for debugging. I have made a number of changes (noted in code) but still recieve a compile error. Any thoughts will be much appreciated. My changes- this was Debug d = new Debug(); this was public method2() [code] // this class should … | |
First let me point out that this is not homework, it's just something I'm doing because I'm bored ;-) I'm trying to get my little hobby operating system to read from the hard disk. So far all I can get is the byte FF (255). I've tested this in both … | |
Hi! HERE IS MY PROBLEM ============== I'm interested in a function that opens for editing, then saves and closes in turn all the files in C:\DIRECTORY\ WHY THAT PROBLEM ============= The C:\DIRECTORY\ contains text files *.txt whose content should undergo some changes (that pertains to ALL THE FILES IN C:\DIRECTORY\). … | |
How can i load a flash file (.swf) to a webform :?: :?: .. Plz help .. Thanks! | |
Hi to all, I'm new here, I start reading the forum and you have help me, now I heve the following problem, hope you can help me Thanks. Now my problem: I want to write a DLL that returns an Object I write a function in the DLL, that returns … | |
Hi all. I have been trying to teach myself a little opengl and I have the Visual C++ 2005 express edition. Now I am sure the the biggest problem is the express part, but I downloaded the windows SDK like another thread suggested. I also used the #pragma command (I … ![]() | |
I have an problem with Python, i am trying to create a game. I did mapeditor for this game. I create map by creating a lot of pictures, like 2000 or more. But if i want to create moore i get an RunTimeError:( [IMG]http://blujacker.wz.cz/omg!.PNG[/IMG] | |
:sad: I have to submit the assignment tomorrow i got stuck in something looks silly the question is: parking garage charges a $2.00 miniumum fee to pack for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three … | |
Hi, I want to write a code in Matlab, that will find a best fit. I have 4 columns of values. The Red, Green and blue values and in the fourth column the temperature values. I want matlab to intelligently find me the best corelation between the RGB values and … | |
Hi, Im having a lil problem which i can't figure out myself.. I tried searching google, but i found nothing what might even help me the slightest bit.. I wanna compare 2 xml files with eachother. One xml file is standard on my pc and has the name pc.xml. the … | |
hello friends could anybody give me idea how i can find a loop in simple linked list | |
Ok folks, sorry to keep asking questions in this forum, but i am just tidying up the nitty gritty issues in my program and i encountered many problems. :cry: my issue here is i can allow user to key in seat number for this booking program. For example, if there … | |
How can i display the dates that i have in my table in a different color if they were less than today's date? :confused: .. | |
hello all, I have to create a dll file which can be used in .NET thats why i have choosen ATL project to create dll file. Im developing dll(using VC++.NET 2005) which inturn uses Adobe XMP SDK API's. My basic intention is to use fewer API to ensure that everything … | |
I have been trying to learn this database thing for the last 3 months without much success , its understanding the structure that puzzles me the most say for example i want a page listing all types of fruit oranges apples bananas grapes then i would want another page listing … |
The End.