by chuvak
DO WHILE loop not behaving as expected
|
|
[4 replies] Last: Hi, I would make some other changes too: I don't like the use of the... (by TheIdeasMan)
|
by ahswong
error: exited with non-zero status
|
|
[1 reply] : Hi, I ran the code and had no output but normal termination (returned... (by TheIdeasMan)
|
by chrislayman
C++ for loop infinite
|
|
[3 replies] Last: Usually, identifiers in ALL_CAPS are reserved for macros. Because ma... (by mbozzi)
|
by Demii
Looping through and comparing two string arrays
|
|
[6 replies] Last: Thank you for that example, that clears a lot up for me, I don't know ... (by Demii)
|
If and Else How to write more efficient |
|
[3 replies] Last: This is not a "with If and Else" solution: int convert2clamp( int mar... (by keskiverto)
|
by gnickerson19
Need Help on Polynomial Programming assignment
|
|
[2 replies] Last: Plus, that PDF is behind a login wall :) (by Repeater)
|
End keys in c++ |
|
[1 reply] : See documentation for getch() https://docs.microsoft.com/en-gb/cpp/c-r... (by Chervil)
|
why it gives me character eventhough getch() will return integer |
|
[2 replies] Last: crystal clear...thanks repeater...you make my day (by phongvants123)
|
by spartannn
Error with OOP inheritence
|
|
[5 replies] Last: Funny, I did it in Visual studio, restarted it and now it worked. Than... (by spartannn)
|
by Alistair888
Why do these two consecutive loops cause a segfault?
|
|
[8 replies] Last: Just my 2 cents worth, but I think it's an important convention: IMO ... (by TheIdeasMan)
|
by masterinex
T' illegal use of this type as an expression
|
|
[1 reply] : #include <boost/mpl/list.hpp> #include <boost/mpl/contains.hpp> usin... (by JLBorges)
|
by brownie206
Euler Method for DNA assembly
|
|
[14 replies] Last: @Duthomhas no offense taken. I know a bit of R but, unfortunately, the... (by brownie206)
|
by tf245yay
How can I read in an array of C-Strings from a text file?
|
|
[1 reply] : You need something that can find that text in the file. That means the... (by Duthomhas)
|
by Irhcsa
Pathing issue
|
|
[3 replies] Last: Thanks guys! (by Irhcsa)
|
by von1997
error problems
|
|
[1 reply] : What is the type of player ? You do set it on line 1. Does type Pla... (by keskiverto)
|
Txt file help |
|
[1 reply] : What is meant is that you are "shifting" the positions of symbols in... (by Duthomhas)
|
by axcelenator
Implementing c_str()
|
|
[6 replies] Last: I am apparently having an extra bad day @ c++. My apologies! (by jonnin)
|
searching text file |
|
[3 replies] Last: ooh thx guys.Obviously the file names had to be same.It didnt strike m... (by closed account 1vf9z8AR)
|
by klipwc
ofstream unable to access file no matter what
|
|
[7 replies] Last: I made duplicates and placed them in all folders but it didnt work eit... (by klipwc)
|
eassy but difficult for me |
|
[1 reply] : Try it with line 8 int b = 7 You have just discovered undefined behav... (by closed account 48T7M4Gy)
|