Search:

Type: Posts; User: barlas

Search: Search took 0.01 seconds.

  1. well, I want to store each word in seperate...

    well, I want to store each word in seperate string (actually I have to store each word in seperate Node of linked list). That is user will input complete sentence like:

    C++ is the best language
    ...
  2. Begginer Problem: Extracting words from sentence

    Hi,

    I got an assignment from university, I have to take a sentance as input and then store each word in different nodes in a linked list (then I have to perform different actions on these words...
  3. Replies
    5
    Views
    1,552

    Just do what enjoy said. i.e while...

    Just do what enjoy said. i.e

    while (((a==0)&&(b==0)) || ((a==0)&&(c==0))||((c==0)&&(b==0)));
  4. Replies
    10
    Views
    9,099

    Thanks guys, for all the help and info! :)

    Thanks guys, for all the help and info! :)
  5. Replies
    10
    Views
    9,099

    Thanks everyone. Stoned_Coder it worked. Can...

    Thanks everyone.

    Stoned_Coder it worked. Can you please explain a little how it worked? As, now I wanted to do obj1 = 10 + obj2 but it didn't worked, gave the same error as obj1=obj2+10 was giving...
  6. Replies
    10
    Views
    9,099

    how to use operator+() in this code?

    Hi guys!

    I don't know anything about how to use operator+(), I have just searched some sites(tutorial / articles) and have done what they have said, but didn't succeeded in compiling my program.
    ...
Results 1 to 6 of 6