integer

  1. NoasArcAngel

    The AMD FX-8350 is not a true Octacore CPU.

    Piledriver is still based on the same basic design as Bulldozer, with the ‘8-core’ chip containing four Piledriver modules, each of which contains a pair of integer cores. While AMD markets these as individual CPU cores, each module’s pair of integer cores shares a number of resources, including...
  2. E

    Read and Write 3D array to a file in VB.net

    My Problem is i have a 3d integer array which i havenot been able to save successfully as a binary file. My code is somewhat like this (including a serializable class of which the array is a part) For i As Integer = 0 To 4 For j As Integer = 0 To 9...
  3. R

    sum of four squares of an integer

    i am stuck with the c/c++ program to express an positive integer as the sum of squares of 4 integers plizzzzzzzzzzz help if 78 is entered as input,................... the output should come out as 6^2+5^2+4^2+1^2=78
  4. Zangetsu

    A simple program help???

    Hi Guys, :oops: If have a problem in solving this & i googled but cudn't find ne solution... if integer a = 12345. write a program (without using any in-built function) in C++/C# or VB.NET. to find the length of integer a (obviously in this case it is 5).remember if its array then its...
  5. jerin3013

    Firefox: Extreme Speed!

    Once you've loaded up firefox go to the address bar and type or copy and paste: about:config Right click and select: New -> Integer Name the integer or copy paste: nglayout.initialpaint.delay Change the integers value to: 300 You can also use 0 (zero) as an Integer Value, if...
  6. ~Phenom~

    How to print this ???

    Hi, I need a program which can print a pyramid like below , with taking height of pyramid in integer from user as input. ********** A *********A B A ********A B B A *******A B C B A *******A B C C B A Asterisks should be replaced by whitespaces.Please reply ....
  7. nileshgr

    Python: How to check integer ?

    Hi I am new to Python. Suppose an app is accepting input then how do I validate that it is integer or not ?
  8. koolbluez

    FireFox Speedups - Newer tips

    Well, continuing from BitFox, FireFox-Ko(the post ends with a link to FireFox wallpapers & stuff!) posts earlier, this is a new installment. Well, these r a few known & unknown(till u finish readin this post, of course) tips to enhance ur already redefined web-experience. Mozilla Firefox is a...
  9. G

    helping out with sample programs in c++

    Anyone please, help me write these patterns in c++ 1. 1 212 32123 4321234 32123 212 1 2. 1 121 12321 1234321 3. WAP to find sum of digits of an integer and continue summing the digits till the last sum is single digit. 4. WAP to convert decimal number...
  10. G

    helping out with sample programs in c++

    Anyone please, help me write these patterns in c++ 1. 1 212 32123 4321234 32123 212 1 2. 1 121 12321 1234321 3. WAP to find sum of digits of an integer and continue summing the digits till the last sum is single digit. 4. WAP to convert decimal number...
  11. S

    Browsers, Firefox: Make firefox 10x faster, 100% working

    Here's how tu speed up youre firefox 10x faster 1. Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries: 2. Alter the entries as follows: Set "network.http.pipelining" to "true" Set "network.http.proxy.pipelining" to "true" set...
  12. G

    prob in VB6 code

    hi.. I am creating a VB6 version of the popular CRAPS game..i think most programmers have come across it..if u dont kno it ..here r the rules.. it involves the player rolling two dies..if the sum of the two dies is 7 or 11 on first throw..the player wins...if the sum is 2,3 or 12..he loses..if...
  13. hcp006sl

    Speed up FireFox 1.x

    Start Mozilla FireFox and type "about:config" in the address bar, make Enter. Then look for the following entries: network.http.pipelining network.http.proxy.pipelining set the values to "true". (Right-click on those items → select 'toggle') next create a new integer. Name this value...
Top Bottom