|
More site info...
Visual C++ Language | Forum profile
|
|
Forum profile page for Visual C++ Language on http://msdn.microsoft.com.
This report page is the aggregated overview from a single forum: Visual C++ Language, located on the Message Board at http://msdn.microsoft.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Visual C++ Language" on the Message Board at http://msdn.microsoft.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Visual C++ Language:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
143
|
685
|
1,970
|
|
Post:
|
371
|
1,756
|
5,945
|
|
|
Visual C++ Language Posting activity graph:
|
Top authors during last week:
user's latest post:
Help .. Is VC++ support Syamban...
Published (2009-12-21 23:35:00)
VC++ generates an executable image that can only be loaded in a Windows environment. So the answer is a pretty flat no. On the other hand, you can create a Windows environment on a Linux box using a virtualation tool like VMWare, but I don`t think that is what you are after. Whether WINE is another solution for you is a question to be asked in a Linux forum.
user's latest post:
Help: another constructor...
Published (2009-12-22 09:25:00)
Hi Bio Having read your article very carefully, I have tested your deas and understanding of throw-try-catch in a simple sample program. If I am right, you have got a little thing wrong. Have a look at the program below and give me your comments please. I am sure that you know what I am talking about. It is so difficult to learn from these guys in this forum. They always give me half truth and...
user's latest post:
Help: another constructor...
Published (2009-12-22 06:32:00)
Hello Chong, Thanks, it's a pleasure and I hope it will make things a little clearer. - Bio.
user's latest post:
VISUAL C++ HOW TO COPY A .EXE...
Published (2009-12-21 01:10:00)
Hi, I used URLDownloadToFile function, it correctly worked only for .txt and .html files. But when I tried .exe files it did copy but incorrectly. Can anyone tell me if there is such a function like CopyFromUrlToFile or something like that? Thanks in advance, G.G.
user's latest post:
Learning to create a simple...
Published (2009-12-21 23:53:00)
double a, b; if ( double ::TryParse(textBox1->Text, a) && double ::TryParse(textBox2->Text, b)) textBox3->Text = (a + b).ToString();
user's latest post:
.
Published (2009-12-21 11:58:00)
Just a little thought on etiquette, Rishi -- you had a legitimate question. Now, it may have been one of those "kick me" type questions where you cannot believe you didn't know the answer once it was given (I have asked several like that on this forum) However, rather than edit your post to hide the question, it would have been nicer to simply mark Dave's post as the answer.
user's latest post:
Sample control is not working in...
Published (2009-12-22 11:36:00)
Duplicate of http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/ee0ffdf8-587f-4068-a92a-0f82d18aa10e
user's latest post:
Dll using object in static lib...
Published (2009-12-21 15:38:00)
Projects that do not use MFC can use "Standard Windows Libraries". Note that /MTd is only for debug build. For release build, use /MT.
user's latest post:
How can use CLucene for Multiple...
Published (2009-12-22 08:55:00)
Megaau wrote: > I want to know that how can i search multiple word using CLucene library ? Why don't you ask CLucene support? http://sourcefor ge.net/projects/clucene/support -- Igor Tandetnik
user's latest post:
Upload to aws s3 using VC++
Published (2009-12-21 10:54:00)
Hello Megaau, I believe that the most appropriate place ask question about Amazon Web Services is Amazon Support Center, as AWS is owned by Amazon and a lot of people familiar with AWS are live there. Thanks, Rong-Chun Zhang
|
|
|
|
Latest active threads on Visual C++ Language::
Started 4 days, 4 hours ago (2009-12-22 11:36:00)
by Nikita Leontiev
Duplicate of http://social. msdn.microsoft.com/Forums/en-US/vcla nguage/thread/ee0ffdf8-587f-4068-a92a-0f82d18aa10e
Started 1 week, 1 day ago (2009-12-18 06:24:00)
by davewilk
If you do clock t3; then you need a default (no-argument) constructor. If you have no user-defined constructors, a default constructor is automatically generated by the compiler. But if you do have any user-defined constructors, then you must define a default constructor if you need one. clock(unsigned int i=0) effectively gives you a default constructor thats sets tot_secs ...
Started 4 days, 7 hours ago (2009-12-22 08:55:00)
by Igor Tandetnik
Megaau wrote: > I want to know that how can i search
multiple
word using CLucene library ?
Why don't you ask CLucene support? http://sourcefor
ge.net/projects/clucene/support
--
Igor Tandetnik
Started 4 days, 8 hours ago (2009-12-22 08:13:00)
by Igor Tandetnik
karthiksharma wrote: > /* get the logged on user
token*/ >
ImpersonateLoggedOnUser(hPToken); > char* path =
(char*)malloc(1024*sizeof(char)); > > /* do some use full
work
*/ > RevertToSelf(); > if (path != NULL) >
free(path); >
> > > In the above code, after impersonating as a
logged on
user i allocated memory to path (now path is in context of the ...
Started 3 months ago (2009-09-23 13:52:00)
by Sheng Jiang 蒋晟
Started 4 days, 11 hours ago (2009-12-22 05:16:00)
by Nibu Thomas
Started 4 days, 17 hours ago (2009-12-21 23:35:00)
by Brian Muth
VC++ generates an executable image that can only be loaded in a Windows environment. So the answer is a pretty flat no. On the other hand, you can create a Windows environment on a Linux box using a virtualation tool like VMWare, but I don`t think that is what you are after. Whether WINE is another solution for you is a question to be asked in a Linux forum.
Started 1 week, 3 days ago (2009-12-16 11:40:00)
by «_Superman_»
Try putting a Sleep call after MCIWndClose .
The close probably takes some time to close the file before which you're try to open it using CFile .
Started 4 days, 21 hours ago (2009-12-21 18:59:00)
by Eyla7
Sorry I mention C# above by mistake and I meant C++ instead.
Thank you,
|
|
Hot threads for last week on Visual C++ Language::
Started 1 week, 1 day ago (2009-12-18 06:24:00)
by davewilk
If you do clock t3; then you need a default (no-argument) constructor. If you have no user-defined constructors, a default constructor is automatically generated by the compiler. But if you do have any user-defined constructors, then you must define a default constructor if you need one. clock(unsigned int i=0) effectively gives you a default constructor thats sets tot_secs ...
Started 1 week ago (2009-12-19 12:11:00)
by Lim Bio Liong
Hello Chong, I've taken a look at your program and here are some comments : >> I assume that anything which invokes a (copy) consutrctor invokes a destructor on block exit. Comment : it is better to state generically that whenever an instance of any class is created, a constructor is always invoked. Whenever an instance (of a class) goes out of scope (rather than on block exit), the class...
Started 1 week, 2 days ago (2009-12-17 11:38:00)
by El Majdouli Kamal
Hello! One simple solution is to redesign GetPluginDescription like this :
void
Herp::GetPluginDescription(char * buf, int maxsize=64);
void
Herp::GetPluginDescription(char * buf, int maxsize)
{
snprintf(buf, maxsize, "%s, %s"
, name, author);
}
Regards
Started 1 week ago (2009-12-19 02:55:00)
by dumitru.pisarciuc
and be sure that benchmarking the release version, the array and the loops are not excluded by compiler (with full optimization) Marked As Answer by Amare1982 4 hours 38 minutes ago
Started 1 week ago (2009-12-19 15:13:00)
by SimonRev
Well those manipulators are used to change the default formatting of floating/double values when displayed with one of the iostream classes. Because sometimes people need to display data in either a fixed point or scientific format they are needed. As to how they are used, I would have to look it up. Personally I don't care for iostreams for most of my data formatting. To me it feels like ...
Started 1 week, 1 day ago (2009-12-18 01:15:00)
by Scott McPhillips
void MYTRACE(LPCTSTR lpszFormat, ...)
{
va_list args;
va_start(args, lpszFormat);
TCHAR szBuffer[512];
int nBuf = _vsnprintf(szBuffer, 512, lpszFormat, args);
va_end(args);
}
It's called variable argument lists. _vsnprintf accepts variable arguments (...)
The MSDN page for _vsnprintf has an example of forwarding the parameters from your own variable argument function.
Started 5 days, 4 hours ago (2009-12-21 12:05:00)
by Geert van Horrik
What makes you think that MFC is not required? The reason why it is working when you select "Use MFC in a static library" is because it is linked into the dll itself. If you use "shared library", the library needs to be on the target computer as well.
Selecting "shared" is only nice if you have multiple binaries using MFC, and you don't want them all to grow appr. 1 mb in size because of ...
Started 1 week, 1 day ago (2009-12-18 16:14:00)
by jinzai
Sounds like your environment settings are not valid when you are using NMAKE like that. iirc, there is a file called cvars.bat, or something like that for this purpose. Marked As Answer by Ahlyis 16 hours 18 minutes ago
Started 4 days, 8 hours ago (2009-12-22 08:13:00)
by Igor Tandetnik
karthiksharma wrote: > /* get the logged on user
token*/ >
ImpersonateLoggedOnUser(hPToken); > char* path =
(char*)malloc(1024*sizeof(char)); > > /* do some use full
work
*/ > RevertToSelf(); > if (path != NULL) >
free(path); >
> > > In the above code, after impersonating as a
logged on
user i allocated memory to path (now path is in context of the ...
Started 5 days, 2 hours ago (2009-12-21 13:39:00)
by CPPPerson
Hi, I will try to keep the question simple and in simple terms. Please don't be offended if I oversimplify, I just want this to be clear. I have a static lib (uses MFC in static lib, runtime library /MTd). It has an object in it that uses MFC. Call this A. In the same solution, I have a dynamic dll (Uses MFC in a shared dll, runtime library /MDd). This dll has a class (object) B. Now, B needs ...
|
|