Search results

  1. [C++][1] Basic of C++

    Getting Set Up - C++ Compilers The very first thing you need to do, before starting out in C++, is to make sure that you have a compiler. What is a compiler, you ask? A compiler turns the program that you write into an executable that your computer can actually understand and run. If you're...
  2. [Tutorial][C++] Reversing words in a string

    Reversing words in a string ReverseWordsInString() reverses the words in a a string, it takes the string as its input parameter and returns the string with words reversed. For example If the string is “I love my country”, then this function will return “country my love I”. Code of...
  3. [Tutorial][C++] Power through recursion

    Power through recursion powerRecursive() calculates the power of a number recursively. It takes 2 parameters; first is the base and second is the exponent. For example, Code of powerRecursive() unsigned long powerRecursive( int base , int exp ) { if ( exp == 0 )...
  4. [Tutorial][C++] Factorial through recursion

    Factorial through recursion factorialRecursive() calculates the factorial of a number recursively. For example, Code of factorialRecursive() Summary of factorialRecursive() factorialRecursive() is a recursive function with 2 parts; first part is the base case – if the number is...
  5. [Tutorial][VB] Alarm Clock

    Alarm Clock To make an alarm clock, we need a timer that checks at every tick whether the current time matches with alarm time or not, if both time matches then the clock will generate an alarm tone. My.Computer.Audio.Play() plays the audio file. My.Computer.Audio.Stop() stops the...
  6. How can i unlimit my Paypal?

    Mine was limited as well, I was trying to unlimit it, but never worked. So I decided to create a new paypal.
  7. ★★★★★[POLL]Which Anti-virus Is Better Avast or Avira[POLL]★★★★★

    I used to use AVG <Bad antivirus.. It doesn't really detect anything except for fake alert. Anyways, I'm using Avira, its a great antivir.
  8. How to find someone's ip

    Nice tutorial, I'm sure this will help many people , it helps me too. Good share.
  9. How To Noticably Speed Up Your Connection

    I don't use this, i use AVG pc tuneup. Its a good software.. Even though you have to pay for it.
  10. Urm?

    Well, I've a question. Regarding the theme changing, because right now, with this temp theme, I can't seem to find the cash balance anywhere.. Any idea?
  11. Chris! NEW!

    I'm too, being reffered from another forum!.. Nice to meet you chris. Nice to meet you. Call me rach <===[hr] Korean? Whos korean? :O Just wondering ..:D
  12. IM NEW HERE!

    Yeh same, I saw some thread about this site from HF. Sounds great. Nice to meet you. Call me rach <===
  13. Brand New to the Site

    Yeps, I was recommended to this site too. People said its a legit site. Its always good to try out new stuff xD Nice to meet you. Call me rach <===
  14. Hi, everyone. Super new.

    Hi everyone, I'm super- new to this forum ;) Hope I have a good stay on this site. Looks like a good site to me.. I also hope that I could meet new members here! Btw, call me rach. <=== ! :D:Y
Back
Top