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
Member Avatar for Narue

When you want to remove extraneous characters from an input stream in C++, it's usually because you mixed formatted and unformatted input methods. The formatted method would leave a newline in the stream and the unformatted method would consume it and terminate successfully, but fail completely to do what you …

Member Avatar for Smn
18
13K
Member Avatar for Aleczz

Hello Im coding mp3 encode / ripping tool and because i have licence to realbasic im gonna make user interface with it Technical part im gonna make with akrip.dll and i have develope it more by my own way now. The meaning is use threads for ripping and encode in …

Member Avatar for Aleczz
0
154
Member Avatar for kosilence

Hi all I need to submit my assignment urgently. Still now I have no idea on that. anyone can help me to finish my assignment. I attached my assignment question as well as my uncompleted answer. *my programing skill is very bad. please, help me. Thank u all. this is …

Member Avatar for javaAddict
0
97
Member Avatar for panther786

Works great in firefox/safari/opera But the big picture of the dog at the bottom doesn't show up in IE. The CSS tag: .bottom { position: absolute; z-index:-10; top:350px; margin:0; padding:0; background:url('img/thepetnurse_btm.png') top left no-repeat; width:748px; height:473px; } How can I get this working in IE? My book offers no explanation.

0
43
Member Avatar for panther786

Hi. In a table data I have four lines of text each line separated by a <br> The text are different font sizes. The issue I am having is that the lines have space between them above and below. How do I get the lines of text closer together using …

Member Avatar for rudevils
0
48
Member Avatar for panther786

Hi all I'm creating a myspace layout editor. (yes .... i know there are thousands of them out there) I am looking for sites that offer free graphics like animated gifs and backgrounds that that will allow me to host them and distribute them FROM MY OWN SITE. So far …

Member Avatar for Yada
0
75
Member Avatar for computer engW

[COLOR="Red"]Today I have some question and their solution ,but I have problem with some.[/COLOR] [COLOR="red"][COLOR="Green"]Q1: Write a program that checks if a sequence of positive numbers is in increasing order or not.[/COLOR][/COLOR] [COLOR="Red"]I don't know what is missing her?![/COLOR] Solution: [CODE]#include<iostream> using namespace std; int main(){ int value,check=1; cout<<"Enter a …

Member Avatar for computer engW
0
103
Member Avatar for panther786

Ok, so this is probably something simple, but I'm no javascript queen, so if someone could help me do this I would be so appreciative. I'm using Javascript to rotate the 5 featured stories I choose via a Wordpress plugin. So right now it looks like this: I've put the …

0
63
Member Avatar for panther786

**What is Link Popularity?** Link Popularity refers to the number of links pointing TO your site FROM other sites on the Web. Building links is one of the most important factors in getting top placements on the major search engines.

Member Avatar for lajocar
0
142
Member Avatar for sandeep_2482

I tried this if i select abc i should get rrr or if i click wer i should get sky in two list boxes please help me out [code=html]<%@ page import="java.sql.*" %> <html> <script > function fun() { f1.Server.length=9; f1.Server[0].value='abc'; f1.Server[0].innerText='abc'; f1.Server[1].value='wer'; f1.Server[1].innerText='wer'; } function myCodebaseList() { if(f1.Server.value=="abc") { f1.Codebase.disabled=false; …

Member Avatar for panther786
0
85