User Profile

Collapse

Profile Sidebar

Collapse
vsen123
vsen123
Last Activity: Mar 23 '07, 02:19 AM
Joined: Feb 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vsen123
    started a topic Linker error Undefined Symbol
    in C

    Linker error Undefined Symbol

    Hi,
    I wanted to use multiple source files for one program.I created a file "key.h" as follows:
    Code:
    #ifndef KEY_H
    #define KEY_H
    class Inputk
    {  int hkey[16][5];
    	char Kuser[64];
    	protected:
    	int Key[65];
    	public:
    	Inputk();
    	void read();
    	void displayhex();
    	~Inputk(){}
    };
    class Lookup1:public Inputk
    {  int Key_temp[57],PC1[9][8];
    ...
    See more | Go to post

  • vsen123
    started a topic Divide Error Exception
    in C

    Divide Error Exception

    hi
    I got this error: "Divide-error Exception 0x3D27:0x14D3 Resumable Processor Fault" in Turbo C++ 4.5(Win 16) in a program that uses multi-level Inheritance.
    The problem occurs when I try to create an object of the last derived class(found out using trace).All the derived classes are derived using public visibility mode.
    Code snippet:

    Code:
    class Finale:public R_mov
    {  int PC2[8][6],Key_t[56],t_cnt;
    ...
    See more | Go to post
No activity results to display
Show More
Working...