- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
7 Posted Topics
Re: Thanks for sharing wonderful information here, its really awesome for newbie in SEO like me. really share useful information here. | |
Re: 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. | |
Re: [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 … | |
Re: 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. | |
![]() | Re: I want to learn Android, and make application for my own use then Share with all. ![]() |
Re: [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 … | |
Re: 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? |
The End.