Ashutosh_shukla
Member
- Member since
- Nov 15, 2008
- Last active
- Jun 27, 2009
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
d6c6446b-08a2-4326-9bb3-c3218807693d
What is a virtual machine? What i have heard is that without actually installing the OS we can have a virtual environment...
-
#Threads
a75877eb-33d2-4cea-85ff-31e2bb1b623a
Problem#5 in C++ #include<iostream.h> #include<conio.h> #include<ctype.h> void main() { int n; clrscr(); cout<<"Enter any number : "; cin>>n; if(!isalnum(...
-
#Threads
455d873a-aba3-451d-9bb3-819a3ee55465
Well the Problem#4 is quite simple if you want as follows in C++ using <string.h>: #include<iostream.h> #include<conio.h> #include<string.h> void main()...
-
#Threads
b49e7193-4270-471e-87ab-bafd651007d4
Solution of Program#2 in C++ /*@Author: Ashutosh*/ #include<iostream.h> #include<conio.h> void main() { int n; clrscr(); cout<<"Enter any number :...
-
#Threads
1b09ff0d-b8f4-4f98-84a5-f8dd307d7da2
Solution of Problem#1 in C++ /*@Author: Ashutosh*/ #include<iostream.h> #include<conio.h> void main() { int n1,n2; clrscr(); cout<<"Enter N1 : ";...
-
#Threads
db9e599e-8753-4036-93a0-02df9bfce4e8
Solution for Problem#6 in Java /* File Name: Main.java @Author: Ashutosh Shukla */ import java.io.*; class Main { public static void main(String...
-
#Threads
4cf352ef-6b47-4ba6-830e-9908cf55c1e2
Hey people stop getting confused, See as the name suggests C++ means C with the extensions. C ++ is C plus the...
-
#Threads
a80e44b9-b19c-4abc-91b7-b2093fd777f5
I know only Java Threads and that the OS manages the threads of applications Any other knowledge is welcome
-
#Threads
737dd4e3-4149-4961-a268-94b6476ec982
We are trying it and we will inform you about it for now any help on server side programming is welcome we...
-
#Threads
507a80b8-9dfb-476f-9bcf-d4e7931e804f
Can you please complete your homeworks on your own and please at least try once and then post the doubt, Hey CEans...
-
#Threads
9843191b-2fc7-456e-957c-e8c69346a21e
Try to search this on google or may be even wikianswers.com you may get its solution I know that FAT is File...
-
#Threads
c684e7a0-dc5e-496f-8fbd-eebe8aaa1e9e
I forgot to paste my code in PASCAL in last post This code creates the tree and then displays them in all...
-
#Threads
e3028685-d9dd-4f04-ba2b-b9f6bc5c7074
Hey traversal in binary trees. There are three traversals: 1)Preorder 2)Inorder 3)Postorder In preorder you have to use the node left and...
-
#Threads
f7f9fdc2-700a-48cd-b600-73c51baa833a
Have you read the Galvin book shalini. Although the book seems to be very good but i find it more confusing than...
-
#Threads
96a0d222-db42-4d73-aa84-3428fedf3ebe
Hey listen you don't know jdk i mean it is same as the java installed on your machine.It has a bin folder...
-
#Threads
a95b2f8f-6452-4cc5-9baf-4b1242adba95
Hey i have the Galvin book but i got terribly confused with one thing. Multitasking implies multiprogramming or is it vice versa...
-
#Threads
Big time Confusion in Operating Systems Concepts
Hey this is for the big guys to explain to me!!!!! I was very sure of my concepts regarding the Multis!!!!!!! 1)Multiprogramming...
-
#Threads
b359faee-cd8a-47c2-a80b-8c2a9c4bf3ed
Hey listen you copy the code and store it in a file Animation.java Next thing is to compile it with the jdk...
-
#Threads
550c88d1-e906-4eba-92f6-e370b4b93b9c
Hey you save it as Animation.java and try again if it does not work out still send me actual error i will...
-
#Threads
21b67e2a-09c3-4f81-b167-09f7285eeb5b
Hey buddy you got the code but if you would have tried and posted incorrect code we all would have been much...
-
#Threads
87deb615-84da-41fe-ba84-0155647b08b0
Hey it is an applet you don't have to run it as Java application Instead you have to view it using the...
-
#Threads
55b33526-b12e-4069-9dff-464469741280
Ya hibernation is not that good it can take toll of your pc Sumit has pointed it out and why to hibernate...
-
#Threads
22c8ac2c-6ec7-46d8-be17-1f78f96ec409
Awesome code Pradeep keep it up but i guess has he got his solution i dont know but your code is good...
-
#Threads
be547da9-c989-4a97-b931-9eadd88b3ac5
I forgot to specify that this method works only for the matrices with non zero determinant see if your input satisfies this...
-
#Threads
b3987239-97cc-495a-8243-306f3e7abdad
I guess you posted code and explained nothing and i told mechanism using recursion and not code
-
#Threads
60d1c404-1b79-4476-9e82-a94b39132633
Sorry but i joined late so reply comes in late. The problem you are talking about is similar to puzzle that comes...
-
#Threads
d268b854-c03e-433d-bd12-fd289479cc79
You can hide files normally.If you want to restrict access by password you can use a software like i used one Folder...
-
#Threads
59291c4e-0c29-4bca-b70d-764ebf0d3566
Hey if you want the mathematics method that we had in course then refer to any textbook with a chapter on matrices.But...
-
#Threads
ce45a073-fba2-42a7-9533-dade191bd0bf
I think if you keep calling the function then at a certain stage you will get the answer I guess once we...
-
#Threads
2cf313bd-68e2-482d-9119-d0fe451d48a3
How about using recursion??????? I guess you can use recursion easily with the trees. Call a function that returns the address of...
-
#Threads
bcbf8f81-e0bd-4072-ac41-e54c57295cf7
Can we discuss something meaningful here please ????????? I guess the USB wont be alive after once it is dipped in boiling...
-
#Threads
fb25b8ad-62b9-4295-8248-bc8d91c69dcd
I have gone through the let us C up to file handling and rest i will go through shortly.I want to know...
-
#Threads
ade54d68-572d-42d7-aa36-005ef6dcb5f9
Ya you tell what you tried at least your logic then we will try to correct it if you want it i...
-
#Threads
8aee544e-daa3-49c1-978f-f056ec63bdda
Everyone knows security of Linux against viruses but i would like to know how to avoid in Windows I have both the...
-
#Threads
d33f3556-fa96-4528-ad69-1ffb513cd912
Hi all I seem to be visiting quite often these days anyways coming back to this thread I would like to suggest...
-
#Threads
85c15412-7f6b-4192-9ffd-f48f74f2886e
Re: Servlets not running Hey Rahul, Try to see all the posted threads first you will find it there.I think this has...
-
#Threads
e4b0411b-252f-49f6-afda-142235c94ecc
Check for viruses and also try to format once using the command prompt
-
#Threads
5b0e07e8-40c9-47fd-b4ff-4d4855e5f09f
Hi infimus, There is no option of System as you mentioned to find out.So can you please check it once again.
-
#Threads
c03e0688-32b0-4f77-89d5-da06d96479b0
MySQL is a database which can work on Windows and Linux. Also SQL is the language of database.I dont have idea of...
-
#Threads
25d08adb-91a4-47f3-bebb-669425a46232
Ya i know the naming conventions of Java but the point is not that. I will refer the Complete Reference for help...
-
#Threads
Linux - Basic commands and shell scripting
Can anyone help me some proper links to tutorials on Basic terminal commands and shell scripting of Linux? I am new to...
-
#Threads
036d41d3-9dbf-40d9-b94a-76faaa1c9bf6
You can try the following softwares tune up utilities then CCleaner and also try to use classic theme of windows with visual...
-
#Threads
43a9e862-49ec-411d-9710-e1300179bb02
Hello, thanks that you are helping but the error is that it cannot find the servlet classes so may be i have...
-
#Threads
1cbb69fc-f87b-4ec1-8d4d-338f6e6b4d3d
I have not written any web.xml file can you please help me out with that one I am giving you my servlet...
-
#Threads
2d0a77ad-a8b4-439b-8c08-f50072181f38
I will check it thanks but any further help is welcome
-
#Threads
Servlets not running
Can you please tell my servlets are not running? I have J2SE and J2EE installed on my machine. I have apache tomcat...
-
#Threads
ea5715a8-2228-4e56-8729-3319a3289f86
So i guess my program starts with a given statement that "Hi my name is ashutosh and this sentence contains exactly" &...
-
#Threads
abd8ce53-05a1-4155-9141-79248b3c37aa
You can have a look at <a href="https://www.sourcecodesworld.com" target="_blank" rel="nofollow noopener noreferrer">Free Source Code Planet | Source Codes of P...
-
#Threads
64ef25cf-8481-4f49-a272-3444b9fa9a32
i ran your code and it works just make sure that your bgi files are in correct place i dont see any...
-
#Threads
cba897ab-eff3-4c43-8a7e-47f0b458cfb5
I have submitted a code showing moving cars in an applet Use that logic and try to write the code.I am not...
-
#Threads
8a17920b-dbcd-4ea2-82b7-302069d15673
Am i supposed to code a program that starts with "Only a fool would check that" and finish up with your sentence...
-
#Threads
a1b2121c-8163-4a8a-b7c3-1d61bdebdfee
Sumit, The program if it wants the source code once only is given by me in C. If you want that the...
-
#Threads
dc56b2c6-aae9-4d9f-9f93-639e7a3c3dd5
I told you post your code Please if you do that may be we can help you properly.
-
#Threads
b4b00622-231e-4d31-ae21-578c316e2dfa
You may have an error of runtime in windows if you do not specify correct path for initgraph(). Try getting correct path...
-
#Threads
d60a8c67-ad0f-4f8f-907f-52fe1f52487b
Recursive functions always contain 2 parts.First that indicates action to be done by this call and second is the one that recursively...
-
#Threads
143be0c2-9e54-4b0c-9c0e-a64284618288
you save it as prog1.c in bin folder of turbo c then run it
-
#Threads
c4bb0b47-910b-4693-8685-059db484428b
If the following code is saved as PROG1.C then on running this code output is the code itself. #include<stdio.h> #include<conio.h> #include<stdlib.h> void...
-
#Threads
005f57c3-d2fb-452c-89ce-15de2a8f7f4c
The java file code is as follows: It shows 4 cars crossing a square. import java.awt.*; import java.util.*; import java.applet.*; /* <APPLET...
-
#Threads
40f530cf-1c57-4e73-8fac-b7d427b6ea27
I say Kaspersky is the best one but if you are working it out for your pc at home having upto 512...
-
#Threads
70372bb8-aba7-4356-8f09-764ac6061925
I don't think it is the right way.But I would like to know the right way If the big guys could please...
-
#Threads
341df103-97a5-4b56-91a6-ea19be1585d5
I want to know how crash may occur during linux installation. Also please tell me is it the case that linux can...
-
#Threads
eadc4bba-5107-4a51-8b0f-36d72b252769
Hey Java is both compiled as well as interpreted.The compiler first compiles the source code and gives a .class file .This is...
-
#Threads
Help Please: Tutorials for learning Dev C++
Can anyone suggest tutorials for learning Dev C++ features and also a site to get some programming problem statements
-
#Threads
3c7a64e8-f4c0-4191-9598-50efcf4a8368
I think no one tried it out. Here is my code Pleasse check this one out and if you find a better...
-
#Threads
26ad78b3-acdf-40d6-a4c3-b2f8794fcb4e
Thanks your advice worked.I got some weird looking code but it worked in some cases.Can you please check it out. #include<iostream.h> #include<conio.h>...
-
#Threads
5e409a39-1e6f-46bc-80c4-980e0a4625da
I am a person crazy about programming.I like listening to soft music.I hope we make CE even better together.😁
-
#Threads
Combinations of characters
Can someone give me a code that works as follows: Input : A word containing at max 10 letters.eg: "team" Output: The...
-
#Threads
701308cf-8b79-4400-a928-29ee169eb864
You can be given any determinant as input say maximum order 10 x 10. You have to write the program to evaluate...
-
#Threads
Write a program to evaluate a determinant of any order n*n.
Write a program to evaluate a determinant of any order n*n. Input would be the value of n and the determinant itself.The...
-
#Threads
62ff0f06-f825-49c1-9d46-c884f7d6656d
I just joined the site and would like to contribute in here Code in PASCAL using linked list {Program to perform polynomial...
-
#Threads
0099c231-142b-493a-ab6d-aee0879c93a3
Re: Write a program to display all perfect numbers upto 1000 Hi I have got the definition of powerful no from wikipedia...
-
#Threads
903ccedc-bfdf-4554-a36e-91b891ac0db3
Hi OrAnGeWorX what I could make out of your question is that user enters N numbers and you want the perfect numbers....
-
#Threads
8e0e844e-41fc-41ee-95aa-1f2e79ee418b
I was looking for problem statements in C++ and google searchedit on your site.This is how I came to know.The site is...
-
#Threads
9ac883e2-8b28-45c0-beef-6a72b313d149
I have gone through all the rules & I will follow the same for sure.
-
#Threads
New CEan-Ashutosh
Hello I am a crazy Computer Science Engineer.I am very impressed with this site and work being done by all the CEan's.I...