- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
6 Posted Topics
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 …
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 …
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 …
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 …
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"); …
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 …
The End.
coolkeg