Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for raf.fredi
Member Avatar for ExpertsGuide

Hi, I have installed Turbo C compiler on windows vista (32 bit). Set the PATH variable to properly point to tcc.exe under C:\TC\BIN; I created some C files under C:\TC\myfolder I tried compiling using [CODE]C:\>cd TC\myfolder C:\TC\myfolder>tcc -P-c file.c[/CODE] Sometimes it says file not found while other times it compiles …

Member Avatar for Adak
0
957
Member Avatar for cmps

try this, [CODE]$dbh = new db; $dbh -> query("select * from player"); $result = $dbh -> fetch(); while($row = mysql_fetch_assoc($result) { print_r ($row); }[/CODE]

Member Avatar for cmps
0
181
Member Avatar for jaycastr

eval() can be a security issue if user inputs are not filtered properly. what is the issue with this pseudo function? Isn't it working as expected? You can try curly braces also, echo '</br>',{$newformula};

Member Avatar for diafol
0
1K
Member Avatar for theprofoundgeek

@theprofoundgeek (thread starter) I am having similar issue on windows vista. Not able to calculate the time my program took to complete. Would you please paste your code(only related to time calculation) here, in case you solved the issue?

Member Avatar for ExpertsGuide
0
322

The End.