199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for aeinstein

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, …

Member Avatar for aeinstein
0
1K
Member Avatar for navvy

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

Member Avatar for Darkmeerkat
0
124
Member Avatar for Fel

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 …

Member Avatar for Fel
0
215
Member Avatar for pench

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 …

Member Avatar for pench
0
133
Member Avatar for mikki2

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 …

Member Avatar for Dave Sinkula
0
188
Member Avatar for invinate

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?

Member Avatar for invinate
0
90
Member Avatar for NewVBguy

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

Member Avatar for NewVBguy
0
119
Member Avatar for pench

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

Member Avatar for SpS
0
624
Member Avatar for j4mes_bond25

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 …

Member Avatar for BlazingWolf
0
165
Member Avatar for Smooth_411_2000

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

Member Avatar for Comatose
0
210
Member Avatar for Rikus

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?

Member Avatar for Comatose
0
205
Member Avatar for jazzz

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 …

Member Avatar for jazzz
0
117
Member Avatar for Dashing Boy

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

Member Avatar for Dashing Boy
0
129
Member Avatar for lchamarthi

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 …

Member Avatar for Salem
0
168
Member Avatar for ok555

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 …

Member Avatar for iamthwee
0
243
Member Avatar for harrypotter

[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?

Member Avatar for Sulley's Boo
0
114
Member Avatar for Astegiano

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 …

Member Avatar for BlazingWolf
0
183
Member Avatar for Brims

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 …

Member Avatar for BlazingWolf
0
170
Member Avatar for randycena

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 = …

Member Avatar for randycena
0
185
Member Avatar for Maroll

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

Member Avatar for Maroll
0
341
Member Avatar for aarya

i m seeking for good shoping cart with opensource code. any body sugest me please

Member Avatar for lordspace
0
175
Member Avatar for Confucius

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:

Member Avatar for Confucius
0
105
Member Avatar for faramin

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

Member Avatar for faramin
0
198
Member Avatar for Brims

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 …

Member Avatar for BlazingWolf
0
126
Member Avatar for Ene Uran

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?

Member Avatar for vegaseat
0
309
Member Avatar for Ene Uran

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.

Member Avatar for vegaseat
0
149
Member Avatar for naramis

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 …

Member Avatar for Comatose
0
123
Member Avatar for arnar

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 …

Member Avatar for tgreer
0
268
Member Avatar for usama
Member Avatar for sumittz
0
97
Member Avatar for crock08

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 …

Member Avatar for server_crash
0
231
Member Avatar for ELHEK

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 – …

Member Avatar for DeepZ
0
222
Member Avatar for jturlington

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. …

Member Avatar for Kate Albany
0
218
Member Avatar for bobradi

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. …

Member Avatar for andor
0
184
Member Avatar for girish_sahani

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 …

Member Avatar for girish_sahani
0
250
Member Avatar for achala

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 …

Member Avatar for SpS
0
102
Member Avatar for phovasia

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 …

Member Avatar for phovasia
0
92
Member Avatar for mmiikkee12

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 …

Member Avatar for Salem
0
147
Member Avatar for grautu

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\). …

Member Avatar for grautu
0
199
Member Avatar for Sulley's Boo

How can i load a flash file (.swf) to a webform :?: :?: .. Plz help .. Thanks!

Member Avatar for Sulley's Boo
0
157
Member Avatar for Omher

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 …

Member Avatar for WolfPack
0
228
Member Avatar for BlackManta

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 …

Member Avatar for iamthwee
0
567
Member Avatar for Blujacker

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]

Member Avatar for Blujacker
0
124
Member Avatar for takayuki

: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 …

Member Avatar for SpS
0
120
Member Avatar for snehaa69

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 …

Member Avatar for b4codes
0
121
Member Avatar for Yustme

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 …

Member Avatar for Yustme
0
668
Member Avatar for johnray31

hello friends could anybody give me idea how i can find a loop in simple linked list

Member Avatar for dude543
0
165
Member Avatar for blurstudent

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 …

Member Avatar for blurstudent
0
216
Member Avatar for Sulley's Boo

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: ..

Member Avatar for Sulley's Boo
0
298
Member Avatar for agarunk

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 …

Member Avatar for Ancient Dragon
0
175
Member Avatar for DieselPower220

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 …

Member Avatar for VioletSite
0
89

The End.