Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Tags
Member Avatar for opposition

Hey, Im a little new to apache and have just installed it on my ubuntu remix netbook, ive got it working fine but for some reason its not doing anything in the .htaccess files, ive created some random directorys inside /var/www/... and put a .htaccess which only has "deny from …

Member Avatar for abcd11
0
316
Member Avatar for opposition

Hey was just wondering if there was a way I could share the private data with another class, without including it as a object of that class, for example, i have 2 classes, class A and blass B. class 'A' reads in from a txt file and stores its data …

Member Avatar for daviddoria
0
169
Member Avatar for opposition

Hey, ive written a piece of code which reads from a file called test.txt. all it does is use strtok to seperate the data from the spaces because there are alot of them, and then print them out, this worked fine when i did a test for just 1 line, …

Member Avatar for opposition
0
109
Member Avatar for opposition

Ive been given a task where i read in a line of text from a file, and then need to seperate that line into seperate strings, ive done this however I also need to keep some attatched... the file contains "abc def ghi jkl mno", this is read in using …

Member Avatar for Narue
0
149
Member Avatar for opposition

Hey, Im just wondering if there is a fuction that already exists which finds a character in a string and then ignores everything after it. Its reading in a whole line from a text file and then suppose to seperate it. [QUOTE] char myString[500]; indata.getline(myString, 500, '\n'); [/QUOTE] the text …

Member Avatar for iamthwee
0
120
Member Avatar for opposition

Hey, I am trying to read in a random number of ints from a file into an array of pointers, while also incrementing the size of the array to match the number of new ints... I have come up with this piece of code which somehow works, but doesnt store …

Member Avatar for ithelp
0
78
Member Avatar for opposition

could someone please show me how i would be able to reverse the printout of a linked list?, i have gotten it to print out in the right order but not sure how to make to printout in reverse. here is my current code, [CODE] void print(node*& head) { node* …

Member Avatar for opposition
0
81
Member Avatar for opposition

Hey, Im having some trouble with linked lists, I have been givin a task where I am asked to crreate a linked list which reads in a random set of chars from a .txt file and stores them in a linked list, then prints them out in a seperate function. …

Member Avatar for opposition
0
106