Search Results

Search: Posts Made By: zius_oram
Forum: Programming 03-10-2011
3,612
Posted By zius_oram
a loop to iterate through user given range...
a loop to iterate through user given range excluding first (++i) element and last element (i < j).
Forum: Programming 03-10-2011
3,612
Posted By zius_oram
You are using a conditional if() statement and...
You are using a conditional if() statement and not a loop, some changes and it works


#include <iostream.h>
int main()
{
int i, j;
cout << "Enter two numbers:" << endl;
cin >> i >>...
Forum: Programming 06-12-2010
8,632
Posted By zius_oram
The following operating systems conform (i.e.,...
The following operating systems conform (i.e., are 100% compliant) to one or more of the various POSIX standards

A/UX (http://en.wikipedia.org/wiki/A/UX)
AIX...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy