Search:

Type: Posts; User: shaheel

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,806

    yea.. this is fine... but i have those integers,...

    yea.. this is fine... but i have those integers, floating points and characters on separate lines in a single file.. how do i proceed then??? :(
  2. Replies
    4
    Views
    1,806

    reading data contents from files in c++

    Hello there. Well im stuck with a problem of how to extract data from a given data file. i have to read line by line. for example:

    this line contains numbers(int):
    2 3 4 5 6

    i have to read...
  3. thanks. a lot for your suggestions. i found the...

    thanks. a lot for your suggestions. i found the error(";")... .
  4. 2 errors while compiling this C program.. some help please

    hello everyone. here is my C program that i have done. When compiling in visual c++ 6.0, I'm having 2 errors.. can anyone suggest how i overcome these?

    Program:

    # include <stdio.h>
    # define...
  5. Thread: help plzzz...

    by shaheel
    Replies
    11
    Views
    1,554

    thnaks for ur suggestions...

    thnaks for ur suggestions...
  6. Thread: help plzzz...

    by shaheel
    Replies
    11
    Views
    1,554

    is this really for C programming? coz im supose...

    is this really for C programming? coz im supose to write a C program.. I know that in C++ i have to use int main() and the return 0,
  7. Thread: help plzzz...

    by shaheel
    Replies
    11
    Views
    1,554

    thanks for your help.. using array for the string...

    thanks for your help.. using array for the string of characters was good. well still then the following line is being omitted when i run the program:

    printf("\n Please select the type of seat you...
  8. Thread: help plzzz...

    by shaheel
    Replies
    11
    Views
    1,554

    help plzzz...

    hello everyone. well here is my program. when i compile and build there are no errors. but when i reach the line enter your name, i enter the name and when i press carriage return, the whole program...
  9. Replies
    4
    Views
    2,126

    thankss.. soo nice of ya..

    thankss.. soo nice of ya..
  10. Replies
    4
    Views
    2,126

    thanks i will try it... also is there somewhere i...

    thanks i will try it... also is there somewhere i can find the different functions that i can use with a particular file header?? such a <stdio.h> <math.h>..
  11. Replies
    4
    Views
    2,126

    introducing actual time in a C program

    Hi everyone. wel l i wanted to know if it was possible to assign the date of today[ date stored in the os time system] to a particular variable and then i will be using that date to know when a...
  12. Replies
    2
    Views
    1,721

    Thanks dear.. U save me right now... yep.. Ive...

    Thanks dear.. U save me right now... yep.. Ive found the mistake... a function mistyped.. thanks dude...
  13. Replies
    2
    Views
    1,721

    Build error in C

    Hi guys.. Im having this build error in visual C++

    Theres no error and warnings while compiling but this only error:


    Linking...
    task1.obj : error LNK2001: unresolved external symbol _ques...
  14. Replies
    3
    Views
    2,436

    hahhaah.. ya thanks for ur advance

    hahhaah.. ya thanks for ur advance
  15. Replies
    3
    Views
    2,436

    Reordering numbers

    helllo guys. I'm having problem with this question:
    Write a program in C involving the use of pointers to reorder a list of numbers so that any of the following arrangements can be carried out :
    ...
  16. Replies
    30
    Views
    3,849

    I corrected the void main thing.... from the...

    I corrected the void main thing....

    from the way Ive started..will it b possible for me to implement a type of variable to store the number of good answers..coz this is not the only question..I...
  17. Replies
    30
    Views
    3,849

    well..I'll try to put ur advices in practice.......

    well..I'll try to put ur advices in practice.... I was about to ask this very much..if there could be a way to store the corect answerrs in a particular function and another function where the score...
  18. Replies
    30
    Views
    3,849

    here is the new coding...no errors..no...

    here is the new coding...no errors..no warnings...:

    #include <string.h>
    #include <stdio.h>
    void main()
    {
    int count;
    char ans[9];

    printf("\n Welcome to the QuiZ Competition....R u...
  19. Replies
    30
    Views
    3,849

    ok...thanks..I'll try that..But still Im having...

    ok...thanks..I'll try that..But still Im having an error to compile that..
    At:
    The "if" statement in the loop....
  20. Replies
    30
    Views
    3,849

    I have tried a few lines of coding...dunno if im...

    I have tried a few lines of coding...dunno if im right.....please anyone cheK it out...

    void main()
    {
    int count;
    char ans[6];

    printf("\n Welcome to the QuiZ Competition....R u READY????");
  21. Replies
    30
    Views
    3,849

    ur right.....I'll try my best to start the coding...

    ur right.....I'll try my best to start the coding a bit..n post it here..If ever Im completely stucK..please bear with me..Im still a newbie in this....
  22. Replies
    30
    Views
    3,849

    hmmm Guys...I'll give it a try...If Im still...

    hmmm Guys...I'll give it a try...If Im still messed up..I'll get the coding here for u to help..

    Once again thanks a lot..dunno what I would have done If this forum wasnt here...
  23. Replies
    30
    Views
    3,849

    hmmmmmmmmmmmmmmmmmmmmmmmm.......well can any one...

    hmmmmmmmmmmmmmmmmmmmmmmmm.......well can any one write up abit of the code..I'll still cant get that in my head...
    P.s Do I need a counter here????
  24. Replies
    30
    Views
    3,849

    If u guys dont mind... can I ask another question...

    If u guys dont mind... can I ask another question plzzzzzzzzzzzzz???? Its concerning another program... I just really cant understand how perform this condition...

    It says ask a question.. if...
  25. Replies
    30
    Views
    3,849

    thanks..i spoted my mistake.... Oh...

    thanks..i spoted my mistake....

    Oh GOD............Its working.....................


    I managed to run it successfully....


    in int factorial[int x] should have been int factorial[int n]
Results 1 to 25 of 39
Page 1 of 2 1 2