Search:

Type: Posts; User: Mayank Rikh

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,084

    Pretty damn good explanation.

    Pretty damn good explanation.
  2. Replies
    4
    Views
    1,084

    What kind of coding will i do in my job?

    We are being taught how to make various kinds of programs, logic and stuff like that in c and c++. Various types data structures and what not. But i can't figure out as to what will we exactly have...
  3. Replies
    3
    Views
    6,603

    I will fix the gets and void main points ASAP. I...

    I will fix the gets and void main points ASAP.
    I have used the while loop in the pop function to ensure that ALL the elements of stack get popped :O...or am i going about it the wrong way?

    What...
  4. Replies
    3
    Views
    6,603

    Reversing a string using stack

    After compiling the program, it doesn't show any errors or warnings. When the output screen loads, it asks for the input but doesn't show the output and program automatically closes. Any idea why?
    ...
  5. Replies
    14
    Views
    1,505

    I just decided to delete this program. I started...

    I just decided to delete this program.
    I started another program from scratch, managed to get it to work near perfect :)
    Thanks all the same :D
    Moving onto doubly linked lists now xD
  6. Replies
    14
    Views
    1,505

    I would love to but sadly that is taught to us in...

    I would love to but sadly that is taught to us in college :|
    Exams and all take place on it only :|

    Note: Well i fixed the infinite output part but it still shows only 1424 as the output...
  7. Replies
    14
    Views
    1,505

    Using turboc :O, it shows no errors or warnings...

    Using turboc :O, it shows no errors or warnings to me for some reason just the numbers 12803 as the output over and over again
    Well i am using .cpp extension soo....
  8. Replies
    14
    Views
    1,505

    There are no errors when i compile it but there...

    There are no errors when i compile it but there comes an infinite number series, like the numbers i input are repeated infinite times. Kinda like an infinite loop :|,
    Soo probably a logical error...
  9. Replies
    14
    Views
    1,505

    Hopefully this is fine :| #include...

    Hopefully this is fine :|


    #include<stdio.h>
    #include<conio.h>
    struct node
    {
    int info;
    node *next;
    };
  10. Replies
    14
    Views
    1,505

    Umm sorry, i wasn't aware about the indentation....

    Umm sorry, i wasn't aware about the indentation. First time anyone ever told me :/...
    I will try and write it properly and post.
  11. Replies
    14
    Views
    1,505

    Link list :|

    I am new here, sorry if i am posting in the wrong section or breaking any rules or something :|...
    My professor told us to make a program on linked lists to create a linked list, insert an element...
Results 1 to 11 of 11