About 50 results
Open links in new tab
  1. Controlling WinAMP (WM_COPYDATA problem) - Post.Byes

    Jul 19, 2005 · Re: Controlling WinAMP (WM_COPYDATA problem) "The Collector" <thecollector.2 k@gmail.com> writes: [color=blue] > Hi, > > I've been looking for almost two full days now to get full …

  2. Considering moving from PowerBuilder to Python - Post.Byes

    Sep 1, 2005 · Re: Considering moving from PowerBuilder to Python For: <snip> So, is there any data on the popularity of IDEs (most users), or is there a chart comparing the most popular versions. </snip> …

  3. How to write an array to a file in python? - Post.Byes

    Jan 30, 2011 · Read the file, parse into a list of lists, type cast to float, initialize new array, iterate on data and add each number to array.

  4. What is the use of class CTypedPtrArray? - Post.Byes

    Nov 17, 2009 · Hi, In CTypedPtrArray description in msdn, it is said that it can hold objects of CObArray or CPtrArray. But I am not able to figure out how they have implemented it. I mean how can they …

  5. checking for negative values in a list - Post.Byes

    Dec 17, 2007 · hi all, i am new to python guys. hope u will help me with this.... i have a list of numbers say a = [1,-1,3,-2,4,-6] how should i check for negative values in the list

  6. topic - Post.Byes

    Dec 15, 2025 · Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.

  7. How to define string of unknown length - Post.Byes

    Mar 7, 2014 · It isn't a silly question by any means - C is very difficult in terms of string processing. As you probably know, a string in C is an array of chars followed by a binary 0 (which is written '\0'). And …

  8. Howto declar Guid as const? - Post.Byes

    Nov 15, 2005 · Re: Howto declar Guid as const? You should declare it as a static readonly , since it is an object. Only value types can be declared as conts. Declare it like this: public static readonly GUID …

  9. How to pass map as default parameter to a function - Post.Byes

    Jan 19, 2007 · hi, Can any buddy help me to pass map as default orgunment to a function. I have a map as below, std::map&lt;std::string,std::string&gt; myStringMap and i want to pass this map to a …

  10. how to get list of functions in webservices with nusoap methods?

    Jun 24, 2010 · hi all. i have a web_service and i connect to it with nusoap . my ask: is there a method in nusoap that get me list of function in web_service and if there is how work? please help me