Search:

Type: Posts; User: tennisstar

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Learning C++ (and other programming languages)...

    hey all,

    i wonder from where did mark zuckerberg and bill gates and all the other programming geniuses like that including alex allain learn to program...

    i have tried to learn to program from...
  2. Replies
    3
    Views
    1,112

    C++ in websites?

    In wikipedia, i typed - Facebook.com and a page came, In that it was written- "Programmed in C++ and PHP". if it would be java and php i wouldn't be surprised, as java can be used for web programming...
  3. Thankyou kmdv, You answered what exactly i was...

    Thankyou kmdv,
    You answered what exactly i was asking...
    i made a sample program using the things i understood;


    include <iostream>
    using namespace std;


    template <typename T>
  4. i'd like to make some things clear: 1) I know...

    i'd like to make some things clear:
    1) I know about templates and the generic class template definition is right on the line 7
    2) Mr grumpy. i have done exactly what you have showed in your 2nd...
  5. Template specialization not working in Code::Blocks...

    hey all, i tried to do what is shown in the lesson Template specialization in cprogramming.com...

    but i get the following error:
    12359

    what do i do?
    moreover i wanted to ask what is the...
  6. Replies
    7
    Views
    5,476

    ummm.. i did not get you... please explain in...

    ummm..
    i did not get you...
    please explain in simpler terms..
    <a request>
  7. Replies
    7
    Views
    5,476

    Iterator vs. pointer...

    hey all,

    i was just wondering:
    What is the difference between iterator and pointer?

    please help..
  8. Thread: Vector

    by tennisstar
    Replies
    2
    Views
    667

    Vector

    hey all i came across this term while learning about vectors:
    "Bounds checking"

    what does that mean?

    there is a line in the tutorial that says:



    kindly help...
  9. Replies
    5
    Views
    1,141

    but whats the use? anyways the site contains...

    but whats the use?
    anyways the site contains more info than the book
  10. Replies
    5
    Views
    1,141

    Learning C++...

    Hey all..
    i have been learning C++ and have finished the Beginner C++ tutorial
    and just started the functors lesson in C++ Advanced tutorial...

    However, in this Series and in the other Series,...
  11. Replies
    5
    Views
    1,511

    thanx a lot grumpy.. that was basic thinkin'...

    thanx a lot grumpy..
    that was basic thinkin' which didn;t come to my head while thinking for all complicated stuff :p
  12. Replies
    5
    Views
    1,511

    not that... my question is that: in my example...

    not that...
    my question is that:
    in my example of the car company which can rent 8 cars
    (since 1 char = 1 byte = 8 bits)
    how do i make it rent 9 or 10 cars
    for that i have to use an encoding...
  13. Replies
    5
    Views
    1,511

    Bitwise more than 8? or less than 8?

    hey all...
    i successfully learnt everything in the bitwise lesson and made a program:


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


    char in_use = 0;
  14. Thread: Bitwise...

    by tennisstar
    Replies
    4
    Views
    1,293

    Thank-you all of you guys... it helped a lot and...

    Thank-you all of you guys...
    it helped a lot and i'm really clear of the bit and byte concept...

    i feel really happy...
    THANK-YOU!!
  15. Thread: Bitwise...

    by tennisstar
    Replies
    4
    Views
    1,293

    Bitwise...

    hey all,
    i just finished learning c++ from the beginner C++ tutorial
    series in cprogramming.com...
    Now i'm here in the "More advanced topics in C and C++" section. (the first lesson - bitwise...
  16. Replies
    4
    Views
    1,023

    C File I/O vs Binary File I/O

    Hey all,
    I've just completed the lesson 10 in C programming section in www.cprogramming.com - C File I/O and Binary File I/O...
    I've understood everything in that lesson and also can perform them...
  17. Replies
    3
    Views
    820

    Templates in c++...

    hey all,
    i just learned templates in C++ and wanna know how to put them to practical use...
    the following example will illustrate my doubt:


    #include<iostream>
    using namespace std;

    ...
  18. Replies
    1
    Views
    733

    Conditional Compilation...

    hey everyone,
    i was in the cpreprocessor tutorial in the beginner C++ tutorial section.
    i understood every thing in the lesson (#include, constants and macros).
    but i couldn't understand a thing...
  19. Replies
    1
    Views
    1,476

    Templates...

    hi all,
    i just learned the topic about templates...
    i successfully made a template program in which the instance of the templated class is a normal instance:


    #include<iostream>...
  20. Thread: Inheritance

    by tennisstar
    Replies
    1
    Views
    707

    Inheritance

    i'm in the c++ inheritance lesson in cprogramming.com... In that the syntax for making a class(derived class) inherit all the stuff from another class(base class) is this:



    class base{

    ...
  21. Replies
    1
    Views
    839

    Binary tree display?

    I just completed the binary tree tutorial in cprogramming.com...

    like you can display a linked list like so:

    12 => 412 => 45123 => 99 => NULL...

    or something like that..

    how can we...
  22. Variable argument lists without using cstdarg...

    Hi all,
    I am currently in the 17th tutorial in the C++ series (Variable argument list in C++)

    and i can successfully make programs with functions with unknown length of argument list....

    in...
  23. Replies
    9
    Views
    2,884

    Hello everyone.... it's me tennisstar... i...

    Hello everyone....
    it's me tennisstar...

    i programmed about 6 hours today and i finaly made a successful Linked list program and other than deletion and creation of
    nodes i added some more...
  24. Replies
    9
    Views
    2,884

    hey guys... you people told me to put nice...

    hey guys...
    you people told me to put nice names, so i did..
    you also told that a few vars. were uninitialized , so i initialized them...

    but i do get an error....
    (note: this is an entirely...
  25. Replies
    9
    Views
    2,884

    hello every one its me tennisstar... i tried...

    hello every one
    its me tennisstar...

    i tried to improve my code but the problem still exists
    i couldn't understand what you were saying...
    in the insertNode function if the variable is not...
Results 1 to 25 of 37
Page 1 of 2 1 2