Hello,
I am just wondering if there is any built in funtion for generating random number given the "mean and the standard deviation"?
Like if you have a zero-mean Gaussian white noise with a standard deviation of 1.
If anyone know of any function, that would be great, I am sure there should...
Hi guys,
I am just wondering if there is any special function to find the absolute value of a vector. I have the x coordinate and the y coordinate. I dont' want to be finding the sqrt of the x and y terms allt he time, I am sure there is a function, but if you guys know, that would be a great...
Hello guys,
I wanted to make a tree control, and I have done that.
Then I wanted to put a button and each time the user clicks the button I wanted it to put a root on the tree with a default name. I have done that also.
Now, I want to put an edit box, which I have done already.
1. I...
Hi there,
If you have used objective toolkit or have it. Well, I am trying to learn it and I am going through the Userguide for it. Well, there is an example for browse button. and I been trying to figure out how to do this for the last two days. and I dont' get what I am doing wrong.
This is...
Hi I need help with creating a MDI application using MFC.
Well, if you create a MDI application on MFC, when the application starts you get one child window opened at start up. What I want is I want two child forms open at the same time. If anybody knows how to do that, that would be great...
Hi..I am confused with this double pointer stuff...could somebody explain please...
Well, I have this typedef structure:
typedef struct
{
int scan_number;
int num_returns;
float min_time;
float max_time;
Measurement *measurements; //another typedef Structure
} MeasurementFrame;
typedef...
Hello guys,
Well, I am just trying to learn VC++.net. I ran into this small trouble, which doesn't make sense for me...
I created a MDI application(using MFC) with the default. Well, I just wanted to learn how to create my own tool bar, so I just deleted what ever MFC gave me and created a...
Hi..I am trying to learn VC++.NET.
Well, I am trying to create this Main Menu using Win32.
This is the code that I have...
#include <afxwin.h>
class CResFrame : public CFrameWnd
{
public:
CResFrame()
{
Create(NULL, "Resources Fundamentals", WS_OVERLAPPEDWINDOW...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.