by Bogard
CRC8 (uint8_t) from uint16_t data
|
|
[1 reply] : I would not modify it. instead, force-fit the 16 bit data into 8 bit ... (by jonnin)
|
Arrays in ascending order |
|
[10 replies] Last: IIIIIIIIIIIIII absolutely got ittttt thank you so much for both of you... (by closed account 9G3v5Di1)
|
by surfersss
array of pointer
|
|
[7 replies] Last: > size of array is from user and size of string is also according to u... (by JLBorges)
|
by fredo
Finding occurrences of substring
|
|
[2 replies] Last: There is probably a hard to read and understand single zero loop ve... (by lastchance)
|
A simple program however doubts on it |
|
[2 replies] Last: muchas gracias compaƱero. thanks mate (by luciusFernatore)
|
by Cerdoken
need help with an assignment
|
|
[8 replies] Last: Hello Cerdoken, As I was scrolling back through your post of "Sep 19,... (by Handy Andy)
|
by Lilil
Getting the current time of day from hour, seconds, and minutes using structure C++
|
|
[2 replies] Last: Obtaining the current time of day doesn't require you to take user i... (by mbozzi)
|
by daryledevs
return from the visuals after the output
|
|
[11 replies] Last: Hi sir @jonnin, It's fine now Haha!! Clrscr(); didn't work. It just g... (by daryledevs)
|
by rororoxor
Calculation function
|
|
[3 replies] Last: Yessss it works! I put the numberOfBatches after the cin and now its... (by rororoxor)
|
by Aathy
How do I skip numbers?
|
|
[8 replies] Last: Oh, you're correct, he said any sixes, not just ends with six. Yep, ... (by Ganado)
|
by mirzasalman
function call into main
|
|
[3 replies] Last: @ blongho and @ mirzasalman First_Name="Mirza" should create a ve... (by Duthomhas)
|
by italo08
using stringstream draw Tic Tac Toe
|
|
[1 reply] : Replace "cout" with the name of your std::stringstream variable. Don't... (by Ganado)
|
Loosing identification when including header |
|
[4 replies] Last: Hey Andy thanks for the reply, You were right on the money I somehow f... (by BadAtEverything)
|
by itfreakas
Help with threads
|
|
[1 reply] : Double post: http://www.cplusplus.com/forum/general/242782/ (by Thomas1965)
|
by gijimbo
Class function prototypes vs definitions
|
|
[6 replies] Last: Yes, it cleared out the remaining errors. Thanks for your explanation.... (by gijimbo)
|
by quete5
Fewest number of bills
|
|
[4 replies] Last: Haha can't believe it was just out of order... double money; int r... (by quete5)
|
by GoForBroke
Pass variable to thread as reference (C++14)
|
|
[3 replies] Last: > And how this problem solved before C++11? Before C++11, the languag... (by JLBorges)
|
by mJueL
Help with Class and Operator()
|
|
[3 replies] Last: The problem is that a on line 18 'shadows' a on line 10. In other... (by coder777)
|
by WalkerGoldy
Recursively stripping a sentence, and checking for palindrome.
|
|
[4 replies] Last: Thanks for the help, I truly want to understand c++, just get confused... (by WalkerGoldy)
|
Using only do-while loops to make an inverted equilateral triangle |
|
[10 replies] Last: thank you so much.. I just need to understand well the codes you've ga... (by closed account 9G3v5Di1)
|