Forum: C++ Aug 5th, 2009 |
| Replies: 9 Views: 281 |
Forum: C++ Aug 5th, 2009 |
| Replies: 9 Views: 281 Can anybody suggest me some study material which goes into the details of linked list. |
Forum: C++ Aug 5th, 2009 |
| Replies: 9 Views: 281 The output screen should be like this.
Enter one of the following:
1 to insert an arranged day (Monday, Tuesday, Wednesday, Thursday, Friday)
2 to delete an arranged day
3 to display all arranged... |
Forum: C++ Aug 5th, 2009 |
| Replies: 9 Views: 281 I wrote a header file, now i need to write a list.cpp and main.cpp file
The header file is like this. |
Forum: C++ Aug 5th, 2009 |
| Replies: 9 Views: 281 I need to code for an application which is a schedule program which can control appointments and cancel days.
The output screen should -
1) ask us to input an arranged day.
2) to delete an... |
Forum: C++ Aug 5th, 2009 |
| Replies: 9 Views: 281 I meant code examples or study material for linked list using static arrays. |
Forum: C++ Aug 5th, 2009 |
| Replies: 9 Views: 281 Can any one suggest me some online material for "List with static array" example codes ? |
Forum: C++ Jul 21st, 2009 |
| Replies: 5 Views: 168 |
Forum: C++ Jul 21st, 2009 |
| Replies: 5 Views: 168 Okay, In general what do we write in a textual scenario ? |
Forum: C++ Jul 21st, 2009 |
| Replies: 5 Views: 168 I have to write a textual scenario for a gamming code . Should i write about the game or should i be writing about the code? |
Forum: Java Sep 5th, 2008 |
| Replies: 4 Views: 1,212 i refined the code and now it reaches the end of file before printing the final value can anyone pls. help me out .
import java.util.*;
import java.io.*;
public class Fiveproducts1
{
... |
Forum: Java Sep 4th, 2008 |
| Replies: 4 Views: 1,212 should we not use buffered reader for reading character,i have used datainput and dataoutput stream to read and write primitive data type.
if i am wrong correct me |
Forum: Java Sep 3rd, 2008 |
| Replies: 4 Views: 1,212 i have a file from which i have to read and compute the total value of all items,i dont know what methodto use to read arrays
i tried DataInputStream(object).readInt(quantity[]); but it says it is... |
Forum: Java Sep 2nd, 2008 |
| Replies: 4 Views: 5,000 i modified the count word part and got the desired output
/*
pgm to count the characters in a file,no. of lines in a file and no. of words
*/
import java.io.*;
public class countCharacters ... |
Forum: Java Sep 1st, 2008 |
| Replies: 4 Views: 5,000 thanks alex edwards the character part is working along with no. of lines but the no. of words seems to give a wrong output.
can you guide me in that
thanks in advance |
Forum: Java Aug 30th, 2008 |
| Replies: 4 Views: 5,000 i did a codig to find the no. of words,no. of characters and no. of lines in a file i was not getting the output, can anyone help me
import java.io.*;
public class countCharacters
{
... |
Forum: Java Aug 20th, 2008 |
| Replies: 2 Views: 510 i changed the code and it works now |
Forum: Java Aug 20th, 2008 |
| Replies: 2 Views: 510 i have a problem in getting the required display in barchart
my intended display is
year91 -------------- 110
but i get a display as
year91 -------------- year91 |
Forum: Java Jul 31st, 2008 |
| Replies: 6 Views: 1,643 hi thyagi, i could not understand the if part
how you got those values for and b
pl. clarify |
Forum: Java Jul 31st, 2008 |
| Replies: 6 Views: 1,643 |
Forum: Java Jul 31st, 2008 |
| Replies: 6 Views: 1,643 i was trying to write a code for counting the number of ocurence of a particular word from a sentence.it gives me a wrong output it starts checking for the same alphabets in the sentence rather than... |
Forum: Java Jul 31st, 2008 |
| Replies: 6 Views: 5,310 |
Forum: Java Jul 30th, 2008 |
| Replies: 6 Views: 5,310 i have a similar problem where i have to find the number of occurences of a particular word from a sentence, i tried the code but it even counts the words which have those alphabets partly. can... |
Forum: Java Jul 28th, 2008 |
| Replies: 2 Views: 1,907 thank you EZZARAL i tried that and it works now. |
Forum: Java Jul 28th, 2008 |
| Replies: 8 Views: 919 yes and i also tried a new coding which helped.
public class Exam3
{
public static void main(String args[])
{ |
Forum: Java Jul 28th, 2008 |
| Replies: 2 Views: 1,907 hi i have a doubt i did this coding and when i complied it and tried to run the program evenupon giving the correct answer("ritchie") the output i got says answer is wrong.
can anyone tell me what... |
Forum: Java Jul 25th, 2008 |
| Replies: 8 Views: 919 thank you all for your replies |
Forum: Java Jul 24th, 2008 |
| Replies: 8 Views: 919 i am new to java and i was trying to solve a program,
a) i wanted to print marks scored by 3 students in 3 subjects.
b) i wanted to get the total marks scored by each student and find out the... |