Forum: C++ Jul 30th, 2009 |
| Replies: 2 Views: 360 thx, i've got sorted it out. |
Forum: C++ Jul 30th, 2009 |
| Replies: 2 Views: 360 Hi,
I've been trying to read the file content from the file path entered by user at run time. However i always end up in error.
Help needed...
char name[100];
ifstream infile;... |
Forum: C++ Apr 15th, 2009 |
| Replies: 6 Views: 638 Sorry One last thing..
How can I display the output value in an edit box?
thanks |
Forum: C++ Apr 15th, 2009 |
| Replies: 6 Views: 638 |
Forum: C++ Apr 14th, 2009 |
| Replies: 6 Views: 638 Gives the following error: C2664:\void ATL::CStringT<baset type, string traits>::Format(const wchar_t*,...)': cannot convert parameter 1 from 'const char[3] to const wchar_t* |
Forum: C++ Apr 14th, 2009 |
| Replies: 6 Views: 638 Hi,
How can I show a long value returned from a function to a textbox on a dialog box.
Void CVideoDlg::OnBnClickedFrames()
{
m_AMC.get_FramesDrawn(); // retunrs long
}
I... |