by HimikoUke
Health programing
|
|
[6 replies] Last: #define maximum 999999 #define minimum 999999 Since you don't use th... (by Thomas1965)
|
by compsci20
Gross and Net Income Problem
|
|
[1 reply] : (1) Please use code tags for code samples. (See the first item in the ... (by lastchance)
|
by j1997
Why wont this square root properly?
|
|
[6 replies] Last: If you are going to do it this way you should use atan2(y,x) rather th... (by lastchance)
|
by technologist
confounded
|
|
[4 replies] Last: It seems your IDE is using gcc rather than g++. If the linker is invo... (by kbw)
|
by SSteven
money_get<> facet uses moneypunct's neg_format()
|
|
[3 replies] Last: > Perhaps, the moneypunct<> facet should have had 3 members: > WIth th... (by JLBorges)
|
Can someone tell me what is wrong with these lines of code i am a novice |
|
[2 replies] Last: You have no ; after variable declarations. (by Arctic)
|
by Volundr
Program not reading source files or functions
|
|
[3 replies] Last: Excellent! That seemed to do the trick Chervil, thanks so much! And I ... (by Volundr)
|
by j1997
PLEASE HELP: converting complex numbers to polar form
|
|
[5 replies] Last: the sample programs on the site I linked HAVE most of what you need in... (by jonnin)
|
by Albuquerster
How convert jpg to avi?
|
|
[1 reply] : At this point you're just spamming. You already have a topic at http:/... (by Ganado)
|
by Mihnea
Can I learn embedded C/C++ alone, at home?
|
|
[6 replies] Last: Thanks for the info, the only simulator that I found for running C cod... (by Mihnea)
|
by wilkejon000
Universal Number?
|
|
[2 replies] Last: #include <iostream> int main() { const int MIN_GRADE = 0 ; c... (by JLBorges)
|
by DameDim
Problem with Class Inheritance
|
|
[2 replies] Last: Thank you very much! (by DameDim)
|
by Albuquerster
How convert bmp to avi
|
|
[1 reply] : You may take a look at this: https://www.codeproject.com/kb/graphics/... (by coder777)
|
by MulStudent
URGENT Need to pass up my assingment in 1 hour
|
|
[1 reply] : Fetching data from keyboard: int fetchDataFromKeyboard() { int x; ... (by Repeater)
|
by heepoo
lzma: whats the problem with my compress / decompress function?
|
|
[2 replies] Last: if (LzmaCompress(..., (size_t*)LZMA_PROPS_SIZE, ...) == SZ_OK) It's ... (by kbw)
|
by H00G0
Organisation of game headers and class & path finding algorithm question
|
|
[1 reply] : It is not really clear what the problem actually is. If you have inco... (by coder777)
|
by MulStudent
can someone help me with this assignment and i need to pass it up in 1 hour
|
|
[no replies]
|
by fizzixgal
Calling a virtual function from a derived class constructor
|
|
[2 replies] Last: Thanks for your reply! What you say makes sense and is consistent with... (by fizzixgal)
|
by fizzixgal
C++ code segfaults when compiled -O with Apple's LLVM compiler, but not with g++ -7.2.0
|
|
[11 replies] Last: @JLBorges: thanks. Actually I had tried running it with command-line l... (by fizzixgal)
|
by sailfish009
declare std::vector with N size in struct member
|
|
[4 replies] Last: You'd have to post a *minimal* program that produces that message: the... (by Cubbi)
|