Today [10]


  1. Posts : 6,243
    win 7 ultimate32bit, Win8.1pro wmc 32bit
       #1721

    Liked
      My Computer


  2. Posts : 11,840
    64-bit Windows 8.1 Pro
       #1722

    I've liked Angie, as well as the two forum pages ...
      My Computer


  3. Posts : 14,606
    Microsoft Windows 7 Home Premium 64-bit 7600
       #1723

    Baroness von Shush said:

    I like the likes so please like me I'd like that!
    that santa hat has made you all cat in the hat it has.
      My Computer


  4. Posts : 2,997
    Windows Seven
       #1724

    Many thanks
      My Computer

  5.    #1725

    I've began to relearn how to write in C++ again, been a very long time since I've had a go at programming, but here's my simple program so far (DOS-based):
    Code:
    #include <iostream>
    using namespace std;
    
    int main() {
    
    	int number_one;
    	int number_two;
    	int answer;
    	
    	cout << "Here is simple sum of two numbers\n";
    	cout << "Enter a number:";
    	cin >> number_one;
    	cin.ignore();
    	cout << "Enter a second number:";
    	cin >> number_two;
    	cin.ignore();
    	answer = number_one + number_two;
    	cout << number_one << "+" << number_two << "=" << answer;
    	
    	cin.get();
    
    	return 0;
    
    }
      My Computer


  6. Posts : 2,997
    Windows Seven
       #1726

    Well done....I think.
      My Computer


  7. Posts : 1,641
    Dual-boot: Windows 7 HP 32-bit SP1 & Windows XP Pro 32-bit SP2.
       #1727

    So am I.
      My Computer

  8.    #1728

    Baroness von Shush said:
    Well done....I think.
    It gives the sum of whatever two numbers you enter, it's hardly a program to be honest
      My Computer


  9. Posts : 51,474
    Windows 11 Workstation x64
       #1729

    x BlueRobot said:
    Baroness von Shush said:
    Well done....I think.
    It gives the sum of whatever two numbers you enter, it's hardly a program to be honest
    Cant you do something useful and write us an app to make a UEFI bootable usb install stick!!!
      My Computers


  10. Posts : 1,641
    Dual-boot: Windows 7 HP 32-bit SP1 & Windows XP Pro 32-bit SP2.
       #1730

    x BlueRobot said:
    Baroness von Shush said:
    Well done....I think.
    It gives the sum of whatever two numbers you enter, it's hardly a program to be honest
    Thanks, I now understand what this is.:)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 20:42.
Find Us