Ashutosh_shukla

Ashutosh_shukla

Member

Member since
Nov 15, 2008
Last active
Jun 27, 2009
Total activities
0

Activity feed

Recent contributions

  1. #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...

  2. #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(...

  3. #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()...

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

  5. #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 : ";...

  6. #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...

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

  8. #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

  9. #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...

  10. #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...

  11. #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...

  12. #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...

  13. #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...

  14. #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...

  15. #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...

  16. #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...

  17. #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...

  18. #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...

  19. #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...

  20. #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...

  21. #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...

  22. #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...

  23. #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...

  24. #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...

  25. #Threads

    b3987239-97cc-495a-8243-306f3e7abdad

    I guess you posted code and explained nothing and i told mechanism using recursion and not code

  26. #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...

  27. #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...

  28. #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...

  29. #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...

  30. #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...