- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
- Interests
- Programming, Troubleshooting, Automated Testing
10 Posted Topics
Re: i give u a DFA that accepts `(a/b)*abb in 'C'` . i think this will helpfull to u.....(Varun Gupta.) /* To Check Whether Input String form DFA for (a/b)*abb */ #include<conio.h> #include<stdio.h> void main() { int i,state=1,n,len; char a[21]; clrscr(); printf("Enter string to check DFA with Max 20 character \n"); … | |
when i try to call a .c file in antother i got a error for multidecalaration of main file.i prepare for a medical shop management using c language what can i do??? | |
Re: since " is a special character you have to use as \" . remember in any programing language we can not use directly these special character so whenever you want to use this or any other character to compile , you always have to use with \ (slash) | |
Re: Hi, Try to create Applet from Your swing code. This easy to create Applet from Swing code rather than to convert it into JSP. This will reduce your headache and work. | |
Re: Hi, First of all, I want to know that which oracle version you used. According to my knowlegde, for jdbc connection, classes12.jar file is need to be include in library (if using NetBeans IDE, than simply add to library of project) but I'm trying this for Oracle 10g. Classes12.jar file … | |
Re: I think u have to check ur SMPS ( at any computer hardware shop) that may heat up ur motherboard.............also check ur CPU fan speed.If ur CPU fan speed is lower than 1800 rpm then u have to replace CPU fan. | |
Re: HI...........I think u r infected by viruses............ try "regrun" software to clean automatically or follow this manual procedure............ first open ur comp. in safe mode. then try to open "gpedit.msc" from run.If it open then see in [B]"User configuration->Administrative Templates-> System->"[/B] u find many fields like "Prevent access to registry … | |
Re: right click on My Computer In start menu.go to manage,in there go to user policy n get admin rights for ur account.........try this............... | |
Re: open ur dos promt,n come in c:\ then type dir /ah this will give u all system files n hidden files, find autorun.inf ,edit it by typing edit autorun.inf n save as in another folder, now copy it with mouse,and paste into ur all drive,this will prompt for replacement of … | |
Re: type in run command-msconfig. and open startup,than see if any of following file exist -amvo\avpo\avpa\ampo .exe than uncheck that process and see the location of that file ( this may be in c:\windows\system32\ if ur os in c:\ otherwise in which dir u install ur os,i have on c:\).now restart … |
The End.