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
Ranked #4K
~7K People Reached
Favorite Tags

23 Posted Topics

Member Avatar for Dark_Omen

[QUOTE=Dark_Omen;26289]Hello, I am new to make programs. So far I can just do logical stuff like math in a dos window. I now want to move on to making actual windows programs. Does anyone know how to make a GUI in C++ for a windows application? Any reading online or …

Member Avatar for kvprajapati
-1
4K
Member Avatar for risa
Member Avatar for johnnie25
0
130
Member Avatar for risa

call the OnOK() function within the dialog. OnOK() is a member of CWnd and that is what the OK button calls. If you have removed the ON button, no worry. Just call the OnOK() yourself within where you want to terminate the Dialog.

Member Avatar for Anitaj
0
217
Member Avatar for wamuti

Hi all. I am new to C#. I am getting a zero when a multiplication. Actually i am not able to pass a values to the class from the client, through the objeuct despite having a constructor. Below is the code.(I have excluded the Cube class since it is just …

Member Avatar for Ramy Mahrous
0
113
Member Avatar for dophine

provided that there is a const keyword after the entire function declaration, then, it cannot change any value in memory. It will just use a copy of the value. Now, int foo(int & a); is used if you want to modify the value of an extenal data element. It is …

Member Avatar for Dave Sinkula
0
100
Member Avatar for Jboy05
Member Avatar for Somerville

[QUOTE=Somerville;539655]kk and are these programmes free?[/QUOTE] Why don't you just use Microsoft's Visual C++ compiler (most likely the Visual Studio 6.0 product). It will be easy for you because you won't have to struggle with the Development Inteface as the tutorial handles the graphical part of it and explains how …

Member Avatar for wamuti
0
104
Member Avatar for rohit83.ken

Yes! Very easy. Learn the C++ syntax and understand it clearly and since it seems you are able to write flowcharts, algorithms and pseudocodes easy, you are bound to be the very good at write bug free C++ code. Do not take shortcuts. I speak from experience.

Member Avatar for ithelp
0
108
Member Avatar for ithelp

I'd love to help but i can't understand a word you are saying, not that i don't understand english, no, but i can't understand what is "codebase", "static analysis tool",...

Member Avatar for vijayan121
0
93
Member Avatar for wamuti

Hi guyz. I am making a client-server application uysing CAnsySocket. A little history may help you assist. I made the application and was working just okay but the problem was that two client app. could not connect to the server. It always crashed. A viable solution to that was making …

Member Avatar for dandan
0
89
Member Avatar for want_somehelp
Member Avatar for wamuti

Hi guys. Can anyone please direct me to a site where i can read about multi threading for a begginner? All the sites i seems to be finding seem sketchy.

Member Avatar for John A
0
96
Member Avatar for technogeek_42

Well C++ has classes while C has not. My advice, C++ is the way to go since C is fully contained in C++. This means many(mostly everything) of the stuff you can do in C can be done in C++, except build an O/S.

Member Avatar for Ancient Dragon
0
278
Member Avatar for bhuvanwip

[QUOTE=bhuvanwip;521516]Hi, I am stucked with this error d:\Odin_1\ODIN_1\OdinRPCvalidation.h(126) : error C2143: syntax error : missing ';' before '*' d:\Odin_1\ODIN_1\OdinRPCvalidation.h(126) : error C2501: 'CRPCValidation::IRPCCtl' : missing storage-class or type specifiers d:\Odin_1\ODIN_1\OdinRPCvalidation.h(126) : error C2501: 'CRPCValidation::m_pRpcControlImpl' : missing storage-class or type specifiers d:\Odin_1\ODIN_1\OdinRPCvalidation.h(127) : error C2146: syntax error : missing ';' before …

Member Avatar for wamuti
0
280
Member Avatar for programmingnoob
Member Avatar for scru

Windows Vista works with purely [B].Net[/B] platform. Thats the reason why most older programs won't work when using Vista. An example is visual studio 6.0. It is rejected because it has serious compatibility issues(They say something to that effect!). The trick is making sure your compiler is a .Net compliant. …

Member Avatar for scru
0
121
Member Avatar for darussalaam
Member Avatar for darussalaam
0
77
Member Avatar for xeroz

[QUOTE=xeroz;512939]I ahev to make a project of daewoo a bus servise reservation system in c++ please help me so that i would make it in a better way thanks xeroz[/QUOTE] It would be less difficult if only you could specify the problem ;)

Member Avatar for wamuti
0
243
Member Avatar for mr_fake

Ok. Tell me this, are you programming using MFC? ATL? COM?Win32? or just plain C++ using command console

Member Avatar for WaltP
0
80
Member Avatar for wamuti

Hi guys. Is there a Forum or Section that deals with windows programming in C++?

Member Avatar for WolfPack
0
61
Member Avatar for wamuti

Hi. I am using CFormView class in MFC where i have a Dialog Box as a child of the view. Is it possible to draw on th dialog. I realized that there is no virtual function i can override like in a CView. Please Help Out.

0
62
Member Avatar for apcxpc

I read somewhere, the real programmers are the C language programmers. I belive that given the structure of C but you also are a real programmer if you are actually using win API. Why not try MFC? Its alot easier.

Member Avatar for wamuti
-1
266
Member Avatar for smile!

The End.