Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

CodeGuru Forums - A Developer.com Community for... - www.codeguru.com | Site profile

Site profile page for http://www.codeguru.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.codeguru.com. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.codeguru.com is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.

Title: CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions - http://www.codeguru.com CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Url: http://www.codeguru.com
Users activity: 3 posts per thread
site activity: 895 active threads during last week
Site rank: 1,153 (go to rank page)
Domain info for: codeguru.com
 

Posting activity table on CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions:

  Week Month 3 Months
Threads: 895 2,960 8,770
Post: 2,248 7,686 24,508
 

Authority Badge:

CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions | Forum Authority Badge

CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions posting activity graph:

Posts by:  day  week  month 
 

http://www.codeguru.com Alexa graph:

Top authors on CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions during last week:

Name
Posts
Lindley
76
user's latest post:
Compose functor question for...
Published (2009-11-19 23:08:00)
Quote: Originally Posted by Paul McKenzie Second, you are trying to bind a temporary to a non-const parameter, which is illegal. Even if the first error didn't trip you up, the non-const/temporary binding error would. The constructor for Composer takes non-const arguments, but you are passing in temporaries as the arguments. This is illegal in C++, unfortunately there are a lot of compilers that let you get away with it (not so with the...
Paul McKenzie
67
user's latest post:
DLL without LIB - a couple of...
Published (2009-11-20 05:52:00)
Quote: Originally Posted by cristane - Is there any way to include the library in the console application by only using the DLL (without the LIB file)? You don't need a LIB file for any DLL. Look at LoadLibrary() and GetProcAddress(). These functions load and obtain the pointer to the exported DLL functions at run-time. By using these functions, the LIB file is no longer necessary. Regards, Paul McKenzie
cilu
60
user's latest post:
Dialog : How to update an Edit Box?
Published (2009-11-20 08:03:00)
Forget about what are you doing, and tell us what you want to achieve. If you don't append to the edit text, then it's normal that you only see the last updated text.
dglienna
52
user's latest post:
fade effects like winxp
Published (2009-11-20 03:26:00)
Visual Studio is FREE (in the Express versions, for hobbyists) Why not use the right tool for the job?
hoxsiew
51
user's latest post:
getaddrinfo
Published (2009-11-20 09:00:00)
Passing NULL should return INADDR_ANY which is 0.0.0.0 and binding to that interface means the server will listen on ALL interfaces. To get the loopback, pass "localhost" or "::localmachine" as the nodename paramater.
VictorN
45
user's latest post:
Localization MessageBoxEx
Published (2009-11-20 10:47:00)
Quote: Originally Posted by olivthill2 Where is the problem? The problem, IMHO, is in the fact that MessageBoxEx does not work as it described in MSDN (or, at least not as OP has expected it to work)
HanneSThEGreaT
44
user's latest post:
fade effects like winxp
Published (2009-11-20 08:36:00)
I was hoping for a change mahii would start trying to think for himself this time, hence my attachment. Ah well, perhaps one day
GCDEF
43
user's latest post:
How to create button in mfc ?
Published (2009-11-20 09:19:00)
Quote: Originally Posted by dskp thanks hoxsiew , i got it .thank u very much. can u plz suggest me tutorials and books to learn MFC. THANKS AGAIN. Is it really that much trouble to write complete words? Really? Every time I see that I get the impression the writer is eight years old. It's hard to take you seriously.
peejavery
40
user's latest post:
questions about .exe-s
Published (2009-11-20 11:44:00)
Concatenate EXEs?
Arjay
39
user's latest post:
ListView replacement
Published (2009-11-19 19:33:00)
Quote: Originally Posted by vincentroggero2 Pulling Refresh() makes it perform better, but I still get a complete repaint of the view when the VirtualListSize increments. Try Code: private void capViewFileSystemWatcher_Changed(object sender, FileSystemEventArgs e) { if (listView1.Items.Count != (int)SWCaptureLength / CapRecordLen) { LockWindowUpdate(listView1.Handle); listView1.VirtualListSize = (int)SWCaptureLength / CapRecordLen;...
 

Top 10 active forums on CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions during last week:

Visual C++ Programming - 530 new posts Visual C++ Programming - forum profile
C++ (Non Visual C++ Issues) - 458 new posts C++ (Non Visual C++ Issues) - forum profile
C-Sharp Programming - 267 new posts C-Sharp Programming - forum profile
Java Programming - 126 new posts Java Programming - forum profile
Visual Basic 6.0 Programming - 119 new posts Visual Basic 6.0 Programming - forum profile
Scripting - Client Side - 55 new posts Scripting - Client Side - forum profile
C++ and WinAPI - 53 new posts C++ and WinAPI - forum profile
Visual Basic .NET - 52 new posts Visual Basic .NET - forum profile
Managed C++ and C++/CLI - 33 new posts Managed C++ and C++/CLI - forum profile
General Developer Topics - 24 new posts General Developer Topics - forum profile
 

Top 10 forums on CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions:

Visual C++ Programming - 106,624 posts Visual C++ Programming - forum profile
C++ (Non Visual C++ Issues) - 65,655 posts C++ (Non Visual C++ Issues) - forum profile
C-Sharp Programming - 31,039 posts C-Sharp Programming - forum profile
Visual Basic 6.0 Programming - 30,828 posts Visual Basic 6.0 Programming - forum profile
General Discussion / Chit Chat - 16,126 posts General Discussion / Chit Chat - forum profile
Java Programming - 13,891 posts Java Programming - forum profile
Visual Basic .NET - 12,665 posts Visual Basic .NET - forum profile
C++ and WinAPI - 10,447 posts C++ and WinAPI - forum profile
Network Programming - 4,919 posts Network Programming - forum profile
ASP.NET - 4,393 posts ASP.NET - forum profile

Latest active threads on CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions:

CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 days, 1 hour ago (2009-11-20 11:40:00)  by peejavery
Code: function onlyNumbers(evt) { var charCode = (evt.which) ? evt.which : event.keyCode if (charCode > 31 && (charCode < 48 || charCode > 57)) {return false;} else {return true;} }
Forum:  Scripting - Client Side Scripting - Client Side - forum profile
Thread:  Show this thread (3 posts) Thread info: Javascript not firing Size: 490 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Javascript not firing :: Scripting - Client Side :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 4 days, 19 hours ago (2009-11-17 16:51:00)  by Paul McKenzie
Quote: Originally Posted by jamesleighe Let's say I have the following classes, inheriting each-other as shown... First, please use code tags when posting, like this: Code: class ISystem { public: virtual ~ISystem () {;} virtual BOOL isInitialized () = 0; }; class CSystem : public ISystem ...
Forum:  C++ (Non Visual C++ Issues) C++ (Non Visual C++ Issues) - forum profile
Thread:  Show this thread (9 posts) Thread info: Simple Inheritance Problem Size: 2,367 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Simple Inheritance Problem :: C++ (Non Visual C++ Issues) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 days, 7 hours ago (2009-11-20 05:10:00)  by Londbrok
Please be specific as to what you ask. Your post title talks of ArrayList and post itself of Array. Different things, requiring different answers. For now, assuming that you talk of array. Array has a length, in your case 100. You can ask for an item from the array using this range of indexes, simply by int value=myArray[index]. Thus writing a for loop that calculates a sum of n first values...
Forum:  Java Programming Java Programming - forum profile
Thread:  Show this thread (3 posts) Thread info: ArrayList problems Size: 443 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: ArrayList problems :: Java Programming :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 days, 11 hours ago (2009-11-20 01:13:00)  by HanneSThEGreaT
I found this somewhere some time ago by someone This fades in and fades out. It should give you a good start.
Forum:  Visual Basic 6.0 Programming Visual Basic 6.0 Programming - forum profile
Thread:  Show this thread (16 posts) Thread info: fade effects like winxp Size: 311 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: fade effects like winxp :: Visual Basic 6.0 Programming :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 days, 1 hour ago (2009-11-20 11:44:00)  by peejavery
Forum:  General Windows and DNA Programming General Windows and DNA Programming - forum profile
Thread:  Show this thread (2 posts) Thread info: questions about .exe-s Size: 17 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: questions about .exe-s :: General Windows and DNA Programming :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 days, 3 hours ago (2009-11-20 09:40:00)  by olivthill2
Where is the problem? If a user has selected English, in his settings, then it is ok to have "Yes" and "no" instead of "Oui" and "Non", isn't it? Quel est le problème ? Si un utilisateur choisit l'anglais dans sa configuration, il est normal qu'il ait "Yes" et "No" au lieu de "Oui" et "Non", ne croyez vous pas ?
Forum:  C++ and WinAPI C++ and WinAPI - forum profile
Thread:  Show this thread (4 posts) Thread info: Localization MessageBoxEx Size: 411 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Localization MessageBoxEx :: C++ and WinAPI :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 days, 1 hour ago (2009-11-20 11:11:00)  by laserlight
I usually refer to this FAQ whenever I forget the incantation needed to work with template friends: Why do I get linker errors when I use template friends?
Forum:  C++ (Non Visual C++ Issues) C++ (Non Visual C++ Issues) - forum profile
Thread:  Show this thread (3 posts) Thread info: template & friend problem Size: 272 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: template & friend problem :: C++ (Non Visual C++ Issues) :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 2 days, 14 hours ago (2009-11-19 22:02:00)  by hoxsiew
Call me silly, but why not just call it directly from the first dll? That said, check your UNICODE settings. your prototype is LPCSTR so it could be either wchar_t or char depending on _UNICODE. Also, are you checking the return from GetProcAddress? Looking at the header, I'd expect the function name to be "decorated" for C++.
Forum:  Visual C++ Programming Visual C++ Programming - forum profile
Thread:  Show this thread (10 posts) Thread info: Calling a function in a DLL Size: 356 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Calling a function in a DLL :: Visual C++ Programming :: CodeGuru Forums - A Developer.com Community for C+..."
CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions
Started 3 days, 12 hours ago (2009-11-19 00:45:00)  by FayazNizami
Anyone there who can suggest me some idea on this !
Forum:  Visual Basic 6.0 Programming Visual Basic 6.0 Programming - forum profile
Thread:  Show this thread (6 posts) Thread info: stop playing wav file in windows server 2003 Size: 51 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: stop playing wav file in windows server 2003 :: Visual Basic 6.0 Programming :: CodeGuru Forums - A Developer.com Community for C+..."
 

Hot threads for last week on CodeGuru Forums - A Developer.com Community for C++, C#, VB, Java and .NET Solutions:

C++ (Non Visual C++ Issues)
Started 1 week, 3 days ago (2009-11-12 12:44:00)  by Zaccheus
Quote: Originally Posted by rhboarder obj->release(); delete obj; Why are you using delete here? You said yourself that release() deletes the object.
Forum:  C++ (Non Visual C++ Issues) C++ (Non Visual C++ Issues) - forum profile
Thread:  Show this thread (37 posts) Thread info: problem with freeing memory in dll Size: 691 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: problem with freeing memory in dll :: C++ (Non Visual C++ Issues) :: CodeGuru Forums - A Developer.com Community for C+..."
Visual C++ Programming
Started 5 days, 8 hours ago (2009-11-17 04:48:00)  by florivucu
Help!!!!!
Forum:  Visual C++ Programming Visual C++ Programming - forum profile
Thread:  Show this thread (22 posts) Thread info: change the dilog title at runtime Size: 9 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: change the dilog title at runtime :: Visual C++ Programming :: CodeGuru Forums - A Developer.com Community for C+..."
C++ (Non Visual C++ Issues)
Started 5 days, 13 hours ago (2009-11-16 23:09:00)  by laserlight
Quote: Originally Posted by turbosupra I think most of the errors are similiar, but I'm not sure what's causing them, for example the first error looks like it wants a semi-colon after my after my switch??? Which I don't think is correct based on my switch example googling? You might want to read an introductory book ...
Forum:  C++ (Non Visual C++ Issues) C++ (Non Visual C++ Issues) - forum profile
Thread:  Show this thread (19 posts) Thread info: Help with syntax errors Size: 1,398 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Help with syntax errors :: C++ (Non Visual C++ Issues) :: CodeGuru Forums - A Developer.com Community for C+..."
Java Programming
Re: While Loop - 18 new posts
Started 3 days, 19 hours ago (2009-11-18 16:53:00)  by Martin O
The SSCCE you posted works fine. It also doesn't match the pictures you posted.
Forum:  Java Programming Java Programming - forum profile
Thread:  Show this thread (18 posts) Thread info: While Loop Size: 79 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: While Loop :: Java Programming :: CodeGuru Forums - A Developer.com Community for C+..."
Visual C++ Programming
Started 3 days, 1 hour ago (2009-11-19 11:36:00)  by hoxsiew
How is "m_pBkBrushMe" declared? is it a valid GDIObject at the time WM_CTLCOLOR is handled?
Forum:  Visual C++ Programming Visual C++ Programming - forum profile
Thread:  Show this thread (17 posts) Thread info: HBRUSH assertion failure Size: 102 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: HBRUSH assertion failure :: Visual C++ Programming :: CodeGuru Forums - A Developer.com Community for C+..."
Visual C++ Programming
Started 3 days, 16 hours ago (2009-11-18 20:44:00)  by ninja9578
Is there a reason that you can't use a vector? It expands dynamically, but has a constant time for member manipulation. I'm not sure where it goes though, I'm pretty sure it goes to the stack.
Forum:  Visual C++ Programming Visual C++ Programming - forum profile
Thread:  Show this thread (17 posts) Thread info: Dynamic Arrays (not using New) Size: 194 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Dynamic Arrays (not using New) :: Visual C++ Programming :: CodeGuru Forums - A Developer.com Community for C+..."
Visual Basic 6.0 Programming
Started 2 days, 11 hours ago (2009-11-20 01:13:00)  by HanneSThEGreaT
I found this somewhere some time ago by someone This fades in and fades out. It should give you a good start.
Forum:  Visual Basic 6.0 Programming Visual Basic 6.0 Programming - forum profile
Thread:  Show this thread (16 posts) Thread info: fade effects like winxp Size: 311 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: fade effects like winxp :: Visual Basic 6.0 Programming :: CodeGuru Forums - A Developer.com Community for C+..."
C++ (Non Visual C++ Issues)
Started 1 week, 1 day ago (2009-11-13 20:29:00)  by couling
Well converting to hex isnt too hard: Just read in 1,2,3 or 4 bytes at a time and use the itoa() function to do the conversion for you. In terms of putting it into a c++ file, why not just quote it and put a "\x" before every pair. so: Code: 0619ab01 becomes the quoted string: "\x06\x19\xab\x01" \x tells c++ to interpret the next two characters as a hex representation for a ...
Forum:  C++ (Non Visual C++ Issues) C++ (Non Visual C++ Issues) - forum profile
Thread:  Show this thread (16 posts) Thread info: Hex Conversion? (HELP PLEASE!) Size: 1,026 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Hex Conversion? (HELP PLEASE!) :: C++ (Non Visual C++ Issues) :: CodeGuru Forums - A Developer.com Community for C+..."
Visual C++ Programming
Started 1 week, 5 days ago (2009-11-10 08:35:00)  by hoxsiew
It's probably in the .def file. You say above you get a def file, but typically those are not generated by the compiler, but created by the programmer to tell the compiler what to export from the .dll. .def files are an alternative to the macros we've become familiar with in modern VS compilers.
Forum:  Visual C++ Programming Visual C++ Programming - forum profile
Thread:  Show this thread (17 posts) Thread info: auto import / exporting when building a DLL ? Size: 298 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: auto import / exporting when building a DLL ? :: Visual C++ Programming :: CodeGuru Forums - A Developer.com Community for C+..."
Managed C++ and C++/CLI
Started 4 days, 9 hours ago (2009-11-18 03:33:00)  by VictorN
Quote: Originally Posted by lion.king hi i have a problem with toolstripmenuitem . What is a toolstripmenuitem ? Is it somewhere in C#? In Windows.Forms? In .Net? In either case it would be better to ask it in some of the .Net Forums .
Forum:  Managed C++ and C++/CLI Managed C++ and C++/CLI - forum profile
Thread:  Show this thread (12 posts) Thread info: Problem with toolStripMenuItem Size: 824 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Problem with toolStripMenuItem :: Managed C++ and C++/CLI :: CodeGuru Forums - A Developer.com Community for C+..."

This page was found by:   codeguru  codeguru java  C# codeguru