<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by alexus</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 22 Jun 2026 12:12:43 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[WTS] New Apple Ipad Air 2</title>
            <link>http://forum.lowyat.net/topic/3450369</link>
            <description>&lt;span style='font-size:14pt;line-height:100%'&gt;&lt;b&gt;ITEM SOLD, topic is closed, thanks for everyone&amp;#39;s interest.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s): Apple Ipad Air 2&lt;br /&gt;specs:&lt;br /&gt;- A8X 64bit&lt;br /&gt;- 64Gb&lt;br /&gt;- Space Grey&lt;br /&gt;- Wifi Only&lt;br /&gt;&lt;a href='http://www.apple.com/my/ipad-air-2/' target='_blank'&gt;http://www.apple.com/my/ipad-air-2/&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Package includes: Everything in the box and a free gift (aluminium container)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Price: RM1800 - can nego&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Warranty: Bought on 19/Dec/2014 from Machine Malaysia&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dealing method: COD&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Location of seller:Seri Kembangan(Taman Equine), Puchong, Sunway, PJ, kelana jaya&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Contact method/details: PM&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Age of item: New, still in the box, never use, Bought on 19/Dec/201 &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Item(s) conditions: New, still in the box, never used&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Picture:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reason for sale: Got as a gift (No using it, prefer to use android tablet) &lt;/b&gt;</description>
            <author>alexus</author>
            <category>Garage Sales Archive</category>
            <pubDate>Wed, 24 Dec 2014 15:33:10 +0800</pubDate>
        </item>
        <item>
            <title>Destiny</title>
            <link>http://forum.lowyat.net/topic/3389111</link>
            <description>RM100 for PS4 Destiny.&lt;br /&gt;COD available in Seri Kembangan, Puchong, Sunway, PJ.&lt;br /&gt;&lt;br /&gt;[attachmentid=4185206]</description>
            <author>alexus</author>
            <category>Garage Sales Archive</category>
            <pubDate>Sat, 25 Oct 2014 11:26:51 +0800</pubDate>
        </item>
        <item>
            <title>Looking for server/web hosting</title>
            <link>http://forum.lowyat.net/topic/956900</link>
            <description>Hi, i&amp;#39;m looking for a server or web hosting or even server co-location to host my real time video and audio streaming application. So far i have look at Netmyne&amp;#39;s services and exabytes.com&amp;#39;s. I would like to have the bandwidth up to 10Mbps, so please suggest me if there is any other service provider available.</description>
            <author>alexus</author>
            <category>Networks and Broadband</category>
            <pubDate>Sat, 07 Mar 2009 10:15:38 +0800</pubDate>
        </item>
        <item>
            <title>select join duplicate result</title>
            <link>http://forum.lowyat.net/topic/655661</link>
            <description>I have to table, first column of each table is primary key&lt;br /&gt;&lt;br /&gt;Table1&lt;br /&gt;User_Id | User_Password | User_StaffNo&lt;br /&gt;---------------------------------------&lt;br /&gt;1234 | pass | 1234&lt;br /&gt;1235 | pass | 1235&lt;br /&gt;1236 | pass | 1236&lt;br /&gt;&lt;br /&gt;Table2&lt;br /&gt;Table2_Id | User_Id | Comp_Id&lt;br /&gt;----------------------------------&lt;br /&gt;1 | 1234 | 2&lt;br /&gt;2 | 1235 | 2&lt;br /&gt;&lt;br /&gt;i want to query for the row that exist in Table1 but not in Table2.&lt;br /&gt;my query = select Table1.User_StaffNo from Table1,Table2 where Table1.User_Id&amp;lt;&amp;gt;Table2.User_Id&lt;br /&gt;&lt;br /&gt;the query returned one row 1234, one row 1235 and two 1236 which is as below:&lt;br /&gt;&lt;br /&gt;User_StaffNo&lt;br /&gt;---------------&lt;br /&gt;1234&lt;br /&gt;1235&lt;br /&gt;1236&lt;br /&gt;1236&lt;br /&gt;&lt;br /&gt;What i wanted it to return is just one 1236, like this:&lt;br /&gt;&lt;br /&gt;User_StaffNo&lt;br /&gt;---------------&lt;br /&gt;1236&lt;br /&gt;&lt;br /&gt;What is wrong here?</description>
            <author>alexus</author>
            <category>Codemasters</category>
            <pubDate>Thu, 20 Mar 2008 11:30:02 +0800</pubDate>
        </item>
        <item>
            <title>C++ MFC</title>
            <link>http://forum.lowyat.net/topic/424003</link>
            <description>i have to edit control boxes set up as below in dodataexchange():&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;	DDX_Text(pDX,IDC_USERNAME,str_data_get);&lt;br /&gt;	DDX_Text(pDX,IDC_PASSWORD,str_data1_get);&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;both str_data_get and str_data1_get are CString type.&lt;br /&gt;&lt;br /&gt;Then i UpdateData(1) to pass the data entered into the edit control box to the data member which is str_data_get and str_data_get.&lt;br /&gt;&lt;br /&gt;The STRING_SIZE below 20. str_data and str_data1 are char * with an array size of 20.&lt;br /&gt;&lt;br /&gt;So my question is, the the code below correct?&lt;br /&gt;is the code to convert CString to char correct?&lt;br /&gt;is method i use in the for loop to pass the data correct?&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;CString bu = str_data_get;&lt;br /&gt;CString bu1 = str_data1_get;&lt;br /&gt;&lt;br /&gt;char *buf = (char*)bu.GetBuffer(bu.GetLength());&lt;br /&gt;char *buf1 = (char*)bu1.GetBuffer(bu1.GetLength());&lt;br /&gt;&lt;br /&gt;for(int i=0;i&amp;lt;STRING_SIZE;i++)&lt;br /&gt;{&lt;br /&gt;	str_data[i] = buf[i];&lt;br /&gt;	str_data1[i] = buf1[i];&lt;br /&gt;}&lt;br /&gt;str_length = bu.GetLength();&lt;br /&gt;str_length1 = bu1.GetLength();&lt;br /&gt;bu.ReleaseBuffer();&lt;br /&gt;bu1.ReleaseBuffer();&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;</description>
            <author>alexus</author>
            <category>Codemasters</category>
            <pubDate>Fri, 09 Mar 2007 10:59:57 +0800</pubDate>
        </item>
        <item>
            <title>Visual C++ 2005 and MySQL</title>
            <link>http://forum.lowyat.net/topic/401718</link>
            <description>I have visual studio 2005 and MySQL 5.0 installed. Using MySQL ODBC connector ver 3.51.12. When i try to create a MFC project with database support using the application wizard, i&amp;#39;m able to select the MySQL datasource but it doesn&amp;#39;t seems to recognize it, no pop up to select tables. It works fine with Access.&lt;br /&gt;Is there alternative way to connect MySQL to visual c++ 2005?</description>
            <author>alexus</author>
            <category>Codemasters</category>
            <pubDate>Sun, 21 Jan 2007 21:21:00 +0800</pubDate>
        </item>
        <item>
            <title>file input in c++</title>
            <link>http://forum.lowyat.net/topic/350476</link>
            <description>Hi, i&amp;#39;ve created a text file named input.txt with a number and a character in it, then in C++, inputing the file using normal method works. However, when it&amp;#39;s user&amp;#39;s input location, it causes the program to hang.&lt;br /&gt;&lt;br /&gt;below is my code:&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;---------readfile.h--------------------&lt;br /&gt;#include&amp;lt;fstream&amp;gt;&lt;br /&gt;using namespace std;&lt;br /&gt;ifstream in;&lt;br /&gt;class testing&lt;br /&gt;{&lt;br /&gt;public:&lt;br /&gt;	int i1;&lt;br /&gt;	char i2;&lt;br /&gt;	testing()&lt;br /&gt;	{}&lt;br /&gt;	void readinput(char m, char *f)&lt;br /&gt;	{&lt;br /&gt;	if(m==&amp;#39;d&amp;#39;)&lt;br /&gt;&amp;nbsp; in.open(&amp;quot;input.txt&amp;quot;);&lt;br /&gt;	else if(m==&amp;#39;m&amp;#39;)&lt;br /&gt;&amp;nbsp; in.open(f);&lt;br /&gt;	&lt;br /&gt;	in&amp;gt;&amp;gt;i1;&lt;br /&gt;	in&amp;gt;&amp;gt;i2;&lt;br /&gt;&lt;br /&gt;	cout&amp;lt;&amp;lt;i1&amp;lt;&amp;lt;&amp;quot; &amp;quot;&amp;lt;&amp;lt;12;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;};&lt;br /&gt;----------------------------------------&lt;br /&gt;---------------test.cpp-----------------&lt;br /&gt;#include&amp;lt;iostream&amp;gt;&lt;br /&gt;using namespace std;&lt;br /&gt;#include &amp;quot;readfile.h&amp;quot;&lt;br /&gt;&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;	testing obj;&lt;br /&gt;	char im,*fl;&lt;br /&gt;	fl = new char[];&lt;br /&gt;&lt;br /&gt;	cout&amp;lt;&amp;lt;&amp;quot;input method &amp;quot;;&lt;br /&gt;	cin&amp;gt;&amp;gt;im;&lt;br /&gt;	&lt;br /&gt;	if(im==&amp;#39;d&amp;#39;)&lt;br /&gt;&amp;nbsp; obj.readinput(im,fl);&lt;br /&gt;	else if(im==&amp;#39;m&amp;#39;)&lt;br /&gt;	{&lt;br /&gt;&amp;nbsp; cout&amp;lt;&amp;lt;&amp;quot;Please enter the file location: &amp;quot;;&lt;br /&gt;&amp;nbsp; cin&amp;gt;&amp;gt;fl;&lt;br /&gt;&amp;nbsp; obj.readinput(im,fl);&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;----------------------------------------------&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;As you can see, the error occur if this is exexuted.&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;	else if(m==&amp;#39;m&amp;#39;)&lt;br /&gt;&amp;nbsp; in.open(f);&lt;br /&gt;	&lt;br /&gt;	in&amp;gt;&amp;gt;i1;&lt;br /&gt;	in&amp;gt;&amp;gt;i2;&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;can anyone help me how to slove this?</description>
            <author>alexus</author>
            <category>Codemasters</category>
            <pubDate>Sat, 07 Oct 2006 11:26:43 +0800</pubDate>
        </item>
    </channel>
</rss>
