CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MrAlex

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,634

    filename doesn't chagne

    this is the code:


    #include <stdio.h>
    #include <string>
    #include <iostream>
    using namespace std;

    int main ()
    {
  2. Replies
    7
    Views
    1,918

    Re: have a problem with a linked list

    No its other book
    linked lists are still useful?
  3. Replies
    7
    Views
    1,918

    Re: have a problem with a linked list

    and what do you recommend me to do?

    http://newdata.box.sk/bx/c/#heading1
    this booj is okay?
  4. Replies
    7
    Views
    1,918

    have a problem with a linked list

    I copied this program from the book for understanding and it doesn't work
    phone.h


    class phone{
    public:
    char first_name[15],last_name[15];
    long number;
    phone *next;
    static int n;
  5. Replies
    3
    Views
    1,268

    Re: Hi I'm new here and have a little problem

    thank you,(my English is okay?0:)
    I have another problem I can't concentrate when I'm trying to understand code on the computer because the games are attracting me and many others things.
    thank you...
  6. Replies
    3
    Views
    1,268

    Hi I'm new here and have a little problem

    I'm learning now linked list and dynamic allocate. I understand the material but i can't write a program,if you ask me something about this material I can answer you with out a problem
    and i don't...
Results 1 to 6 of 7





Click Here to Expand Forum to Full Width

Featured