<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Anime-FAN</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 06 Jun 2026 20:27:51 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>-</title>
            <link>http://forum.lowyat.net/topic/3077472</link>
            <description>-edited-</description>
            <author>Anime-FAN</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Wed, 25 Dec 2013 03:39:53 +0800</pubDate>
        </item>
        <item>
            <title>which car</title>
            <link>http://forum.lowyat.net/topic/2509459</link>
            <description>-removed-</description>
            <author>Anime-FAN</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Fri, 14 Sep 2012 21:05:51 +0800</pubDate>
        </item>
        <item>
            <title>Inspira 2.0P or Kia Forte 2.0</title>
            <link>http://forum.lowyat.net/topic/2469121</link>
            <description>-edited-</description>
            <author>Anime-FAN</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Tue, 14 Aug 2012 03:43:54 +0800</pubDate>
        </item>
        <item>
            <title>Networking/Server &amp;amp; Call Centre</title>
            <link>http://forum.lowyat.net/topic/2241166</link>
            <description>-Removed-</description>
            <author>Anime-FAN</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Sat, 25 Feb 2012 14:16:11 +0800</pubDate>
        </item>
        <item>
            <title>MBA</title>
            <link>http://forum.lowyat.net/topic/2022257</link>
            <description>Hi all,&lt;br /&gt;&lt;br /&gt;Let&amp;#39;s say I have a Degree in I.T and would like to further my studies in MBA as I would like to get into management. What kind of jobs and how much of salary will it get me?&lt;br /&gt;&lt;br /&gt;With 3 years of experience in Service Desk.</description>
            <author>Anime-FAN</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Mon, 05 Sep 2011 17:26:40 +0800</pubDate>
        </item>
        <item>
            <title>2nd Flat House</title>
            <link>http://forum.lowyat.net/topic/1914522</link>
            <description>-Removed-</description>
            <author>Anime-FAN</author>
            <category>Property Talk</category>
            <pubDate>Sat, 11 Jun 2011 21:47:39 +0800</pubDate>
        </item>
        <item>
            <title>Flat Sungai Buloh Idaman</title>
            <link>http://forum.lowyat.net/topic/1722403</link>
            <description>-Removed-</description>
            <author>Anime-FAN</author>
            <category>Property Talk</category>
            <pubDate>Tue, 18 Jan 2011 18:12:36 +0800</pubDate>
        </item>
        <item>
            <title>Should I give up?</title>
            <link>http://forum.lowyat.net/topic/1574930</link>
            <description>-removed-</description>
            <author>Anime-FAN</author>
            <category>Cupid&amp;#39;s Corner</category>
            <pubDate>Sat, 25 Sep 2010 10:35:42 +0800</pubDate>
        </item>
        <item>
            <title>Addon post</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Technical Support</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>Addon post</title>
            <link>http://forum.lowyat.net/topic/936622</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve been looking for that addon post disable function when you post a new one, it will do addon, been looking at it for 3 hours, how do disable it? Any help greatly appreciated.</description>
            <author>Anime-FAN</author>
            <category>Feedback and Helpdesk</category>
            <pubDate>Sun, 15 Feb 2009 13:19:25 +0800</pubDate>
        </item>
        <item>
            <title>Anime-FAN Bulking UP</title>
            <link>http://forum.lowyat.net/topic/929320</link>
            <description>-edited-</description>
            <author>Anime-FAN</author>
            <category>Member Workout Journals</category>
            <pubDate>Sun, 08 Feb 2009 13:09:06 +0800</pubDate>
        </item>
        <item>
            <title>C++ error</title>
            <link>http://forum.lowyat.net/topic/927384</link>
            <description>Hi, all.&lt;br /&gt;&lt;br /&gt;Just started my degree and need some help on some basic coding which I&amp;#39;ve forgotten. First coding I need it to diplay exactly like this&lt;br /&gt;3    5&lt;br /&gt;6    10&lt;br /&gt;9    15&lt;br /&gt;&lt;br /&gt;but it doesn&amp;#39;t want to, no matter what I&amp;#39;ve tried and here are the coding source&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;#include &amp;#60;iostream.h&amp;#62;&lt;br /&gt;&lt;br /&gt;main&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;      &lt;br /&gt;      for &amp;#40;int i = 1; i &amp;#60;= 3; i++&amp;#41; &lt;br /&gt;&lt;br /&gt;          cout&amp;#60;&amp;#60;i*3&amp;#60;&amp;#60;endl;&lt;br /&gt;          for &amp;#40;int a = 1; a &amp;#60;= 3; a++&amp;#41;&lt;br /&gt;          cout&amp;#60;&amp;#60;&amp;#34;&amp;#092;t&amp;#34;&amp;#60;&amp;#60;a*5&amp;#60;&amp;#60;endl;&lt;br /&gt;          system&amp;#40;&amp;#34;pause&amp;#34;&amp;#41;;&lt;br /&gt;                      &lt;br /&gt;              return 0;&lt;br /&gt;                      &lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;as for the second one, the name display on the below &amp;quot;cout&amp;lt;&amp;lt;name&amp;quot; won&amp;#39;t show fully, set the variable as char since it is a name.&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;#include &amp;#60;iostream.h&amp;#62;&lt;br /&gt;&lt;br /&gt;main&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;      double mark, mark1, mark2, mark3, english, spanish, german;&lt;br /&gt;      char name;&lt;br /&gt;      cout&amp;#60;&amp;#60;&amp;#34;Enter English/Spanish/German Grade&amp;#58; &amp;#34;;&lt;br /&gt;      cin&amp;#62;&amp;#62;english&amp;#62;&amp;#62;spanish&amp;#62;&amp;#62;german;&lt;br /&gt;      cout&amp;#60;&amp;#60;&amp;#34;Enter Your Name&amp;#58; &amp;#34;;&lt;br /&gt;      cin&amp;#62;&amp;#62;name;&lt;br /&gt;&lt;br /&gt;      &lt;br /&gt;      mark = english + spanish + german;&lt;br /&gt;      mark1 = mark / 3;&lt;br /&gt;      mark2 = mark;&lt;br /&gt;      mark3 = mark1;&lt;br /&gt;         &lt;br /&gt;      &lt;br /&gt;      if &amp;#40;mark1 &amp;#62;= 90&amp;#41;&lt;br /&gt;         cout&amp;#60;&amp;#60;&amp;#34;Excellent&amp;#34;&amp;#60;&amp;#60;endl;&lt;br /&gt;      else if &amp;#40;mark1 &amp;#62;= 80&amp;#41;&lt;br /&gt;           cout&amp;#60;&amp;#60;&amp;#34;Good&amp;#34;&amp;#60;&amp;#60;endl;&lt;br /&gt;      else if &amp;#40;mark1 &amp;#62;= 60&amp;#41;&lt;br /&gt;           cout&amp;#60;&amp;#60;&amp;#34;Pass&amp;#34;&amp;#60;&amp;#60;endl;&lt;br /&gt;      else if &amp;#40;mark1 &amp;#62;= 40&amp;#41;&lt;br /&gt;            cout&amp;#60;&amp;#60;&amp;#34;Poor&amp;#34;&amp;#60;&amp;#60;endl;&lt;br /&gt;      else if &amp;#40;mark1 &amp;#60;= 39&amp;#41;&lt;br /&gt;           cout&amp;#60;&amp;#60;&amp;#34;Fail&amp;#34;&amp;#60;&amp;#60;endl;&lt;br /&gt;      &lt;br /&gt;&lt;br /&gt;      cout&amp;#60;&amp;#60;&amp;#34;Student&amp;#58; &amp;#34;&amp;#60;&amp;#60;name&amp;#60;&amp;#60;endl;&lt;br /&gt;      cout&amp;#60;&amp;#60;&amp;#34;Total Mark&amp;#58; &amp;#34;&amp;#60;&amp;#60;mark2&amp;#60;&amp;#60;endl;&lt;br /&gt;      cout&amp;#60;&amp;#60;&amp;#34;Average Mark&amp;#58; &amp;#34;&amp;#60;&amp;#60;mark3&amp;#60;&amp;#60;endl;&lt;br /&gt;         &lt;br /&gt;           system&amp;#40;&amp;#34;pause&amp;#34;&amp;#41;;&lt;br /&gt;           &lt;br /&gt;           return 0;&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Any help here? I could be missing some code or error, for one thing I know is that you can&amp;#39;t mix up name with double. Any help greatly appreciated.</description>
            <author>Anime-FAN</author>
            <category>Codemasters</category>
            <pubDate>Fri, 06 Feb 2009 14:19:21 +0800</pubDate>
        </item>
        <item>
            <title>ICON goes black</title>
            <link>http://forum.lowyat.net/topic/866721</link>
            <description>This is my problem atm, tried updating the driver but the problem still persist and the icon only goes black on 32bit but not on 16bit. Laptop is BenQ R45, any kind of solutions here?&lt;br /&gt;&lt;br /&gt;</description>
            <author>Anime-FAN</author>
            <category>Technical Support</category>
            <pubDate>Fri, 05 Dec 2008 22:03:43 +0800</pubDate>
        </item>
        <item>
            <title>Core speed keep changing</title>
            <link>http://forum.lowyat.net/topic/837821</link>
            <description>Hi guys, &lt;br /&gt;&lt;br /&gt;Just got a brand new Laptop which is BenQ R45, was very satisfied with everything, download here and there to try everything out, just got CPU-Z, open it up, then checked my Core Speed is not static, it keep changing from 1.3ghz/1.6ghz/2ghz ... is this normal? the core voltage changes as well. Very worry something would happen, might as well prevent this in the early stage. Anyone care to elaborate?</description>
            <author>Anime-FAN</author>
            <category>Hardware</category>
            <pubDate>Thu, 06 Nov 2008 17:35:59 +0800</pubDate>
        </item>
        <item>
            <title>BenQ R45</title>
            <link>http://forum.lowyat.net/topic/835119</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;Today went to did some survey, and this is what I&amp;#39;ve got so far&lt;br /&gt;&lt;br /&gt;BenQ R45&lt;br /&gt;The difference is, it&amp;#39;s equipped with T5750, 250GB. Asked for an upgrade from 1GB to 2Gb, installed with Windows Vista Home Premium(RM320), and the total is around RM2600 + free gift of course. Is this worth it? Need opinion here, so I don&amp;#39;t have to twist my head twice, wait it&amp;#39;s thrice now atm. Haha. &lt;br /&gt;&lt;br /&gt;Why I liked the R45, is that the specs is very nice, with a very nice price(I assume), with a budget issue as well. Heard about the heat problem, but it really depends on your luck I guess? So shine me a light here. I am buying this tommorow, would be a great deal if I get some shed of opinions ASAP.</description>
            <author>Anime-FAN</author>
            <category>Notebook Specific Discussion</category>
            <pubDate>Mon, 03 Nov 2008 23:03:20 +0800</pubDate>
        </item>
        <item>
            <title>GUITAR GUIDE BOOK</title>
            <link>http://forum.lowyat.net/topic/647978</link>
            <description>So, which a good guitar guide book to buy? Dummies or Idiot? Or is there any other good guitar guide book out there?&lt;br /&gt;&lt;br /&gt;Has anyone got those books I&amp;#39;ve mentioned? does it cover only beginner theory? or intermediate as well? I guess I could get free guide through internet, but I don&amp;#39;t own a pc, so it&amp;#39;s a hassle whenever I want to get information and I like to bring the knowledge of guitar wherever I go, so I could look it up quickly instead of opening/finding a pc, then search search and found the information in about an hour&amp;#33; lol&lt;br /&gt;&lt;br /&gt;</description>
            <author>Anime-FAN</author>
            <category>Musicians</category>
            <pubDate>Sun, 09 Mar 2008 08:49:33 +0800</pubDate>
        </item>
        <item>
            <title>Guitar Ear-Training</title>
            <link>http://forum.lowyat.net/topic/645274</link>
            <description>Hmm how do you all practise your ear? how long did it took you to actually get it? when you hear the strings you know it&amp;#39;s A D G or E, I think the most crucial part in being a guitarist is actually ear traning... &lt;br /&gt;&lt;br /&gt;Anyone of you that has already this skill, mind to explain how you gotten it? and how long it took you?</description>
            <author>Anime-FAN</author>
            <category>Musicians</category>
            <pubDate>Wed, 05 Mar 2008 08:41:22 +0800</pubDate>
        </item>
        <item>
            <title>Journey of learning Guitar</title>
            <link>http://forum.lowyat.net/topic/632534</link>
            <description>Straight to the point seems no one is interested in helping instead of just reading, anyone know how can I figure out the strumming pattern for the calling - wherever you go?&lt;br /&gt;&lt;br /&gt;</description>
            <author>Anime-FAN</author>
            <category>Musicians</category>
            <pubDate>Sat, 16 Feb 2008 11:32:16 +0800</pubDate>
        </item>
        <item>
            <title>Yamaha F310</title>
            <link>http://forum.lowyat.net/topic/611041</link>
            <description>I&amp;#39;m so excited by next month, I&amp;#39;m saving up RM500 to get a new guitar, but it&amp;#39;s not just for guitar.&lt;br /&gt;&lt;br /&gt;RM 500&lt;br /&gt;&lt;br /&gt;Guitar + Tuner + Capo + Guitar Pack(That can be made to travel around)&lt;br /&gt;&lt;br /&gt;So what are your suggestions? Preferbaly that can squeeze myself to save up maybe RM50 in the end if can.</description>
            <author>Anime-FAN</author>
            <category>Musicians</category>
            <pubDate>Sun, 13 Jan 2008 21:35:08 +0800</pubDate>
        </item>
        <item>
            <title>A New Acoustic guitar</title>
            <link>http://forum.lowyat.net/topic/598593</link>
            <description>Any good acoustic guitar between RM200- RM300 for a beginner?</description>
            <author>Anime-FAN</author>
            <category>Musicians</category>
            <pubDate>Wed, 26 Dec 2007 23:15:28 +0800</pubDate>
        </item>
    </channel>
</rss>
