Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~347 People Reached
Favorite Tags
c++ x 3
php x 3
Member Avatar for duka96

I'm having problem with opening php pages in browser. I'm using apache web server and the problem is that instead of a page browser shows php code that i wrote in text editor (for example it shows <?php phpinfo(); ?> instead list with informations about php). Everything worked fine before …

Member Avatar for kireol
0
193
Member Avatar for duka96

I'm having a problem with adding push button to a window. It is MFC document/view application in which i have some drawing in OnDraw method and I want do add button bellow the drawing. I'm trying with [code] m_wndPushButton.Create(_T("Button"), WS_CHILD | WS_VISIBLE, BS_PUSHBUTTON, CRect(100, 600, 200, 650), this, IDC_BUTTON); [/code] …

0
48
Member Avatar for duka96

How can I check if CPoint (or any other) variable has been initialized? I'm getting error for this: if(m_pointVar != NULL) saying binary '!=' : no operator defined which takes a left-hand operand of type 'class CPoint'

Member Avatar for duka96
0
106