by vitcal
loop of trapezoidal integration
|
|
[no replies]
|
by awong918
How to store words from the same text document into a char and a string array?
|
|
[5 replies] Last: Nice code, too bad it isn't even close to following the assignment dir... (by jlb)
|
by ancientBC
help please
|
|
[1 reply] : sigh politics has invaded even programming assignments I see. Best st... (by jonnin)
|
by kp14
C++ : Issue with linking CryptoPP library
|
|
[1 reply] : It looks like you provide an invalid template parameter. (by coder777)
|
by Moobman
Continue program after login?
|
|
[2 replies] Last: Line 36 is wrong. It compares the address of the pass array with the a... (by dhayden)
|
by Moobman
How do i repeat this search?
|
|
[5 replies] Last: Something like this, i think is what you want /** * @file readSearc... (by longberns)
|
by johage03
How do I stop a endless loop?
|
|
[3 replies] Last: #include <iostream> #include <string> #include <cctype> char menu() ... (by JLBorges)
|
by fassintaak
'endl' and 'end' not recognised
|
|
[3 replies] Last: Thanks guys very helpful! Back on track... for now ;) (by fassintaak)
|
by Kevin211
Question about Headers and Source Files
|
|
[3 replies] Last: Another important aspect is compile times. If your whole program was a... (by Peter87)
|
by awong918
How to use strncpy?
|
|
[2 replies] Last: There is no need to replace comments with spaces. Just terminate your ... (by Thomas1965)
|
by awong918
Program with c-string functions
|
|
[3 replies] Last: I tried to use getline, but it only works with string, not char. Th... (by jlb)
|
by bleah1
What is wrong here ?
|
|
[2 replies] Last: If you want Derived to have all the constructors that Base has you can... (by Peter87)
|
by Masonbrady3
Debug
|
|
[1 reply] : This while(selection = 'x') is the problem. You assign 'x' to select... (by coder777)
|
by Masonbrady3
Debug
|
|
[1 reply] : The problem is that the index 10 is out of bounds. Hence (when you ent... (by coder777)
|
by Masonbrady3
Debug
|
|
[2 replies] Last: You have several keywords misspelled: cot and edl . You seriously... (by closed account E0p9LyTq)
|
by cidex
Highest sum of array row
|
|
[5 replies] Last: So my problem is how I output the rows nr which has the highest sum? ... (by keskiverto)
|
by geo28t
Boolean functions with strings
|
|
[no replies]
|
by fivestar
Char
|
|
[13 replies] Last: @fivestar Here's a program that outputs your desired program's sour... (by Ganado)
|
by barry23
Write a function that computes how many digits two positive integers m and n have in common
|
|
[10 replies] Last: There’s no such thing as a “silly” question. You’ll keep askin... (by Duthomhas)
|
Why won't I get the sum? |
|
[4 replies] Last: Hello ismaelxhuerta, There are a few things that need to be changed i... (by Misenna)
|