| Thread | Last Post | Replies |
|
| how do i use a 'string' like c# | 25 Jun 2006 21:12 GMT | 6 |
string word = "cool"; in c# how do i do that in c++ i searched online and i was lost.....
|
| Conversion | 25 Jun 2006 19:32 GMT | 3 |
Hi, all, I don't know how to convert Char* to System::String* in Visual C++ 2005, I found something about conversion form other side (String* to Char*) but nothing about that.
|
| Extracting numerical value from text box | 24 Jun 2006 18:50 GMT | 2 |
I am just starting on Visual C (2003) from a VB background. I find it easier to learn by actually programming. I have fallen over at the first hurdle. How do you extract a numerical value from a text box? I have a number of reference books but it is not mentioned because I guess ...
|
| Section attribute "K"? | 24 Jun 2006 17:34 GMT | 6 |
The docs say: K Cacheable Marks the section as not cacheable and specify /SECTION:.text,!K and DUMPBIN will reveal section
|
| cout | 24 Jun 2006 17:03 GMT | 2 |
What is lib file of cout & endl funtions? I included "iostream" also. Still I am getting this error. ERROR: C:\MyApp\console.cpp(10): error C2065: 'cout' : undeclared identifier
|
| IBEnterpriseServer fatal error LNK1104: cannot open file 'libci.li | 24 Jun 2006 17:00 GMT | 1 |
I am converting VC++ 6.0 to .NET 2003. But I am getting linker error. Error: MyApplication fatal error LNK1104: cannot open file 'libci.lib'. MyApplication has OpenSSL, MFC and win 32 console based application.
|
| _fileinfo and _set_fileinfo in VS 2005 | 24 Jun 2006 10:25 GMT | 3 |
In older versions of Visual Studio, there was a global variable named _fileinfo and/or a function named _set_fileinfo. These seem to be gone in Visual Studio 2005. The documentation mentions them, but does not say what should be used instead.
|
| PCH problem with VC8 | 24 Jun 2006 09:08 GMT | 1 |
I'm trying to set up multi-level precompiled headers, as described here: http://msdn2.microsoft.com/en-us/library/2yzw0wyd.aspx And I'm running into the problem described here: http://groups.google.com/group/microsoft.public.dotnet.languages.vc/browse_f
|
| CToolbarCtrl problem | 23 Jun 2006 17:09 GMT | 2 |
I have created a class derived from CToolbarCtrl. in this class i have added some push buttons and some dropdown buttons.In which one of them is setting button.when i click this button a property sheet is displayed in which i can select and deselect a lot
|
| Code outlining in Visual Studio2005 | 23 Jun 2006 10:58 GMT | 3 |
Recently I started using VisualStudio2005 for my C++ development.Earlier I was using 2003. I found difference between these two version in showing the code outlining. For example :
|
| replace string in file | 23 Jun 2006 03:50 GMT | 1 |
Hello World, I am trying to replace a string in a large file without going through the process of reading every line to locate the string in question. Is there a function which will do this? I was looking into the FindReplace method of the
|
| Can We Read Text data From an EXE | 22 Jun 2006 17:25 GMT | 3 |
I have an Exe file when it runs ,there are just two controls on the window.One is a ListBox and another is a Multi line Rich Edit control.When i click on an item in the list some text is displayed in the Edit control.Exe have a Hunderds of items in the List
|
| BeginInvoke | 22 Jun 2006 10:30 GMT | 1 |
I'm trying to call 'BeginInvoke' on a member function of the Form Class (Close function). What delegate do I use for that? Thanks.
|
| Unable to add an existing file to a project | 21 Jun 2006 20:39 GMT | 1 |
I have converted a workspace(A.dsw) from VC++ 6.0 to VC++ 7.1(A.sln). The solution A.sln has three projects in it B,C,D. My software configuration management is done in Rational clear case. Below is the hierarchy in my clearcase explorer.
|
| Classes and Member functions combos | 21 Jun 2006 20:35 GMT | 4 |
There used to be a classes and member functions combos on top of the code window (like vb6) Now they are all .cpp listed with the code window underneath it. Where can I find back the old combo helpers?
|