Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~11.5K People Reached
About Me

student

Favorite Tags

10 Posted Topics

Member Avatar for odee

need help here. how can i change the src in <embed> using javascript that works in firefox? ex. [code]<embed src="music.mid">[/code] - how can i change "music.mid" to another midi file.

Member Avatar for Taywin
0
5K
Member Avatar for odee

why does the event.clientX and event.clientY is working in IE but not work in firefox? clientX and clientY shows the coordinate of the cursor relative to the screen

Member Avatar for Troy III
-1
363
Member Avatar for odee

How can i make the windows application always on top of every application, including those which are in full screen? Thanks for any replies.

Member Avatar for odee
0
3K
Member Avatar for FireNet

[code] typedef unsigned char bye; byte *VGA=(byte *)0xA0000000L; /* this points to video memory. */ [/code] it has an error saying: Illegal initializatioin i'm using turbo c++ v1.01

Member Avatar for 1o0oBhP
0
2K
Member Avatar for odee

i can't connect to mysql. the error is [code] Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Documents and Settings\... [/code] im using the script here in the php tutorial: [code] $Host = "mysqllocation"; //location of mySQL on server $User = "username"; …

Member Avatar for mcldev
0
171
Member Avatar for odee

is it possible to create an array then you pass it to a function? That function will change the values in the array then return it back as an array.

Member Avatar for Dave Sinkula
0
121
Member Avatar for notdumb

change do while into while... and initialize done = true instead of false. then when you press 5 (exit) change done = false to exit the loop... [code] int main () { double checking, savings; int choice; get_balances (checking, savings); bool done = [color=blue]true[/color]; [COLOR=Blue]while[/COLOR](done) { display_menu (); cout << …

Member Avatar for notdumb
0
173
Member Avatar for odee

should i use [COLOR=Green]#define[/COLOR] or [COLOR=Black]const[/COLOR] in declaring constant variables?? which one is better? when should i use [COLOR=Green]#define[/COLOR] or [COLOR=Black]const[/COLOR]? for example when i declare a hexadecimal (0x01), should i use [COLOR=Green]#define [/COLOR]or [COLOR=Black]const[/COLOR]?

Member Avatar for odee
0
202
Member Avatar for odee

Need help on assembly in Dev C++. i know that Dev C++ uses AT&T instead of Intel. but i need to know how to use int 10h in Dev C++. can anyone show give me the code?

Member Avatar for odee
0
156
Member Avatar for Geek-Master

The End.