Forum: PHP Sep 7th, 2007 |
| Replies: 0 Views: 2,113 Hello All,
I need help from any of you. I want my php to run with Tomcat on SUSE Linux. I had configure it on Windows, it's working fine.
If someone can help me configurg Tomcat to... |
Forum: C Aug 8th, 2007 |
| Replies: 10 Views: 1,258 what about writing to boot sector of pen drive |
Forum: C Aug 7th, 2007 |
| Replies: 17 Views: 4,768 # include<stdio.h>
# include<conio.h>
void main()
{
float square(float);//you missed float here as argument
float a,b;
printf("\nenter any number");
scanf("%f",&a); |
Forum: C Aug 7th, 2007 |
| Replies: 10 Views: 1,258 autorun command
open=my.exe
does not work for Usb flash drives
why??? |
Forum: C Aug 7th, 2007 |
| Replies: 10 Views: 1,258 when we plug in usb drive, the first thing that os does is that it checks bootsector. In boot sector which is 512 bytes long has 2 parts. one is boot paramenters(tells the organozation of the disk)... |
Forum: C Aug 6th, 2007 |
| Replies: 10 Views: 1,258 |
Forum: C Aug 6th, 2007 |
| Replies: 10 Views: 1,258 Tell me what will be the appraoch. I think i had to change the boot sector pogram. |
Forum: C Aug 6th, 2007 |
| Replies: 10 Views: 1,258 hello to you all.
I need to now how we can write a simple c code which will run when ever we plug in the usb drive in the port. Simply how to load our program at boot time.
Thanks |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2006 |
| Replies: 1 Views: 3,147 Hello,
I am using VB6.0 and crystal report8.5. my problem is that my report is not behaving dynamically. Iam using MS-ACCESS database.
Some of my may help you figure out.
Dim conn As... |
Forum: C++ Jan 27th, 2006 |
| Replies: 1 Views: 1,027 hi, :)
I have just started doing programming for emmbedded devices. i'm using AVR atmeg16 microcontroller and Cygwin C/C++ 32-bit compiler.
Can anyone of you tell me which processor is... |
Forum: C++ Jun 4th, 2005 |
| Replies: 2 Views: 5,364 Hello everybody,
This one for those who like graphics programming with C. Can any one of you tell me how to make stand alone graphics exe through C.
i have read... |
Forum: C++ Jun 4th, 2005 |
| Replies: 4 Views: 4,620 Ok but how to start. give me some links .
regards. |
Forum: C May 27th, 2005 |
| Replies: 0 Views: 1,248 Hello onces again to all of u
I want to how can i get all the drives on a computer. It will very kind of u if u provide with a simple code..
Thanku |
Forum: C++ May 27th, 2005 |
| Replies: 6 Views: 1,714 I think most excllent part of C is that you can intract with hardware very easily. Also try making programs on Encryption and Decryption, data compression and my fav. graphics. |
Forum: C++ May 27th, 2005 |
| Replies: 4 Views: 4,620 Hello to all of you
I have been using Turbo C++ for last 6 mounths and do all my graphics very fine. But when i started using Vc++, graphics.h was not including there.
Can any... |
Forum: C++ May 25th, 2005 |
| Replies: 4 Views: 4,360 For the timmer try writting TSR's. TSR's are program that always resides in the memory once executed. These are very small but tricky codes and are useful when we want them to run on some events. Try... |
Forum: C May 24th, 2005 |
| Replies: 1 Views: 4,248 This is a program to calculate the n-th root of any number.
This program uses the NEWTON_RAPTION_ITERATION method for calculation.
The general formula to find the n-th root of any number is :
... |
Forum: C++ May 24th, 2005 |
| Replies: 1 Views: 22,458 hello guys,
I am making a browser for Dos (working in graphics mode) in c++. the problem is that i don't now how to get all the directories, file names in current drive (so that i can... |
Forum: C May 24th, 2005 |
| Replies: 2 Views: 2,911 Try using system(CP_String); ;) |
Forum: C++ Apr 23rd, 2005 |
| Replies: 4 Views: 2,971 try some programming on mouse handling and keyboard handling and definitly on graphics. Mouse handling is very easy but keyboard is in some way is difficult. First try to make your own controls like... |
Forum: C Apr 4th, 2005 |
| Replies: 2 Views: 3,027 just convert the integer to strint using itoa() function, and then you can easly swape the digit-character. and then conver the this encrypted string back to integer using atoi() function.... |
Forum: C Apr 2nd, 2005 |
| Replies: 4 Views: 3,638 I'm working on TSR through C. i have writen dogens of them for dos, :rolleyes: but it works for dos only, can you tell me who to write TSR's for windows.
Thankyou.... |
Forum: C Mar 29th, 2005 |
| Replies: 1 Views: 1,814 I am working on a program for encryption & decryption using SDES Algo. This Algo. takes a key of 10-bit length and input plaintext of 8-bits length and produces a ciphertext of 8-bits length. I have... |
Forum: C++ Mar 8th, 2005 |
| Replies: 1 Views: 1,657 How can intract ODBE with C++, Waiting for your kind responce.. |
Forum: C++ Jan 25th, 2005 |
| Replies: 3 Views: 15,026 I love graphics programming through C & C++, I have worked a lot, but i am still very far away from bmp files, Can any one tell me how i can access bmp file through C, C++.
... |
Forum: C++ Jan 25th, 2005 |
| Replies: 12 Views: 56,396 Try to use 'fflush()' function with the argument 'stdout'.
When ever you want to clear your screen, just add this fflush(stdout). But remmember that it will fflush all standard out-put. But you... |
Forum: C Jan 24th, 2005 |
| Replies: 6 Views: 31,585 I Think You have done a mistake while defining the value of 'end', I think it should be end=a[5], Try this! :surprised :surprised |
Forum: C++ Oct 3rd, 2004 |
| Replies: 4 Views: 2,311 |
Forum: C++ Oct 3rd, 2004 |
| Replies: 4 Views: 2,311 Object is in simple a user-defined data-type.
Methods are different properties of an object.
for example:
char String[30]='DFDFGDFG";
The above definition... |
Forum: C Oct 3rd, 2004 |
| Replies: 14 Views: 16,506 |
Forum: C Oct 3rd, 2004 |
| Replies: 14 Views: 16,506 As you know that we can pass one value at a time through one argument of any function. What, if we want to pass more than one value through one argument of a function, here is place where pointers... |
Forum: C++ Sep 30th, 2004 |
| Replies: 2 Views: 5,030 I think you don't have graphics.h file in the correct directory. Usually it is located in the c:\\tc\\include dirct. Try to find this header file and locate it in the include diret. and in the... |
Forum: C Sep 30th, 2004 |
| Replies: 2 Views: 1,339 let me give you an example, Now if you have a file opened in textmode, which has integer values stored in it, and you want to read these numbers through C-code, then you can use fscanf();.
Now let... |