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
Ranked #44.2K
~42.9K People Reached
Favorite Tags
seo x 2
c++ x 1

7 Posted Topics

Member Avatar for AccurateAG

Thanks for sharing wonderful information here, its really awesome for newbie in SEO like me. really share useful information here.

Member Avatar for Naheedmir
16
24K
Member Avatar for MS KRITI

The way u use scanf is wrong. Look up format specifier. Accept x & y just print x||y, X&&y, !x #include<stdio.h> int main() { int x,y,orxy,andxy,notx; printf("\nEnter x&y"); scanf("%d%d",&x,&y); orxy=x||y; andxy=x&&y; notx=!x; printf("\nOR:%d\nAND:%d\nNOT(x):%d",orxy,andxy,notx); return 0; } Thanks for Share your knowledge here, its really useful for newbie like me.

Member Avatar for sofoklis
0
5K
Member Avatar for jesicawillss

[QUOTE=EmilyJohnson;1727774]Sitemap is one of the very important part of SEO. By the help of sitemap crawler comes to know about your whole website and web pages. It is of two types 1.) Xml Sitemap for crawlers & 2.) HTML sitemap for users.[/QUOTE] Thanks, but i have question both sitemap create …

Member Avatar for willson1
-3
251
Member Avatar for globalseo

Google Analytic is nice , Join Statcounter and add code in your web page, then you check daily unique visitor status, path , how long in you site etc more about visitor.

Member Avatar for sslrenewals
0
170
Member Avatar for arandom

I want to learn Android, and make application for my own use then Share with all.

Member Avatar for arandom
0
116
Member Avatar for learner guy

[QUOTE=Dman01;1720287]Codewise this mean you just open a File using std::ifstream::trunc [CODE] std::ifstream File; std::string filepath = "text.txt"; File.open(filepath.c_str(), std::ifstream::out | std::ifstream::trunc ); if (!File.is_open() || File.fail()) { File.close(); printf("\nError : failed to erase file content !"); } File.close(); [/CODE][/QUOTE] Thanks For Sharing but i have doubt its working properly or …

Member Avatar for Dman01
0
13K
Member Avatar for august_month

Thanks for sharing coding here. i want to redirect URL to my PDF i read only mode when some one login in my website. Is working good or not?

Member Avatar for thines01
0
219

The End.