Search:

Type: Posts; User: wajeeha.javed

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    9,248

    Try this gcc -o outputname infile.c ...

    Try this
    gcc -o outputname infile.c `mysql_config --cflags --libs`
    Hope this will help
  2. i want to replace the prime numbers by 0 my code is not working

    #include<fstream.h>
    #include<iostream.h>
    void main()
    { int k=0;
    fstream f;
    f.open("num.txt",ios::in|ios::out);
    for(int i=1;i<=100;i++)
    {

    f<<i;
  3. yes you are right it is my friend code can you...

    yes you are right it is my friend code can you please help then !
    sorry for saying that it my code! i write it my code by mistake
  4. can you please indicate what is wrong with...

    can you please indicate what is wrong with prototype ! i am still unable to execute the code
  5. my code is giving linking errors can anyone help!

    Code:

    //*Hira Daud
    // regn no=83
    //BICSE 4-A*/




    #include<iostream>
  6. for(ans=1;ans

    for(ans=1;ans<=years;ans++)
    i have tried this too but not working.actually the loop is not repeating
  7. i will try this out thanks a lot!

    i will try this out thanks a lot!
  8. this is my code which is not performing the for loop!

    14. Write a program that calculates how much money you'll end up with if you invest an amount of money at a fixed interest rate, compounded yearly. Have the user furnish the initial amount, the...
Results 1 to 8 of 8