Jump to content
xisto Community

tritesh

Members
  • Content Count

    136
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by tritesh

  1. Ahsan, Problem and its solution is explained by Axel Mueller on link provided by in your last post. But, I prefer you do not add fflush for each instances of printf function rather you can add setvbuf() at the start of your program's main function. Before executing your program clean project first as well, If you won't do that it will execute old compiled file. Hope, this will resolve your issue.
  2. I think all free hosting providers have this feature and ofcourse Xisto as well. Xisto creates subdomains automatically whether we have TLD domain or not. Am I right Yordan!But, I have little bit confusion about its name, whether it takes our username as subdomain name automatically or asked us to have our own.
  3. Oh! It is just nothing, actually I do not have any compiler installed on any of my machine. I did write your code on a piece of paper and checked it out line by line for results. So, that was just indication for you that I might be wrong. Sorry for making you confused. Here is corrected code .. #include <stdio.h>int main(void) {printf("Program: Calculate how many digits in a number\n");int number;printf("Enter a number with maximum 4 digits: ");scanf("%d", &number);int digits;int error = 0; // We are Assuming here that code do no have any error.if (number >= 0 && number <=9) {digits = 1;}else if (number >= 10 && number <= 99) {digits = 2;}else if (number >= 100 && number <= 999) {digits = 3;}else if (number >= 1000 & number <= 9999) {digits = 4;}else {error = 1; // There is some error in code or number is having more than 4 digits.}// Display number of Digits if there is no error in code OR Display "Number has more than 4 digits" if there is error in code or input value is of more than 4 digits.if (error = 0) { printf("Digits in number: %d\n", digits);} else {printf("Number has more than 4 digits....\n");}return 0;}
  4. Ahsan, It is a bug related lubuntu-artwork reported at https://bugs.launchpad.net/ubuntu/+source/lubuntu-artwork/+bug/1090795 reported on 15 Dec, 2012 and it is still unassigned and unresolved, which stated that wallpaper set to tiled on changing screen resolution instead of stretched out.
  5. Yordan, Don't you think that if "02" is not taken as an integer code must give an error and execute else part of code (i.e. error=1 ). Second thing is that when I run this code on paper (Win 8 not support c++ compiler) and enter different value 20, 200, 2000 gives same result (i.e. Number has more than 4 digits....). When I further looked at code deeply find something wrong in conditional statement of If function at line # 24 (i.e. If (error !=0).Oh! Yes exactly it is wrong, statement is error !=0 that means condition is true when value of variable error is not equal to zero (i.e. error =1), will go to line # 25 (first printf function). But since we have no error that means value of variable error is equal to zero and hence program always go to line # 26 (i. e. second printf function). So, Ahsan problem is not related to numbers but it is related to wrong statement used in If function. There is two you can change your code first one is that by interchanging value of variable error at line # 8 and # 21 but it is not seems like a good coder and second one is that you can replace If ( error != 0) with If (error =0) rerun program and you will get result that you expected. Hope I cleared your doubt somewhat.
  6. @Yordan, Is it the right way of learning new programming language by copy & paste code from some examples without knowing the basics of it.Like what printf function or functions used in example would do? or Why we use #include #define or why we start our program with main(void) or without knowing the right syntax and use particular function or what are header files etc..
  7. No, Nitin I am quite sure it is SMO. But, it is somewhat similar to SEO with which I am not much but little bit familiar with.
  8. You are always welcome.I also used ccleaner, but it does not satisfy my requirements and needs. Instead of using ccleaner must prefer to use Tuneup Utilities.It is almost up to our own opinion.
  9. Gosh! How could I forget to reply this post yet . Moreover, I will do it here today . I am also one of those people who always likes to try new software. After trying those I must need to uninstall. It is professed that those definitely have leftover files in system or have some useless entries in registry. Definitely, It is very tedious and time consuming task to remove those leftover files and useless entries in registry in my system one by one. So, for that few years ago I had searched for an Uninstaller which is able to monitor/search leftover files and registry entries. AT that time I found two software which were suitable for me. One of them is "Ashampoo Uninstaller" , which is a commercial software that means you have to purchase it after its trial period. I had not much played with/ used this software very much. It allows you to monitor installation of software. But, truly it is not my favorite one. Second one which is my favorite is "Revo Uninstaller". It has both free and pro version but its free version is excellent to perform uninstall task and to remove leftovers from our system. I am using this one since last few years. Hope, you would also liked this one as well. But, List not ends here you may find more such software by googling. These two have been used by me.
  10. I think he wants to know about a plugin which can display Lyrics of a song. Which helps him to sing the song. Manuleka, As I remember there are some plugins which can display lyrics of any song. Some of those are: Lyrics Plugin http://www.lyricsplugin.com/ Leo's Lyrics Plugins Evil Lyrics But, list not ends here. Those are just that I had used. You may find more by searching on WinAmp plugins site using keyword "lyrics".
  11. While surfing about Search Engine Optimization, I have come across a term which is SMO. But, I was not able to understand what exactly it is for. Could anyone help me out to understand this term.What exactly it is used for and how we can use it.
  12. Oh! Sorry for that mistake I will take care of it next time. Actually I was thinking about to make it hyperlink of Page's title. Generally, I use hyperlink instead of posting direct page URL. Moreover, I will take care of this issue in future. Yes, definitely it is required to make some changes but not that much difficult to implement. And of-course it is much helpful for me, if you like, let me know about your website (i.e. what cms are you using. and of-course its link as well). And Sorry for the mistake once again.
  13. mrdee, I don't know that is it right direction for you or not. Moreover, I want to share this with you. As you written in your post that you are using Flowplayer for playing your video files. And after searching their website I find that there is a plugin for sharing videos either on facebook or on twitter or through email etc. You can find more details about this plugin at http://forums.xisto.com/no_longer_exists/. This plugins is well described on their page, even with its implementation example as well. I hope It would not be much difficult for you to implement it on your own webpages. And as per concern to mp3 files sharing, I suggest you to visit http://forums.xisto.com/no_longer_exists/ or use flowplayer. If you will get any problem please let me know. Hope, I will do of my best to help you.
  14. Yes, You can use different ISPs. But for that you need two modems for each ISP and one load balancing router. For the Example of this type of setup you can visit : elperfectouter OR You can use LANCOM 1721+ VPN like device which has inbuilt adsl modem.
  15. Yes, It could be possible by using "Load Balancing Modem/Router". Here is some of those are listed.
  16. If you are not hosted on Xisto or do not want to use its Installer, Joomla official Installation Document will help you. There is full explanation its requirement and step by procedure with screenshots.
  17. You can Install Joomla On Windows (Any Version) using "Web Platform Installer". For that first you need to download "joomla.exe" from http://forums.xisto.com/no_longer_exists/ by clicking on green colored "Install Now" button. After downloading file double click that file to execute. Now, installer will directs you step by step for Joomla installation. And for your second query, I am really confused. Moreover, if you are talking about setting writing permission for files and folders to all user group. Yes, it is highly compromise with your website security.
  18. marriage marrigae ..., why people ?

    1. k_nitin_r

      k_nitin_r

      It's a social norm. Get into it, have kids, till death do them apart.

  19. Yes, definitely on My old phone which was java based have same mode for usb connectivity. But my current do not have such mode, while it have two modes. First one is for media and second one is for usb tethering.
  20. I am not too much familiar with Iphone platforms. There is two type of possibilities to use Iphone as webcam. First one is that we can use hardware interfacing by installing drivers and client application on our PC. But it is hard to find/create drivers until unless it is provided by manufacturer.Second one is Web interfacing or using Application on our smartphone. Since there are lots of applications are available at application store and are easier to use. On http://www.idownloadblog.com/2010/06/01/how-to-turn-your-iphone-into-a-webcam/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ of such type of application and their use are explained . You can try those.Really I do not think so that You would be able to use your cam for messengers like yahoo, google talk etc.And of-course I also curious to know about hardware interfacing through USB or anything else like just plug and play. If you would able to create or find those Please share with us.
  21. Yes, I am always here to help you guys unless and until, I would not die . :(I have also found some more tools create such type of effects and are free. Currently, I am just playing with those tools to make my hands dirty with them.Whenever, I will pretty sure about those tools also update here too.
  22. Ok, Here it is. WindowsFx from stardock have the same effect that you want but still it costs. You can try and if like then buy. But, I am sure there may be free solution for to get these type of effects. Let me to find out or to do some experiment.
  23. Thanks Yordan for suggesting me the exact term to search for the settings. I am now able to change resolution by following the steps provided at following link. https://archive.openmandriva.org/wiki/ It was really much easy to change resolution by using "Mandriva Control Center". And of-course it have command as well that is "Drakx11" .
  24. manuleka, I am not really understand you very much. Could you explain me more with some example. It is more helpful me to understand If you tell me more about it.
  25. Generally we call them Transformation Pack. Here are I am going to listing some of transformation pack that make you to have effect like Linux. Ubuntu Transformation Pack by HYDRATTZ Gnome Skin Pack 1.0 Ubuntu Skin Pack 8.0 But, before using them take backup of your system because I always have bad experiences of these type of modifications. I would suggest you test them on your virtual machine first. Those may also slow down your system. If you want create your own you can take look at Skin Pack Installer System by hameddanger
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.