Forum: Shell Scripting Apr 26th, 2007 |
| Replies: 3 Views: 1,481 |
Forum: Shell Scripting Apr 25th, 2007 |
| Replies: 3 Views: 1,481 Printing file access permission.... hi, i have just started with scripting and read several tutorials. But i have some doubts,
1) How do i print the file access permission(FAP),... not changing the FAP... but printing it ??
2) how... |
Forum: C++ Mar 13th, 2007 |
| Replies: 10 Views: 1,503 |
Forum: C++ Mar 13th, 2007 |
| Replies: 10 Views: 1,503 Re: Code analysis thnx. but wat beats me is .. what is the need for n/2 ?
why do we need to consider half of the no. to check if its a prime ?:-| |
Forum: C++ Mar 13th, 2007 |
| Replies: 10 Views: 1,503 Re: Code analysis thnx evry1 for replying,
@ Aia :
i do know some part of code is deprecated. but i dont intent to use it as it is. i need to use the logic.
ur advice is mere translation of the code into english ,... |
Forum: C++ Mar 13th, 2007 |
| Replies: 10 Views: 1,503 Code analysis i got this prime no. code for analysis. and i hav not been able to understand it completely.
#include<iostream.h>
#include<conio.h>
void main()
{
int x, y, c = 0;
... |
Forum: C++ Mar 5th, 2007 |
| Replies: 2 Views: 678 Java to C++ i wish to use this java code in c++.
String bname[] = { "Unix Environment", "Programming in Perl", "Comp. Architechture", "Operating System", "Java Programming", "DIstributed OS","Database... |
Forum: C++ Mar 3rd, 2007 |
| Replies: 3 Views: 1,252 C++ on linux i dont know if this the appropriate forum for this question,
I wrote few programs on turbo c++ ide and they work perfectly fine. but when i try to compile the same code in openSUSE 10.2 , i get... |
Forum: C++ Mar 2nd, 2007 |
| Replies: 4 Views: 2,584 Re: Array Initialization if i initialize the array in main() or constructor, the other functions which use that array give error : 'array not defined'. |
Forum: C++ Mar 2nd, 2007 |
| Replies: 4 Views: 2,584 Array Initialization i want to initialize an array(set all elements to 0) . The array is to be used by different functions which r defined outside the class. obviously i cant initialize it in the class. and if i do it... |
Forum: C Mar 1st, 2007 |
| Replies: 2 Views: 646 Find complex no. I've got an assignment which says "Write a program to find complex numbers".
Could someone explain the question ...what do i need to do? do i need to check the user input for complex no. ?? im not... |
Forum: Java Feb 23rd, 2007 |
| Replies: 1 Views: 1,662 Inserting Audio clip i have tried to create an applet to just play sound, no buttons or controls. The sound should start playing as soon as the applet starts. But the sound doesnt come. There r no compile-time or... |
Forum: Java Feb 23rd, 2007 |
| Replies: 4 Views: 1,149 |
Forum: Java Feb 23rd, 2007 |
| Replies: 4 Views: 1,149 Re: CubicCurve2D doubt thnx for the link. i see the control point. But what i dont understand is how would the curve get affected if i move the control point to the left/right/top/bottom . how would it change the curve... |
Forum: Java Feb 23rd, 2007 |
| Replies: 4 Views: 1,149 CubicCurve2D doubt this is the code that i managed to write after reading for a while.
CubicCurve2D cubic = new CubicCurve2D.Double (20.0, 200.0, 200.0,270.0, 30.0,30.0, 250.0, 170);
Graphics2D g2 = (Graphics2D)... |
Forum: Java Feb 22nd, 2007 |
| Replies: 3 Views: 754 Confusing Assignment hi there everyone. I have a kinda confusing assignment this week. the question is "Write an Applet for formatting inserted data".
Now, i can't understand the question and the prof is not very kind.... |
Forum: C Jan 6th, 2007 |
| Replies: 10 Views: 8,871 Re: Pascal's Triangle in C thanx evry1 for ur help and suggestions. i hav used somepart of all the suggestions. and i've solved it.
thnx again. |
Forum: C Jan 4th, 2007 |
| Replies: 10 Views: 8,871 Pascal's Triangle in C hi, im a beginner. i hav an assignment on Pascal's triangle. i saw some post over the topic but couldnt get it to work with my code. heres what i have done so... |