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
~2K People Reached
Interests
Computers, of course.
Favorite Tags
Member Avatar for kaushik259106

hello friends, i hav my very own forum but its hosted in a free hosting site called invision.. now i hav my own webspace and i want to have my own forum in that webspace. i don kno how to start with or is ther any software that can help …

Member Avatar for Python++
0
610
Member Avatar for tootytoot

Hi ppl, i have a prob here. i'm trying to do a webpage and putting it in a cd for viewers to view. so i found the script below to open a full screen windows. it work! but the prob is that it opens two pages. one normal window and …

Member Avatar for sbonder
0
167
Member Avatar for Darkmeerkat

In the course of writing some throw-away code, I ran into a weird problem with static methods. I've defined a static method that's supposed to return a [icode]Double[/icode], but Java insists that it's returning some new type named after the function. Static method: [code=java] public class Temperature { // ... …

Member Avatar for JamesCherrill
0
140
Member Avatar for tattie

Hey guys im really new to php and i had it all worked out untill this came along it says this [code]Parse error: syntax error, unexpected T_STRING in /home/tattie/public_html/index.php on line 1[/code] i really really dont know what to do and i would be so grateful if someone could tell …

Member Avatar for tattie
0
146
Member Avatar for Darkmeerkat

I'm trying to write a little wrapper for executing MySQL statements, and I've run into a wall trying to use [inlinecode]mysqli_bind_param[/inlinecode] without knowing the number of variables I'm binding. Here's what I've got: [code=php] /** * Note: * . execSQL is variadic, just like bind_param * . prepareTypeStr is another …

Member Avatar for Darkmeerkat
0
212
Member Avatar for Darkmeerkat

I'm having some trouble understanding how Exceptions thrown from constructors work... Let's say I have a class like this: [code=C++] class A { public: A() { if( error ) throw MyExp; } } [/code] If I try to define a variable of type "A" within a [inlinecode]try {} catch {}[/inlinecode] …

Member Avatar for John A
0
132
Member Avatar for Darkmeerkat

Hello, I've got three files, [b]main.cpp[/b], [b]test.h[/b] (the header file), and [b]test.cpp[/b], (implementation of [b]test.h[/b]). Both [b]main.cpp[/b] and [b]test.cpp[/b] #include [b]test.h[/b], but I don't seem to be able to get [b]test.h[/b] to use the implementation in [b]test.cpp[/b] (leading to "undefined reference" errors when attempting to compile). Searching Google, I've found …

Member Avatar for Darkmeerkat
0
93
Member Avatar for navvy

hi. i am freasher in php. Can any one help me regarding where i can get FAQs in php. it would be a great help. Thanks

Member Avatar for Darkmeerkat
0
120