- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
4 Posted Topics
hi...I am running rhel5.4. I have enable UserDir in apache and get the forbidden error while trying to access [url]http://localhost/~lanor[/url] I have set set permission for user Lanor 711 for home dir "lanor" and 755 for "public_html" Is it that I have to set the above permission for the user …
Not what one would call a program....but it works [CODE]#include <stdafx. #include <iostream> #include <string> using namespace std; int main() { // Array Declarations -- hard code int ID[5] = { 1234, 3225, 4413, 6438, 1358}; float Ex[5] = { 81.21F, 74.53F, 90.50F, 74.81F, 62.31F}; float Lab[5] = { 83.57F, …
pass by reference [CODE]void absurd (string &a, string &b) { a="50"; b="70"; }[/CODE]
Hi...I am not able to input text file correctly as desired...... data.txt -------- Jim A James A+ Smith Cathy D Dazy Peter C I am suppose to input the above file and fill the above data in two seperate arrays. For the second column, I am suppose fill NULL value …
The End.
Lanor