<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by masokis</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 14 Jun 2026 23:10:52 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Setting cURL + code::block ?</title>
            <link>http://forum.lowyat.net/topic/2126296</link>
            <description>hi all LYN programmers..&lt;br /&gt;i have a problem here. I use code::block as my C/C++ ide. Now i want to add curl.h to my program .&lt;br /&gt;But where i need to setting ? I has already try &lt;a href='http://stackoverflow.com/questions/6243638/adding-static-libcurl-to-codeblocks-ide' target='_blank'&gt;THIS&lt;/a&gt; but still not working.. hurmmmm.. any help ? &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>masokis</author>
            <category>Codemasters</category>
            <pubDate>Mon, 28 Nov 2011 01:14:14 +0800</pubDate>
        </item>
        <item>
            <title>Constrain</title>
            <link>http://forum.lowyat.net/topic/1731627</link>
            <description>Hi.. greetz to all lowyat forumers..&lt;br /&gt;I have difficult to understand about &lt;b&gt;CONSTRAINT&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;it seem close-related to FOREIGN-KEY. so my question :&lt;br /&gt;&lt;br /&gt;1 - Are in MUST BE USED in my DDL to create F.key ?  can i leave it ? are  it will effect my data ?&lt;br /&gt;2 - How to query the data ? i means.. are CONSTRAINT has some SQL statement to be use when to select the data ? (i&amp;#39;m my head, i just know that CONSTRAINT will use only when to CREATE db for F.key)&lt;br /&gt;3 - when i want to generate / sketch ERD, what symbol it will use ? can you give example ?</description>
            <author>masokis</author>
            <category>Codemasters</category>
            <pubDate>Tue, 25 Jan 2011 19:18:19 +0800</pubDate>
        </item>
        <item>
            <title>MS SQL Azure</title>
            <link>http://forum.lowyat.net/topic/1715438</link>
            <description>Hello... any0ne can give brief explaination about new RDBMS from MS.&lt;br /&gt;It was MSSQL Azure.... it was been told as cloud db....hurmm&lt;br /&gt;&lt;br /&gt;did anyone have use this  ? are it good ? have demo? show a bit.. i want to see... &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;# &lt;a href='http://www.microsoft.com/en-us/sqlazure/' target='_blank'&gt;http://www.microsoft.com/en-us/sqlazure/&lt;/a&gt;</description>
            <author>masokis</author>
            <category>Codemasters</category>
            <pubDate>Thu, 13 Jan 2011 13:29:01 +0800</pubDate>
        </item>
        <item>
            <title>[JAVA]Error handling when accept alphabet   &amp;#33;</title>
            <link>http://forum.lowyat.net/topic/1542685</link>
            <description>&lt;br /&gt;Dear LOWYAT. here is my problem:&lt;br /&gt;I create an java program in cmd. Here ..take look at first to the snippet of my code:&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;import java.io.*;&lt;br /&gt;class Test&lt;br /&gt;{&lt;br /&gt;	&lt;br /&gt;	&lt;br /&gt;	public static void main &amp;#40;String args&amp;#91;&amp;#93; &amp;#41;throws IOException&lt;br /&gt;	{&lt;br /&gt; &amp;nbsp;int menus;&lt;br /&gt; &amp;nbsp;String input;&lt;br /&gt; &amp;nbsp;&lt;br /&gt; &amp;nbsp;BufferedReader stdin=new BufferedReader&amp;#40;new InputStreamReader&amp;#40;System.in&amp;#41;&amp;#41;;&lt;br /&gt; &amp;nbsp;{&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Arahan&amp;#40;&amp;#41;; //&amp;#60;--- calling the function&lt;br /&gt; &amp;nbsp;	System.out.print&amp;#40;&amp;#34; &amp;nbsp;&amp;#092;t&amp;#092;t-1 Option A&amp;#092;n &amp;nbsp;&amp;#092;t&amp;#092;t-2 Option B &amp;#092;n &amp;nbsp;&amp;#092;t&amp;#092;t-3 Option C&amp;#092;n&amp;#34;&amp;#41;;&lt;br /&gt; &amp;nbsp;	System.out.print&amp;#40;&amp;#34;&amp;#092;n &amp;nbsp;# Pilihan &amp;#092;t&amp;#092;t&amp;#58; &amp;#34;&amp;#41;;&lt;br /&gt; &amp;nbsp;	input = stdin.readLine&amp;#40;&amp;#41;;&lt;br /&gt; &amp;nbsp;	menus = Integer.parseInt&amp;#40;input&amp;#41;;&lt;br /&gt; &amp;nbsp;	Menu&amp;#40;menus&amp;#41;; &amp;nbsp; //&amp;#60;--- calling the function &amp;amp; pass value&lt;br /&gt; &amp;nbsp;}&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	static void Arahan&amp;#40;&amp;#41;&lt;br /&gt;	{&lt;br /&gt; &lt;br /&gt; &amp;nbsp;&lt;br /&gt; &amp;nbsp;System.out.println&amp;#40;&amp;#34; &amp;nbsp;======================&amp;#34;&amp;#41;;&lt;br /&gt; &amp;nbsp;System.out.println&amp;#40;&amp;#34; &amp;nbsp; =&amp;#62; &amp;nbsp;menu &amp;nbsp; &amp;nbsp;&amp;#58; &amp;#34;&amp;#41;;&lt;br /&gt; &amp;nbsp;System.out.println&amp;#40;&amp;#34; &amp;nbsp;======================&amp;#34;&amp;#41;;&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	static void Menu&amp;#40;int menu&amp;#41; // &amp;#60;-- pass the value into functiom&lt;br /&gt;	{&lt;br /&gt; &amp;nbsp;if&amp;#40;menu == 1&amp;#41;&lt;br /&gt; &amp;nbsp;	System.out.println&amp;#40;&amp;#34;u get 1 coz u enter &amp;#34;+menu&amp;#41;;&lt;br /&gt; &amp;nbsp;if&amp;#40;menu == 2&amp;#41;&lt;br /&gt; &amp;nbsp;	System.out.println&amp;#40;&amp;#34;u get 2 coz u enter &amp;#34;+menu&amp;#41;;&lt;br /&gt; &amp;nbsp;if&amp;#40;menu == 3&amp;#41;&lt;br /&gt; &amp;nbsp;	System.out.println&amp;#40;&amp;#34;u get 3 coz u enter &amp;#34;+menu&amp;#41;;&lt;br /&gt; &amp;nbsp;else&lt;br /&gt; &amp;nbsp;	System.out.print&amp;#40;&amp;#34;It&amp;#39;s only 3 option..lma0..&amp;#34;&amp;#41;;&lt;br /&gt;	}&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;now, you can see.. my program will get input from user.&lt;br /&gt;the user should enter number only...&lt;br /&gt;but when user mistaken enter &lt;b&gt;CHAR @ ALPHABET&lt;/b&gt;.. my program will crash...&lt;br /&gt;&lt;br /&gt;&lt;img src='http://img841.imageshack.us/img841/125/captureydc.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;how to handle this problem? can i warning the user without crashing my program ?</description>
            <author>masokis</author>
            <category>Codemasters</category>
            <pubDate>Sat, 28 Aug 2010 23:27:05 +0800</pubDate>
        </item>
    </channel>
</rss>
