Search:

Type: Posts; User: sarasaad

Search: Search took 0.00 seconds.

  1. Thread: heap

    by sarasaad
    Replies
    1
    Views
    729

    heap

    Hey Guys,
    I just wanna ask about what is the heap & why it called heap ???
    thank you :)
  2. Thread: problem

    by sarasaad
    Replies
    2
    Views
    1,150

    Thank you very much I appreciate that :D

    Thank you very much
    I appreciate that :D
  3. Thread: problem

    by sarasaad
    Replies
    2
    Views
    1,150

    problem

    Hey guys, I have a series problem really
    I understand the concept in c++ but I don't know how to solve PROBLEM the most of it.
    Give me advice how to think in the problem
    thnx
  4. Thread: Reverse Words

    by sarasaad
    Replies
    8
    Views
    1,439

    I am really tried and I am already studied stl so...

    I am really tried and I am already studied stl so I tried to solve this problem so I want to know how to reverse a string with vector and I search on the internet to find but it didn't work
    I'm...
  5. Thread: Reverse Words

    by sarasaad
    Replies
    8
    Views
    1,439

    how could i reverse a vector with string????

    how could i reverse a vector with string????
  6. Thread: Reverse Words

    by sarasaad
    Replies
    8
    Views
    1,439

    #include #include...

    #include<iostream>
    #include<string>
    #include<vector>
    using namespace std;
    int main()
    {
    string str;
    int x;
    vector<string>v;
    cin>>x;
  7. Thread: Reverse Words

    by sarasaad
    Replies
    8
    Views
    1,439

    Reverse Words

    please I want to reverse word using stl like that

    input

    this is a test

    output

    test a is this
Results 1 to 7 of 7