Search:

Type: Posts; User: dharmvir tiwari; Keyword(s):

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    2,827

    [ubuntu] Re: flex and bison package

    i've tried apt-get install flex
    But it's not getting install
  2. Replies
    4
    Views
    2,827

    [ubuntu] Re: flex and bison package

    I am using Ubuntu 12.04
  3. Replies
    4
    Views
    2,827

    [ubuntu] flex and bison package

    I wanted to know the installation procedure for FLEX and BISON package.
    i have tried apt-get install ,but an error is being reported as "package has been renamed"
  4. Replies
    3
    Views
    511

    [other] Re: accessing windows files

    thx....it worked .But i used the live CD to access the windows file.
  5. Replies
    3
    Views
    511

    [other] accessing windows files

    i have installed ubuntu inside windows.
    how can i access the file on my windows desktop using ubuntu
  6. Replies
    11
    Views
    1,484

    [ubuntu] Re: Visual Basic Alternative

    Does Mono provides it?
  7. Replies
    11
    Views
    1,484

    [ubuntu] Visual Basic Alternative

    Is there any alternative for VIsual Basic in Ubuntu or can we run VB in Ubuntu as well:KS
  8. [SOLVED] Re: pangolin, rhythmbox and playlists question

    I also had the same problem with RthymBox.I'll suggest you an alternative for it as Clemtine,it is a nice player with fade effects and many other functionalities that are not in the RhythmBox.
  9. [SOLVED] Re: scanf not working and program not running

    I got that,it was a problem with my IDE.There i was not using console project,please check the same code with some IDE other than cosole project.I have attached a thumbnail of monodevelop.
    Thanks...
  10. [SOLVED] Re: scanf not working and program not running

    Can you explain me more about -Wunused-result?
  11. [SOLVED] Re: scanf not working and program not running

    But when i am turning of the warning then i am not able to provide any input to the program,the program is only printing and not taking any input.
    And about the c++ counterpart,when we are using the...
  12. [SOLVED] scanf not working and program not running

    #include<stdio.h>
    void main()
    {
    int i,j,b[100],w[100],t[100],s[100],count,max=0,tq,temp=0,temp1,n;
    float aw=0,at=0;
    printf("\nENTER THE NUMBER OF PROCESSES:");
    scanf("...
  13. Replies
    7
    Views
    2,174

    Re: scanf not working

    #include<stdio.h>
    void main()
    {
    int i,j,b[100],w[100],t[100],s[100],count,max=0,tq,temp=0,temp1,n;
    float aw=0,at=0;
    printf("\nENTER THE NUMBER OF PROCESSES:");
    scanf("...
Results 1 to 13 of 13