Search:

Type: Posts; User: entry_point

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,111

    thats right thanks!!!

    thats right thanks!!!
  2. Replies
    6
    Views
    1,475

    thanks for the help!!!

    thanks for the help!!!
  3. Replies
    6
    Views
    1,475

    if block always false.

    part of my code

    #include <iostream>
    #include <algorithm>
    #include <string>
    #include <fstream>
    using namespace std;

    int main () {
    int x;
  4. Replies
    3
    Views
    1,111

    convertion question

    how can i convert variable to another. especially string to char?
  5. Replies
    2
    Views
    1,058

    base on my observation, years =...

    base on my observation,

    years = payment_period*12; should be years = payment_period/12;
    b'coz if you enter 12 in this line.

    cout << "Enter the amount of annual payment periods (if once a...
  6. Replies
    4
    Views
    1,461

    i am new in C++ and dont know how to allocate...

    i am new in C++ and dont know how to allocate memory can you give me a sample? thanks
  7. Replies
    4
    Views
    1,461

    i get illegal operation.

    im new in C++

    this is only a sample code:

    #include <iostream>
    #include <fstream>
    using namespace std;

    int main () {
    char *a;
Results 1 to 7 of 7