Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for coolkeg

Ok so i have a uni assignment to delete lines of text out of a text file, so far i have figured out how to search the text file for specific bits of text, i,e name of user, ive also used a loop to find out what line in the …

Member Avatar for Oxiegen
0
2K
Member Avatar for Catherinedally

hi, im at college also and seems like were making similar sort of programs, we started in command line applications tho not visual, anyway could you not do a [10,4] multi-dimensional array and do a for loop for (loop = 0; loop < 10; loop++) {} and then inside the …

Member Avatar for coolkeg
0
132
Member Avatar for mdew_47

to my knowledge it depends on the compiler your using, i have a borland c compiler, which outputs all programs in cmd, or atleast they must be run from cmd. but i also have anouther compiler called lcc-win32, which gives the options to open in windows mode, but i dont …

Member Avatar for Clockowl
0
101
Member Avatar for coolkeg

hi guys, I'm new to C language and am currently using an online tutorial, ive been doing prety well on my own until now. Basicly the problem is with the "while" command, when i copy and paste the code im working with from the tutorial site into a word pad …

Member Avatar for Aia
0
144
Member Avatar for coolkeg

O.k i searched the site but didn't find anything related to my problem. all ive done is made a simple calculator using the "else if" command. I'll post my coding and compiler errors below. [code] #include <stdio.h> main() { int valid =0; char operator; float number1,number2,sum; printf("calculator\n"); printf("number\t operator\t number"); …

Member Avatar for Aia
1
130
Member Avatar for tmondragon

hi all :) I'm also new to this site and to some extend computers. i completed a computer course in troubleshooting so i can configure basic network problems and windows issues, however i am now looking to improve my programming skills. I am currently self-teaching myself c which seems to …

Member Avatar for zandiago
0
97

The End.