Search:

Type: Posts; User: noob2c

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    4,144

    cool stuff there itsme here is my code anywho...

    cool stuff there itsme

    here is my code anywho :) ..... waiting the 3rd contest



    #include <iostream>

    using namespace std;
  2. Replies
    16
    Views
    4,144

    I have turned in my entry for this contest ......

    I have turned in my entry for this contest ... was a good one
  3. Replies
    15
    Views
    3,623

    kudos to major_smalls here is my code anywho...

    kudos to major_smalls

    here is my code anywho for anyone who wants it as reference



    #include <iostream>
    #include <vector>

    using namespace std;
  4. Replies
    15
    Views
    3,623

    Alright, here is my submission :)

    Alright, here is my submission

    :)
  5. in this step : Please Enter the file type you...

    in this step :

    Please Enter the file type you wanted saved :


    the user can specify more than one file type right ? and can we ask the user to enter the file types in a particular manner say...
  6. Could you please give a sample run of the program...

    Could you please give a sample run of the program ?
  7. Replies
    42
    Views
    9,310

    awesome

    awesome
  8. Replies
    42
    Views
    9,310

    yes definitely looking forward for some more...

    yes definitely looking forward for some more since i missed it the first time
  9. Replies
    7
    Views
    1,687

    he he , no problem :)

    he he , no problem :)
  10. Replies
    7
    Views
    1,687

    what you are doing in your code is sending down ,...

    what you are doing in your code is sending down , j ( which is the index number) to the power function.




    for (j=0;j<count;j++) //j is used to traverse the array
    {
    numbers[j]=...
  11. Replies
    8
    Views
    2,044

    Thanks Guys

    Thanks Guys
  12. Replies
    8
    Views
    2,044

    Actually maybe i framed my question incorrectly....

    Actually maybe i framed my question incorrectly. I know for business school one doesnt need a undergrad in business, but I couldnt find an exact answer for law. Also i couldnt find a lot of colleges...
  13. Replies
    8
    Views
    2,044

    Computer Science : Business or Law

    Hi there,

    I am now in the third year of college pursuing a computer science degree. With the way things are nowadays I am definitely considering graduate school to get an edge. People have told...
  14. Replies
    7
    Views
    1,129

    to clear the window (im guessing you mean clear...

    to clear the window (im guessing you mean clear screen)



    #include <iostream>
    #include <cstdlib> //this header is required to use the system //command.

    using namespace std;

    int main()
  15. Replies
    7
    Views
    1,129

    you can either use the endl like this ...

    you can either use the endl like this
    cout<<"something in here"<<endl; or by using \n like this
    cout<<"something here \n";
  16. Replies
    7
    Views
    1,783

    try this ..... #include ...

    try this .....



    #include <stdio.h>

    main()
    {
    float x;
  17. Replies
    14
    Views
    2,000

    this is a good one http://www.cplusplus.com .......

    this is a good one http://www.cplusplus.com .... and also look at the FAQ http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

    good luck and have fun
  18. Replies
    7
    Views
    1,154

    http://www.cplusplus.com is also good

    http://www.cplusplus.com is also good
  19. paramenter i, in that loop u set i to 1 and loop...

    paramenter i, in that loop u set i to 1 and loop till it reaches 10. So whenever u have the call as factorial(i) ..... the present value of i is sent down to the function.


    okay here is a test...
  20. Replies
    20
    Views
    7,647

    no problem..... it was prelude who knew the name...

    no problem..... it was prelude who knew the name of the function .... i did a search to find it. As for ^= that means exclusive or or XOR
  21. Replies
    5
    Views
    1,004

    could u please translate into english as to what...

    could u please translate into english as to what issue u are having ?
  22. Replies
    20
    Views
    7,647

    aha :)

    aha :)
  23. Replies
    20
    Views
    7,647

    huh Prelude ????

    huh Prelude ????
  24. Replies
    20
    Views
    7,647

    Here is an implementation of strrev...

    Here is an implementation of strrev
    http://64.233.167.104/search?q=cache:OHq_lSn6QoMJ:vision.eng.shu.ac.uk/C%2B%2B/c/snippets/STRREV.C+strrev,+C&hl=en&ie=UTF-8
  25. Replies
    20
    Views
    7,647

    easy way would be to copy is to use a loop and...

    easy way would be to copy is to use a loop and some functions from the string header file

    http://www.cplusplus.com/ref/cstring/
Results 1 to 25 of 134
Page 1 of 6 1 2 3 4