139
Views

Save as pdf option in your website or blog

Welcome to my blog :-) .If you're new here, you may want to subscribe to my full RSS feed. Thanks for visiting!

If you wish to add “Save as pdf option in your website or blog” option for the articles in your blog or website..then,the following tutorial will help you to do so…..

1.Register in http://savepageaspdf.pdfonline.com/ ….It’s a free web service.
2.Log into your account
3.Click the Overview tab
Read More

158
Views

Reg Jump: Jump into the registry

Found an interesting registry path…. dunno how to remember this path for future use….. Well u can add the key path in the Favorites.But lets assume u reinstalled the Windows and now u need that registry path….What to do…?

OR

In some article or tutorial it is specified to navigate to some reg path like HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\
Explorer\Advanced\Folder … and do something.. But ur bored or too lazy (like me) to manually navigate via regedit..?

OR

Want to jump directly to a specific registry path in one go?

The answer to all this is REG JUMP from Sysinternals (now a wholly owned subsidiary of Microsoft Corporation)
Read More

79
Views

ASCII Chart

ASCII chart

After seeing this chart if you want to print say square root symbol all you have to do is specify the ASCII value for %c in printf
i.e to print square root..

printf(”%c Hi! %c”,251,251);

and to print heart symbol

printf(”%c Hi! %c”,3,3);

255
Views

atoi,atol and atof functions

These functions are available under stdlib.h .These are very unknown functions.Lets see what these do..

atol()
atol returns the value in terms of long datatype of the string containing numbers.the syntax is

atol(stringvariable)

ex: consider the following program
Read More

72
Views

Saving the output in a text file

consider the following c program

#include<stdio.h>
#include<conio.h>

main()
{
int i,n;
clrscr();
printf(”Enter limit\n”);
scanf(”%d”,&n);
printf(”I will print %d times\n”,n);
for(i=0;i<n;i++)
printf(”I luv C\n”);
}

the output will be
Read More

Page 5 of 7« First...«34567»

Shout at me :p

Last Message 1 week ago
1 guest is online.
  • Info : Please, resolve the addition below before post any new comment...
  • test45355243 : 3535435
  • test5q552525325243 : 35435435
  • test5q5525253252 : 2554325
  • test5q55252 : 5525235
  • test5q5 : q5q5
  • test : 5w5
  • Orwykzge : Wonderfull great site <a href=" «link» ">sex freaks xxx</a> >:PPP
  • Pierre : Your shoutbox is blank. Add a message!

What I'm Doing...

Posting tweet...