Search:

Type: Posts; User: merixa

Search: Search took 0.00 seconds.

  1. Thread: round

    by merixa
    Replies
    9
    Views
    1,713

    I was looking for this answer.. Thanks for very...

    I was looking for this answer.. Thanks for very useful information.. I love this board..
  2. Thread: strtrim

    by merixa
    Replies
    5
    Views
    10,859

    I am using C style strings like char line[500];...

    I am using C style strings like
    char line[500];

    I know It shouldn't be hard to write one but I don't want my program has to many lines. Also, linux should have this function in its library...
  3. Thread: strtrim

    by merixa
    Replies
    5
    Views
    10,859

    strtrim

    Hello guys

    In visual c++, we can use StrTrim function with including shlwapi.h library for triming character from String.

    Is there any function available on linux platform in c++ for the same...
  4. Replies
    5
    Views
    1,547

    Thanks for your help but I can not post my code...

    Thanks for your help but I can not post my code because of some reasons.

    If I knew how to convert my class to a template class, I would complete my program.
  5. Replies
    5
    Views
    1,547

    Thanks 7stud I understood everything but how...

    Thanks 7stud

    I understood everything but how about if I have a friend iterator class in my template class, I mean when I convert my class to a template class, do I have to change my iterator...
  6. Replies
    5
    Views
    1,547

    Quick question about class template

    Hi@all

    I wrote my own list class now I am supposed to convert it to a template class so I can use it for another program.

    In my list I also have an iterator class which I implemented.

    At...
  7. Replies
    7
    Views
    37,409

    Hi@all I wrote a program according to the...

    Hi@all

    I wrote a program according to the algorithm that okinrus mensioned it above. When I run my program, I can not see the output. I think problem is in my add function.

    Can anyone help me...
  8. Replies
    6
    Views
    1,043

    I think you can write a recursive function for...

    I think you can write a recursive function for this purpose..

    http://www.cprogramming.com/tutorial/lesson16.html
  9. Hi Enahs As Daved said, cin doesn't work...

    Hi Enahs

    As Daved said, cin doesn't work because of redirection. When program executes, it skips the line that includes cin command.
  10. General a.out redirection question under Linux

    Hi@all

    I wrote a program that reads data from a file under Linux. I am suppose to use a.out redirection to read the file. After read the file, I want to stop a.out redirection and enter some input...
  11. @7stud.. Thanks for your help.. I think I...

    @7stud..

    Thanks for your help.. I think I should sleep now beause I have been studying for 4 hours and I can't think any more.. Tomorrow, I will continue.

    Thanks.. I appreciate
  12. if I follow these steps, I will create a linked...

    if I follow these steps, I will create a linked list by adding a new node to the end of the list right? (I am asking to make sure that I got your point)

    What I want to do is I want to create the...
  13. thanks for replying but I already tried to draw...

    thanks for replying but I already tried to draw diagrams. I got the idea but I can't put it on code. :confused: any way I like C++.. I will do it.

    What I want to do for adding a new node to the...
  14. how to add a new node to the beginning of my linked list

    Hi guys

    I have been studying linked list tutorial. I want to add a new node to the begining of my linked list but I am making a mistake.

    Can anyone show me what is wrong with my code?


    ...
Results 1 to 14 of 15