User Profile

Collapse

Profile Sidebar

Collapse
digituner
digituner
Last Activity: May 7 '07, 03:33 AM
Joined: May 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • digituner
    replied to use of STL has problems
    in C
    I solved this problem now. (it's because I dunno about STL.)
    I used context viewer in vc++ 6 for watch memory status.
    and I saw _Head has stupid offset and values. but I misunderstood the offset what fx_list.begin() returns. finally, _Head is does not seem to be outside users... of course.
    thx for your answer.
    See more | Go to post

    Leave a comment:


  • digituner
    started a topic use of STL has problems
    in C

    use of STL has problems

    I defined axFx class like this :

    Code:
    class axFx : public Object
    {
    private:
    	int ef_index;
    	char* ef_filename;
    	int noframes;
    	int ident;
    public:
    	axFx();
     	void SetNofFrame(int p) { noframes = p; }
     	int GetNofFrames() { return noframes; }
    	void SetFilename(char* filename);
    	char* GetFilename() { return ef_filename; }
    	int GetIndex() { return
    ...
    See more | Go to post
No activity results to display
Show More
Working...