by ohsimplyme
Looping data into a output file
|
|
[2 replies] Last: Thank you @joe864864!! (by ohsimplyme)
|
by elieh
yes or no loop back
|
|
[4 replies] Last: Make use of the toupper function to halve the logic: #include <cctyp... (by TheIdeasMan)
|
by doodle123
Need help with getting file output to console
|
|
[1 reply] : @doodle123 You have one array of 10, which will hold only one student... (by whitenite1)
|
by fguy
Basics of reading text files and counting characters
|
|
[2 replies] Last: I am using the text editor pluma for coding. pluma comes with the MA... (by fguy)
|
by wolfv
compare different length files
|
|
[8 replies] Last: Thanks again mbozzi. This works as intended: #include <stdio.h> #inc... (by wolfv)
|
by Grichards16
Confused and need help
|
|
[2 replies] Last: Alright thank-you for the help! If I have any more questions I will po... (by Grichards16)
|
by ahogan
How do I make my code modular - include header, source and main files
|
|
[8 replies] Last: Thank you all, i think I just got a little impatient with this one sti... (by ahogan)
|
by SVcpp
Classes/Vimrc help
|
|
[1 reply] : vim is unrelated. > "no matching function call to 'strcpy'." > "cann... (by ne555)
|
by subconix
If/else sorting problem
|
|
[1 reply] : check out lines 44--45. Also, you ignore some cases when calculating ... (by ne555)
|
by passingBy
Output problems with homework-first time posting
|
|
[4 replies] Last: Nothing's wrong with std::system() in the general case, however, it's ... (by mbozzi)
|
by Hohenheim
TWebBrowser getElementByID
|
|
[7 replies] Last: I feel a bit silly now that I've tried the german code: This one find... (by Hohenheim)
|
by imastruggler
Help I'm really confused here?
|
|
[2 replies] Last: Yeah, it does want a couple returns and I'm using an outstream too. It... (by imastruggler)
|
by Jonh
ascii code
|
|
[2 replies] Last: char x; if((x>='A' && x<='Z')||(x==' .')||(x==' ,')||(x==' ')) ... (by Jonh)
|
by TommyGun4
Outputting incorrect values
|
|
[3 replies] Last: Well, it's correct to a sensible tolerance when the limits are 0 and 2... (by lastchance)
|
by casey250
Need help in skipping a line of text from a file when using a loop
|
|
[3 replies] Last: Again, OP deletes original post after getting help thereby ensuring no... (by gunnerfunner)
|
by haoz
Catching both SIGTERM and SIGINT and exiting properly
|
|
[2 replies] Last: I have seen those pages, although maybe I don't understand all of thei... (by haoz)
|
by mys 97
got finite output (do... while)
|
|
[4 replies] Last: owh... hahahah.. how can i miss look that things. its proved. thanks... (by mys 97)
|
by TheZambieMan
Can I improve this code?
|
|
[5 replies] Last: Is there a limit in how much a code can be improved? :-) https://e... (by closed account 48T7M4Gy)
|
by xxvms
if else...
|
|
[3 replies] Last: if you replace else if with just if then it prints correct part of th... (by Enoizat)
|
by CoderGirlV
Problem printing vector
|
|
[4 replies] Last: Hi, CoderGirlV. Why don't you follow the given requirements step by st... (by Enoizat)
|