problem of a simulator |
|
[1 reply] : > printf("A = "); int a = (int)(fgets(buff, 64, stdin)); > printf("\n... (by salem c)
|
by gigacapybara
Pointer program that creates a memory map table
|
|
[2 replies] Last: @seeplus cout << setw(15) << "Variable" << setw(15) << "CONTENTS" <<... (by gigacapybara)
|
by a7300235
the sequence of including headfiles
|
|
[2 replies] Last: No, the ordering of standard library headers should not matter (assumi... (by Ganado)
|
by zoyeava
help with _getch()
|
|
[1 reply] : Both _kbhit() and _getch() are windows functions. How do get it to wor... (by coder777)
|
by a7300235
the confusion on c library
|
|
[3 replies] Last: Right, round also exists in the C standard library, so perhaps it wasn... (by Ganado)
|
by vittorioc98
Orphaned process doesn't receive SIGHUP
|
|
[1 reply] : https://linux.die.net/man/2/getppid Change this line. printf("test,... (by salem c)
|
by ALNLAA
A little help with switch statements
|
|
[6 replies] Last: Friendly tip: When you say "it doesn't work", tell us specifically wha... (by Ganado)
|
by acprog
Show the array (nxm) and navigate it with cursor
|
|
[3 replies] Last: It isn't especially hard, but it isn't simple. However, this is my re... (by Duthomhas)
|
by Jhokuu
[issue] code not reading for loop properly
|
|
[2 replies] Last: #include <string> #include <iostream> constexpr size_t array_size {... (by seeplus)
|
by moosemb
urgent help with input problem
|
|
[1 reply] : The user can theoretically type in bad input, such as "abc", so you ne... (by Ganado)
|
by Leo2505
How can i print argv
|
|
[2 replies] Last: https://en.cppreference.com/w/cpp/utility/program/EXIT_status (by ne555)
|
by derpus
Cannot output ansi colour codes with fstream
|
|
[13 replies] Last: > if anybody could explain to me why using the '\e' in the text file d... (by salem c)
|
by sito20
Sales_item.h: no such file or directory
|
|
[2 replies] Last: I found a link to a file with the header name on a subsequent page, th... (by sito20)
|
by jeyc
c++ login system
|
|
[1 reply] : welcome! please put code tags around this, edit your post and highlite... (by jonnin)
|
by vittorioc98
Can't handle signals after changing process group
|
|
[1 reply] : https://man7.org/linux/man-pages/man2/setpgid.2.html Scroll down to th... (by salem c)
|
by GetCoding
Error trying to use a for loop with input validation using tolower() and .length()
|
|
[10 replies] Last: Just keep posting in this thread, starting a new thread is ultimately ... (by TheIdeasMan)
|
by Jhokuu
Running into a snag with an error
|
|
[2 replies] Last: foo.cpp|50 col 16| warning: unused parameter 'arr' [-Wunused-paramete... (by ne555)
|
by learner999
Normal distribution random values sum to 1
|
|
[15 replies] Last: @ lastchance,no, it is not you, it is me who could not explain the th... (by learner999)
|
by mar99
Searching string for a partial string, using structures: displays both 'found' and 'not found' statements?
|
|
[15 replies] Last: Perhaps (not tried): void findCustomer(const string& name) { size_... (by seeplus)
|
by BigTim
Making a bank account display certain amounts
|
|
[1 reply] : sorry, what do you want it to do? Explain exactly what you want ... t... (by jonnin)
|