660 reputation
111
bio website
location
age
visits member for 4 months
seen yesterday
stats profile views 40

Pretty good with HTML and CSS. Know enough JavaScript to get around. Currently learning Java, C++, and C#. Would like to know PHP and build custom WordPress themes.


2d
comment How return string in c++ function?
So I guess you get down votes for make a dumb mistake? Oh, well.
2d
accepted How return string in c++ function?
2d
comment How return string in c++ function?
I have since addressed point two with a while loop that breaks if index is greater than s1.length(). The effect is that it now replaces all instances of s2 with s3. I am unfamiliar with size_t though I have come across it.
2d
comment How return string in c++ function?
Yeah. It's late. Bone head move. Thanks.
2d
asked How return string in c++ function?
May
15
comment How do you reverse a string in place in C or C++?
Excellent. The selected answer is ridiculously long. This is perfect.
May
14
revised I get this error is Visual Studio C++ :: “error LNK2019: unresolved external symbol”
clarified which file needed the edit
May
14
suggested suggested edit on I get this error is Visual Studio C++ :: “error LNK2019: unresolved external symbol”
May
14
accepted I get this error is Visual Studio C++ :: “error LNK2019: unresolved external symbol”
May
14
comment I get this error is Visual Studio C++ :: “error LNK2019: unresolved external symbol”
Oh, Of course. How stupid I was. Thanks so much.
May
14
asked I get this error is Visual Studio C++ :: “error LNK2019: unresolved external symbol”
Apr
19
awarded  Analytical
Mar
24
comment C# capitalize sentence
Perhaps you might have run sentence = sentence.Trim(); on it first. There might have been a space before the first letter.
Mar
24
answered How to make a first letter capital in C#
Mar
10
comment How to make middle div the first on smaller screen
I don't think this is possible with only css. need js to switch content in div1 and div2 when window is resized.
Mar
9
comment How do I get the window size in css?
Might want to add overflow:hidden; on 'a.button`. +1
Mar
4
awarded  Caucus
Feb
27
awarded  Tenacious
Feb
27
comment css background image not showing in DIV
@igor except it makes for a mess of junk code, imo. I am a firm believer that tag-soup, hacks, et al are unnecessary except for when standards do not yet support a feature. Good to know though. I have never even tried, figuring it would yield bad results.
Feb
27
comment css background image not showing in DIV
Plus you will need to specify a width and height if you are not going to put content in it but depend on backgrounds instead.