Forum: C++ Jul 4th, 2009 |
| Replies: 5 Views: 274 Haiiiiiiiiiiiii every one.
i am totally new for VC++ i need a program on vc++ window application.
i need to create a window, on that window i need 3 brouse button look like normal (file brouser)... |
Forum: C++ Jul 3rd, 2009 |
| Replies: 5 Views: 203 |
Forum: C++ Jul 3rd, 2009 |
| Replies: 8 Views: 486 haiiiiiii
i need a compiler for c++ om windows i.e. not for beginars.
Regard's
Balu |
Forum: C++ Jul 3rd, 2009 |
| Replies: 5 Views: 203 ok know this is the code:
MyClass.h
#ifndef MYCLASS_H
#define MYCLASS_H
class MYCLASS
{
private:
char *inputfname1,*inputfname2,*outputfname; |
Forum: C++ Jul 3rd, 2009 |
| Replies: 5 Views: 203 hai
i am working with a small project on files. the program is compiled but when i am excuting than i am getting linker error i.e
[Linker error] undefined reference to `__cpu_features_init'
... |