User Profile

Collapse

Profile Sidebar

Collapse
Asad
Asad
Last Activity: Mar 18 '08, 07:46 PM
Joined: Oct 3 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Asad
    replied to Stuck on While Loop
    in Java
    Well, Gentleman , What exactly do you wanna do...
    I mean, Do you wanna display the salary for the number of days one Worked or
    The salary one would be earning next days until one finishes 40 days, including the number of days entered??
    See more | Go to post

    Leave a comment:


  • Asad
    replied to c++ programming help----pls help me,do this for me
    in C
    Please be a little more clear in explaining. Only then can one help!

    ok....
    See more | Go to post

    Leave a comment:


  • Asad
    replied to Converting String to Double Problem
    in Java
    Well, Could you please tell me whats wrong with my program. I do have the file and its reading from the file too, yet I am unable to convert it to double or any other format using parse, like Integer.parseIn t(line); or Double.parseDou ble(line);
    please help....
    See more | Go to post

    Leave a comment:


  • Asad
    started a topic Converting String to Double Problem
    in Java

    Converting String to Double Problem

    Hi,

    I have retrieved values in a file. Used

    Double dval;
    String line;
    try{

    BufferedReader in=new BufferedReader( new FileReader("Fil e1.txt"));
    line = in.readLine();
    dval=Double.par seDouble(line);
    System.out.prin tln(dval);
    }
    catch(IOExcepti on e){}
    catch(NumberFor matException e){}

    .
    .
    .
    .

    ...
    See more | Go to post

  • Asad
    started a topic What's a substitute of gotoxy in C/C++ on Linux Platform
    in C

    What's a substitute of gotoxy in C/C++ on Linux Platform

    Hi All,

    I would like to plot some point on screen in C++. I am working on Linux platform and unable to use gotoxy(row,col) ; Which would have reduced my work.

    Any ways, Do anybody know how do I plot some points on screen on a Linux Platform using C++

    Help Appreciated!!!

    Thanks,
    See more | Go to post

  • Well,
    so far I dont know Direct3D or OpenGL.
    See more | Go to post

    Leave a comment:


  • Asad
    started a topic Can anyone help me learn how to draw a Graph in C or C++
    in C

    Can anyone help me learn how to draw a Graph in C or C++

    Hi,
    I have a data, its frequency of a particular events at different times.
    Like,
    at time 0 - Number of events 2
    at time 1 - Number of events 3
    at time 2 - Number of events 0
    at time 3 - Number of events 100
    so on ..,

    I have to take time on one axis and these numbers on the other. But could any one tell me how to plot all these values so as to get a curve shape,(probably the numbers...
    See more | Go to post

  • Asad
    replied to How to convert a string to and char array
    in C
    Thanks,
    I got the conversion.

    -Asad....
    See more | Go to post

    Leave a comment:


  • Asad
    started a topic How to convert a string to and char array
    in C

    How to convert a string to and char array

    Hi,
    Can anyone plz tell me how to do this conversion:

    I have a string array str[10];
    str[0],str[1],.....str[9] are all having strings.

    I just want to convert one string, say str[0], to characters!!!!

    I would appreciate your responses!
    Thanks,
    Asad/
    See more | Go to post
No activity results to display
Show More
Working...