by shadewe
files are damaged after being downloaded from an ftp server through sockets
|
|
[3 replies] Last: all modern software is coded to handle the minor differences in text f... (by jonnin)
|
by ofeliedeceai
Function that prints the frequency of all words that appear in two given texts?
|
|
[12 replies] Last: So how exactly would I iterate through words using pointers? You did... (by Thomas1965)
|
by samtheman
double space:
|
|
[1 reply] : You should use [ code ] [ /code ] tags (without spaces) around your ... (by icy1)
|
by JayGln
gas pump
|
|
[5 replies] Last: Just keep it simple to start with. Public methods of a class are the ... (by icy1)
|
by richieH1997
incompatible types in assignment of 'int' to 'int [7]'
|
|
[12 replies] Last: const tells the compiler you, the programmer, won't be trying to cha... (by closed account E0p9LyTq)
|
by DigiLei
c++ transformation from for to while and do while loop
|
|
[4 replies] Last: make a program that can calculate the total average of the amount of ... (by closed account E0p9LyTq)
|
by DigiLei
c++ yes/no do while loop
|
|
[4 replies] Last: Two unrelated suggestions: 1. Indent your code to match the actual blo... (by dhayden)
|
by DigiLei
C++ annual budget of hospital
|
|
[4 replies] Last: Thanx (by DigiLei)
|
by cabbdeng
Trouble with array doubling.
|
|
[2 replies] Last: You did almost everything wrong. 1. You declared the jobs array as a ... (by tpb)
|
by samir1996
Need help to understand the error messege
|
|
[3 replies] Last: Thanks a lot ,both Andy and repeater.This helped me a lot (by samir1996)
|
by adam2016
feel defeated (1,2)
|
|
[30 replies] Last: Ooh thanks. But first I gotta get that SSD. Only 8 gigs left on the la... (by zaphraud)
|
by adam2016
strange output with c style strings
|
|
[2 replies] Last: And by the way char *p and char *c should be const qualified variables... (by jlb)
|
by stav
cin.get counts newline as character?
|
|
[7 replies] Last: Now I looked up for this topic, and I found at "http://en.cppreference... (by nuderobmonkey)
|
by Elarionus
Critique and Optimize my code?
|
|
[1 reply] : 35 and 11 should only appear once in the code, assigned to variables, ... (by icy1)
|
Outputting words with same information from a text file |
|
[4 replies] Last: should be fully working now at the same link, https://repl.it/repls/Ug... (by icy1)
|
by One Pea
Why does a loop like this produce an infinite number of 2s?
|
|
[1 reply] : Your code overwrites y , which does not exist. It is not part of the... (by Repeater)
|
by Banana4scale
Need help debugging logic errors and booleans.
|
|
[2 replies] Last: In getBoolean you're using = (the assignment operator) where you mean ... (by tpb)
|
by lsam18
Max and Min numbers goes wrong
|
|
[6 replies] Last: perhaps try C++ ! Much more fun than C, I assure you C++ is more fun... (by Thomas1965)
|
Outputting information from a text file |
|
[3 replies] Last: thanks i managed to modify the program and use it how i want it, but i... (by badatcoding67)
|
by AlexPlanks
Homework Problem: I do not understand how to "define" functions
|
|
[7 replies] Last: indentation is all over the place, but otherwise it's a well-organized... (by icy1)
|