Search:

Type: Posts; User: 26friends26

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,220

    oh yeah ur right. the first function is really...

    oh yeah ur right.
    the first function is really stack array.
    and to make it static, i should put "static"
    on the declaration, right?

    ex.. static int x[50]; ???
  2. Replies
    3
    Views
    6,220

    Static, Stack, Heap Array and time

    hi..i need help with this one:

    write three functions in C/C++; one that declares a large
    array statically, one that declares the same large array on
    the stack, and one that creates the same...
  3. Replies
    4
    Views
    3,961

    hey thanks!.. i got it.. :)

    hey thanks!..
    i got it.. :)
  4. Replies
    4
    Views
    3,961

    how??

    how??
  5. Replies
    4
    Views
    3,961

    swapping 2 rows in a matrix

    hey guys!..
    i am writing a code that solves 6 unknowns using
    gaussjordan method..
    but i am stuck in making a code that swaps 2 rows
    if the pivot is zero (0)..
    please give me an idea how to swap...
  6. Replies
    7
    Views
    4,578

    how can i close this post??

    how can i close this post??
  7. Replies
    7
    Views
    4,578

    you're right, but the thing is don't have a clear...

    you're right, but the thing is don't have a clear idea/s
    of how to do it...
    how do i find the longest word that has its reverse
    word in the file??.like in my text file vocab.text, my program...
  8. Replies
    7
    Views
    4,578

    i'm not getting any error, its just that my...

    i'm not getting any error, its just that my output is not
    what it should be..
  9. Replies
    7
    Views
    4,578

    the longest word in reverse. actually the...

    the longest word in reverse.

    actually the function of my program is to reverse all words in the file
    but only output the longest word that has been reversed.
  10. Replies
    7
    Views
    4,578

    find word in a text file

    hey guys!
    i'm a newbie in programming specifically text files.

    i kinda need some help with this problem that i'm trying to solve
    about text files. I'M NOT REALLY ASKING FOR A COMPLETE CODES.
    ...
Results 1 to 10 of 10