Forum: C++ Mar 29th, 2009 |
| Replies: 0 Views: 298 What I wanted to ask is if its possible to insert a Combo Box inside a Splitter window ? I am not sure if this question is incorrectly posted in this group.
Any resources would be greatly... |
Forum: C++ Feb 1st, 2009 |
| Replies: 8 Views: 434 Thanks again for the reply. I'll start looking into these options. |
Forum: C++ Jan 31st, 2009 |
| Replies: 8 Views: 434 Thanks Rashakil
Can Javascript handle just about any mathematical symbols ? |
Forum: C++ Jan 29th, 2009 |
| Replies: 8 Views: 434 The site would be ours another words we would host the site ourselves. The key thing that I am not sure about is how to allow users to view their mathematical notation within the confines of the... |
Forum: C++ Jan 28th, 2009 |
| Replies: 8 Views: 434 What I would like to do is write an application that a user can interact with through IE for submitting mathematical notations. What is the best method of doing this ? Will a plugin work or maybe a... |
Forum: C++ Nov 16th, 2007 |
| Replies: 5 Views: 3,357 Thanks again the Sleep function works beautifully. The CPU useage is what I was hoping for. |
Forum: C++ Nov 16th, 2007 |
| Replies: 5 Views: 3,357 Thanks to both.
I'm using just straight C and no MFC or Boost or Borland classes. Ok but do you know if the sleep mode is the least CPU intensive method. I just ran the for loop idea in a basic C... |
Forum: C++ Nov 16th, 2007 |
| Replies: 5 Views: 3,357 All I want to do is for some block of code to run every 10 minutes or about. Can anyone tell me is there some standard or common way of implenting a block of code that just buys some time or is it a... |
Forum: C++ Nov 16th, 2007 |
| Replies: 2 Views: 1,480 Many thanks Ancient Dragon thats what I was looking for. |
Forum: C++ Nov 15th, 2007 |
| Replies: 2 Views: 1,480 Can anyone tell me if its possible to declare a function and use it with multi parameters with the special character like "..." as part of the parameter list. I'm not intested in function... |
Forum: C++ Oct 27th, 2007 |
| Replies: 2 Views: 589 Thanks very much I'll take a look. |
Forum: C++ Oct 27th, 2007 |
| Replies: 2 Views: 589 I'm using Borland Command Line Compiler and want to use the regexp.h implementation of this header file. Where can I find all available functions and their definitions and maybe samples or examples... |
Forum: C Oct 20th, 2007 |
| Replies: 3 Views: 700 |
Forum: C Oct 20th, 2007 |
| Replies: 3 Views: 700 Can anyone tell me what the purpose of C functions which start with "__" ? Also another question is the same use of the "__" in defines like #define __HTTP_VERB_GET "GET" |