User Profile

Collapse

Profile Sidebar

Collapse
darkkal
darkkal
Last Activity: Dec 30 '07, 07:06 AM
Joined: Oct 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • darkkal
    started a topic map<int ,std::string>
    in C

    map<int ,std::string>

    Hi I'm a student majoring a computer .

    I tried to make a simple hashing table like (int) 1 , (std::string) "One"
    There is a problem in using std::map ㅜㅜ


    this is a simple code.
    PLZ~~Help me :)

    [CODE=cpp]#include <iostream>
    #incluce <map>

    int main()
    {

    std::map<int ,std::string> test ;
    ...
    See more | Go to post
    Last edited by Ganon11; Oct 20 '07, 05:26 PM. Reason: Please use the [CODE] tags provided.

  • darkkal
    started a topic [C++] why we have a constructor?
    in C

    [C++] why we have a constructor?

    Im a student who is majoring in computer.
    in C++, why we have a constructor ?
    I think there is some reasons for Bjarne Stroustrup to make constructor in C++

    Thank you ^^
    See more | Go to post
No activity results to display
Show More
Working...