Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
13
Posts with Downvotes
11
Downvoting Members
3
1 Commented Post
0 Endorsements
Member Avatar for Dave Sinkula

With regard to C++ books, I'll just echo the advice here .The following books are recommended; read them in mostly the order listed." Accelerated C++ " Andrew Koenig & Barbara Moo " The C++ Standard Library " Nicolai Josuttis --- a "must have" " Effective C++ ", " More Effective …

Member Avatar for shahidali6
11
10K
Member Avatar for vjcagay
Member Avatar for vantrendin
Member Avatar for diafol
-1
333
Member Avatar for nasir017

Few days back I started on article submission and it reall work good. I am getting much traffic from the article viewers. I tried blog comment but it did not work and my on page seo dose not work, In this case What should i do now?

Member Avatar for samauden
0
288
Member Avatar for harishprakash
Member Avatar for vantrendin
Member Avatar for vantrendin
Member Avatar for Mssofttech

i was analysing my site through the online tool then i found out that my site has missing dublin core.Then i asked abou it to my friend who has th around 10 year experience in the seo field that what is dublin core sir he said what is that never …

Member Avatar for happygeek
-2
177
Member Avatar for SanjeevSunweb

Hello Everyone! Want to know about what to do in 2014 to get keywords ranked in Google search results. Thanks.

Member Avatar for wikads
0
371
Member Avatar for annawright89

What techniques we need to follow these days to promote our website? I have websites related to entertainment. Does directories still rule the seo??? What about Bookmarking?? should i do it for inner pages/posts or the main URL??? Regards Anna Wright

Member Avatar for Glenn Rodgers
0
244
Member Avatar for Rajibul_1
Member Avatar for moaz.amin.37

i write a code of multithreading in which arise an race condition code is below class Race1{ public void show(String s){ try{ System.out.print("["+s); Thread.sleep(1000); }catch(InterruptedException e){ e.printStackTrace(); } System.out.println("]"); } } class Checking implements Runnable{ Race1 ob=new Race1(); String s; public Checking(String s){ this.s=s; } public void run(){ synchronized(ob){ ob.show(s); …

Member Avatar for vantrendin
0
241
Member Avatar for nissy

Im unable understand what is the exact work of SEO pigeon update???...Is this update is offically launched by Google?

Member Avatar for vantrendin
0
280
Member Avatar for cse.avinash

Hello every one Can I have a better algorithm to find the nth prime number, where 1<= n <=5000000. for e.g., 1st prime number is 2. 10th prime number is 29. 100th prime number is 541. 1000th prime number is 7919. 10000th prime number is 104729. 100000th prime number is …

Member Avatar for vantrendin
1
6K
Member Avatar for bolfescu

I have this sqlqry, icarrelli have the value 0 and the q2 value 64(sum) why the result is 64 and not -64? <?php $result = mysql_query("SELECT *,iCarrelli-SUM(q2) as total9 FROM articles,inc"); $row= mysql_fetch_assoc($result); echo "" . $row['total9'] . ""; ?>

Member Avatar for pritaeas
0
91