dipen30
Member
- Member since
- Jul 17, 2009
- Last active
- Jul 16, 2012
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
8e96d6be-5233-42f9-9086-03459a4e34f2
hi, You can use jFree to create chart. <a href="https://www.jfree.org/jfreechart/" target="_blank" rel="nofollow noopener noreferrer">JFreeChart</a> Here is...
-
#Threads
3d708026-27be-4fb5-afd0-01fccdf226ec
Thanks buddy
-
#Threads
Need help for SQLite
I am using SQLite for my application. when I used truncate command in SQLite it gives me error like " syntax Error...
-
#Threads
005406da-d0fe-44e6-bbec-3c88c02f468d
That's because you trying to open different port on client side and server side. You have to open same port on client...
-
#Threads
cb07090f-60e8-4df4-95e4-5ac609c86beb
use downloader for X it's nice one and you can find it in software center.
-
#Threads
336a5730-3ef9-4ff5-81d0-9bca312cce0a
I don't know this ans. if anyone know then please give the ans.
-
#Threads
c72c95c3-578c-4769-9b91-d23ca70fb3bf
in MD5 there are basically 5 steps to get message digest. 1.padding. 2.Append length. 3.divide the input into 512-blocks. 4.Initialize chaining variables....
-
#Threads
771e638f-c0c5-4ffe-b2d7-b6a2d384c9eb
there is a header file in c "dos.h" include that file.
-
#Threads
b9d777e2-59f0-4cd3-9e4b-1a9e49488fd5
ok. I will install vs 2008 sp1. thanx for help sookie
-
#Threads
f3a4c4ec-f615-4d75-83fc-2debffdc43f9
I did these steps : data->add new data source->database then next NewConnectionString->Microsoft Access Database File (OLE DB) connectionstring is : Provide...
-
#Threads
Need help regarding to VB
I am using visual studio 2008 and I am creating a simple practice project which is store data and retrieve data from...
-
#Threads
d0ff9c89-dc6a-4960-8cee-93e38731d5f3
I am using Turbo c. I think in your compiler we cannot call main within main. but this code is run correctly...
-
#Threads
27365e80-848d-4f41-ae34-a2e565744b9d
which error it gives can you tell me? because it runs in my pc.
-
#Threads
9afb04b9-fbdc-4981-8b7e-9a20e0da2556
void main() { static int i = 1; printf("%d ",i++); if(i!=101) main(); }
-
#Threads
3fcddba1-c2ed-4eb0-a198-673a8867092b
thanx gaurav & E-S
-
#Threads
54cb7a85-3ca7-4fd2-9125-563c56ac58d8
I am using 16-bit compiler. so it gives output 2?
-
#Threads
812834d4-71f8-4954-a3c7-d718c0d8b435
first condition is false but what about ||(OR). if check all the condition whether the fist condition is true or false. and...
-
#Threads
38357cfe-3dbd-4cca-8d89-eb5af298155d
thanx for this info faizaan.
-
#Threads
600a4deb-f6ae-4ce7-bd3a-5759f93b0089
compile this code and run it. It gives the output 2. can anyone explain how the output is 2? char contain 1...
-
#Threads
fcce9d84-b609-4567-865c-5a5db3d956d4
sarveshgupta , here in if condition first it check ++k<5 at that time value of k is 6 & condition become false...
-
#Threads
1f5c6192-25aa-4835-9c33-a8d582c125db
Program will check if condition but it see semicolon after condition it exit from if condition. and when it comes to statement...
-
#Threads
e1fb6bde-9269-4fd7-bce0-e639f747479b
In pre-increment value incremented by 1 before variable using it. and Here we are not return or print any value after condition...
-
#Threads
2f6d68e2-3e5b-45cd-b52e-9b41e2add955
Ans is 7. first (++k<5) here k is pre-increment so that value of k is 6. then (k++/5) here k is post-increment...
-
#Threads
03ed6c19-4160-46d7-95fd-e9981bc7f5d4
Re: what exactly is paging in o.s reffer to A page is "physical unit" invisible to user's program and is of fixed...
-
#Threads
01d1d77f-8e8e-4ebc-b7ad-da1667c71c82
Nice site mahesh.........
-
#Threads
7f8d8003-2067-4c7a-8c82-1e31a6a95f7f
static ip address is your LAN ip address which is given by you or your admin if your computer is connected in...
-
#Threads
afd20b2f-96c9-4b40-8aa8-2494ffacdf73
this site gives you your ip address #-Link-Snipped-# if you want to change your ip then first disconnect internet and connect again...
-
#Threads
17ad3d89-354b-48d5-8a30-b9b0b5bf57ff
This article helps you for your Question. #-Link-Snipped-#
-
#Threads
61edd199-1151-4511-a33e-219a211aa0e4
here it is in C #include<stdio.h> int main() { int i,j; for(i=1;i<=3;i++) { for(j=1;j<=(5*i)/3;j++) { printf("*"); } printf("\n");; } }
-
#Threads
9e7eaed1-7d6e-4ca4-8602-5a588392b6f8
thanx for nice info
-
#Threads
What is Jumper?
can anyone explain what is work of jumper in hard-disk?
-
#Threads
c0685e76-3dc9-4c26-afe7-43c77b712169
cache memory is placed between cpu and RAM. In cache memory all data which is frequently accessed by processor is stored ....
-
#Threads
32172eaf-584e-4b23-a3a9-3bec193e399a
you have to include "iostream.h"
-
#Threads
99fbfcaa-97ac-47af-b99e-430b571d4df3
for good articles visit <a href="https://itarena.ucoz.com" target="_blank" rel="nofollow noopener noreferrer">I.T Arena - Main page</a>
-
#Threads
199f52c6-447f-48ec-91a9-b406156fcc29
1) OLAP stands for "online analytical processing" , a series of protocol mainly use for business reporting. A main component of OLAP...
-
#Threads
0713dbb2-b011-4d62-8f6b-059aa4ef7bd0
Re: Dfs 1. Array size is fix and cannot change at run time,But in link list we can create memory accoring to...
-
#Threads
aca08473-73f3-43e8-9737-15c07df5790a
try this c:\>md\\.\c:\con delete that folder c:\>rd\\.\c:\con and enjoy
-
#Threads
f6e75985-8f9c-4f02-861d-34f2e50a4870
put image in the folder where imageA.java file is saved and try the program.
-
#Threads
e4dbb2cf-d13b-46dd-8efd-ee2eacae2ce1
Welcome to C.E.
-
#Threads
ec2dae26-f8f9-4702-a95b-9e9729363e62
welcome to C.E
-
#Threads
9f6a932b-0c88-456d-87a0-aabc12b3ef7f
read here it will helpful to you #-Link-Snipped-#
-
#Threads
75c9fe49-4c76-4445-a629-b99bf58e712e
just check your laptop time zone. if it is ok then try to change time from BIOS.
-
#Threads
what is engineering and who are engineers ?
what is engineering and who are engineers ? please give your opinion ?
-
#Threads
797612a4-1a9f-4adc-9b09-fedf481bc2e1
you are right faizaan for fillcolor(x,y+1,bc,fc); delay(100); fillcolor(x,y-1,bc,fc); this functions..
-
#Threads
031d1df0-2c51-4b08-a6b3-4052ee74d6da
There are two ips in our computer one is static ip and other is dynamic ip. static ip is given by ISP...
-
#Threads
3a4515c4-aee0-4252-bd26-ff49a97442a0
thank you all
-
#Threads
What is SSID?
can anyone tell me what is SSID and for which purpose it used?
-
#Threads
8c4a7478-d9e2-4d5e-bbb6-b8d2d52f2b65
thanx wassup
-
#Threads
72b8db37-1517-41e6-af53-613cd6b37b46
Re: How to delete the old file names in the drop down list box in the RUN dialogue bo double click on...
-
#Threads
3d032a94-f5f4-4529-b409-ccbba8f49e5b
goto control panel->network connection . in network connection click on network setup wizard and follow the instructions .
-
#Threads
Problem to access microsoft site
hello friends , I can't access Microsoft site . When I write in url Microsoft.com it displays server not found .
-
#Threads
6ceab2e8-4f14-4594-b16b-86d81b8bd422
open cmd then set path of the directory in which your file is stored . e.g: d:\New folder\... then write in cmd...
-
#Threads
Need Help in understanding this function
Can Anyone Explain This function ? int getkey() { union REGS i,o; while(!kbhit()) ; i.h.ah=0; int86(22,&i,&o); return(o.h.ah); }...
-
#Threads
What is .dll file ?
I want to know what is .dll file in windows? Why there aren't any .dll file in linux ?
-
#Threads
What is Data Mining ?
I want to know about Data Mining..
-
#Threads
cee7ada8-9848-4b4e-8042-c3ccc4d3deaf
I have send you a message Navink just check it..
-
#Threads
c23acfc8-9d17-4b02-8afd-bab199859983
I know about this forum through friend... I am interested to know about new technology and all stuff related to technology so...
-
#Threads
Need a good project
I have to develop a project in Computer graphics in c language. anyone suggest a good project for this ?
-
#Threads
215baf65-6e55-4aae-b874-532c941fc039
thanx English_scared for replying..
-
#Threads
8774f969-c8ce-4191-8a0f-f1595a962b03
you can use command attrib -s -h file name which you want to protect and also us CLSID to hide your folder
-
#Threads
What is .net framwork ?
I want to know what is .net framework and why we required it in some applications?
-
#Threads
Hi Friends Dipen here , I.T engg student
Hi Friends I am Dipen , new in ce , I.T engg student Name: Dipen Patel *Engineering Trade: I.T Location: India *Occupation:...
-
#Threads
ecf10245-9995-4c1c-898e-b8cfb2240a59
Ans1 = b and Ans2 = e
-
#Threads
98a2d9de-1420-48e3-9b76-d50ba045c78c
A driver communicates device through the computer bus to which hardware is connected
-
#Threads
66624af5-907e-4520-b428-a85c47ea6e55
thanx ms_cs
-
#Threads
How computer boot's up ?
hi friends , I want to know how computer boots ? can anyone tell me about this ?