GodinHell's Profile User Rating: -----

Reputation: 2 Apprentice
Group:
Active Members
Active Posts:
51 (0.08 per day)
Joined:
06-September 11
Profile Views:
1,002
Last Active:
User is offline Sep 30 2012 01:40 PM
Currently:
Offline

Previous Fields

Country:
Who Cares
OS Preference:
Who Cares
Favorite Browser:
Who Cares
Favorite Processor:
Who Cares
Favorite Gaming Platform:
Who Cares
Your Car:
Who Cares
Dream Kudos:
0
Icon   GodinHell has not set their status

Posts I've Made

  1. In Topic: A crash course in Bash Productivity

    Posted 30 Sep 2012

    I google for that :- http://google.com/se...Tutorial+Part+1
  2. In Topic: How to Start writting Linux Applications in C++ [Need Start]

    Posted 25 Apr 2012

    Ufff....
    I wanted this :-

    I want to code program where i can run multiple linux commands with it,,, I dont want to use PERL or shell scripting for that...

    Hope 3 line is clear.
    And yes I am ready to pay 5$/hour.
    Thanks
  3. In Topic: In function ‘int main()’: & ‘getch’ was not declared in this scop

    Posted 16 Feb 2012

    ^ yup bro, already done with that, i also posted solved reply... sorry for troubling.

    Thanks
  4. In Topic: In function ‘int main()’: & ‘getch’ was not declared in this scop

    Posted 16 Feb 2012

    Oops Solved. This is my new code and This is working

    
    #include <iostream>
    using namespace std;
    
    int main() {
    
    // Declaring My All Variables that is to be used
    int a, b, mul, add, sub, divi;
    
    // Taking Input from User;
    cout << "Enter Number for Variable a :";
    cin >> a;
    cout << "Enter Number for Variable b :";
    cin >> b;
    
    // Performing Action
    
    mul = a * b;
    add = a + b;
    sub = a - b;
    divi = a / b;
    
    // Action Over It's time to display the Result
    
    cout << mul << endl << add << endl << sub << endl << divi << endl;
    
    // Termination of Action
    return 0;
    
    }
    
    
  5. In Topic: Update Password from mysql Client, Query Successful, Login Failed

    Posted 29 Dec 2011

    Thanks :)

My Information

Member Title:
D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Programming Languages:
<?php echo "PHP"; ?>
#/ /usr/bin/perl

Contact Information

E-mail:
Private

Friends

GodinHell hasn't added any friends yet.

Comments

GodinHell has no profile comments yet. Why not say hello?