No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
You've got another one :D .... I am somewhat of a recent addition in this club.. but I have covered several series... FMA, Death Note, Gundam Seed, Code Geass, Naruto (and Shippuuden), Bleach, Trinity Blood, Last Exile, Higurashi Ni Haku Koro Ni (and Kai), Samurai Champloo are among my favourite …
u can try by changing the permissions $ su # cd /var # chmod 777 www then anyone can read/write from this folder
Compiling the following problem with visual studio 2000 gives the errors: temp.obj : error LNK2001: unresolved external symbol "void __cdecl ungetch(int)" (?ungetch@@YAXH@Z) temp.obj : error LNK2001: unresolved external symbol "int __cdecl getch(void)" (?getch@@YAHXZ) Debug/temp.exe : fatal error LNK1120: 2 unresolved externals Error executing link.exe. The code is taken from Dennis …
do you have a google account already?? great then... just goto [url]reader.google.com[/url] then click add a subscription and paste the feed link(the link you get using "copy link location" over ther the rss link/icon) Actually the easier way is just go to the site, click on the RSS link . …
Why dont you just order an ubuntu online ??
Using the live CD boot Ubuntu and go to desktop. Then open terminal(from accessories) and type following: // Spaces are crucial be careful about them where they are and where they are not. sudo grub find /boot/grub/stage1 ( u'll get something like "(hd0, 11)" ) root (hd0,11) here the number …
or rather [code] #include<stdlib.h> if (answer == 'n') exit(0); [/code]
Running this file returns the error: Exception in thread "main" java.lang.NullPointerException at Packet.<init>(test.java:20) at test.main(test.java:46) here: line 20 : this.data[i][j] = data[i][j]; line 46 : Packet packet = new Packet(4,data,count,column); can anyone help ma how to create this constructor that accepts String[][] ? [code] class Packet{ int op_code; String[][] data; …
Hi, I am a beginner for the zend framework. I have viewed the screencast from the zend site and followed them. The summary of the screencasts are: [code] application controllers IndexController.php models views scripts index index.phtml library Zend public .htaccess index.php [/code] The codes are following: index.php: [code] <?php //error …
Do yourself a favor. Don't use turbo C. Use Visual C++(express edition is great) or Code::Blocks instead. Code::Blocks is small and free
Because you are printing them in float format , they are printing default 6 digits after the point. To solve this change the printing line to : [code] printf("%.0f\n", a[i][j]); [/code] then after the point it will print 0 digit.
Hallow shooshooo, I learned that u and ur team is going to make games using C# language.Actually there are a lots of path basis on how many work load can u and ur team can hold.For C# there is an excellent solution which is XNA Game studio.Everything related this is …
In my oracle, there is a table : locations( city varchar2(10), country varchar2(10)); executing the following script results the desired column. [code=php]<?php $link = oci_connect('SYSTEM', 'abracdabra', 'orcl'); $s = oci_parse($link, 'select city from locations'); if(! $s) { $e = oci_error(); var_dump($e ); } oci_execute($s); $res = oci_fetch_row($s); while($res) { echo …
i am using oracle 10g along with php 5. the problem is i cannot connect with oracle database from php with the function oci_connect. i can understand that this is because of the way php is configured. can anyone help me configure php to connect and manipulate oracle database?
The End.
farhan.foxtrot