by Yany
How to send data to a POS Printer via USB
|
|
[2 replies] Last: Thank you Thomas. It worked! This link was the key! The whole day prow... (by Yany)
|
by JMerit
Help with ShellExecute to open program
|
|
[6 replies] Last: Is there a way to assign the file path from the code you posted to a... (by Thomas1965)
|
by cppppc
SFML issues??
|
|
[7 replies] Last: Thanks a lot to all! (by cppppc)
|
by ttiimm13
question about class and mutators
|
|
[1 reply] : You could but it'd just be the overloaded ctor in disguise: #include... (by gunnerfunner)
|
by Josd32
Changing The Color Of A Bouncing Ball
|
|
[1 reply] : SetBkColor does not work like this. This function fills the gaps bet... (by Thomas1965)
|
by TinyTertle
Strange output format error
|
|
[5 replies] Last: Ok - in effect the tab character was part of the program input - in t... (by Chervil)
|
by spark1313
C++ Writing Binary Dump and Writing to Binary from Dump
|
|
[3 replies] Last: A solution has been implemented and I am posting if anyone needs the h... (by spark1313)
|
by jathavedhan
Element Searching Easiest
|
|
[1 reply] : cout<<"Element Not Found!!!!!"; is in the wrong place - it should be... (by Chervil)
|
by TinyTertle
How to access map key and mapped types
|
|
[3 replies] Last: Well that was pretty dumb of me. Also... aren't you simply re-impleme... (by TinyTertle)
|
by henryhung
Mean and Standard Deviation
|
|
[5 replies] Last: Your function declaration/prototype parameters don't match your functi... (by integralfx)
|
by user42
c++ program need help strings (1,2)
|
|
[20 replies] Last: Because when you input something (I have a feeling it's only in char a... (by Troaat)
|
by PimentaJoao
Keyboard input simulator
|
|
[1 reply] : On Linux and maybe Apple stuff, look into xdotool . On Windows, loo... (by mbozzi)
|
by DragonOsman
Chapter 4 Exercise 4 in PPP 2 Number-Guessing Game
|
|
[4 replies] Last: Your 'middle' variable never goes above 51, and the program guesses th... (by mrgh05t)
|
by VTBear
C++ Assign Seating Chart Array
|
|
[3 replies] Last: Your code seems to be working pretty well, though it could be tidied u... (by Chervil)
|
by VTBear
C++ book assignment
|
|
[1 reply] : Your input file format is not accurate - there is a stray 5 on the fir... (by gunnerfunner)
|
by akshayhigh
Template Code Instantiation
|
|
[4 replies] Last: Thanks a lot , commenting the code block in List.c file in Linux pla... (by akshayhigh)
|
by nefidrntes
Files , not compiling , any suggestions ?
|
|
[2 replies] Last: // Error! You can't return `count` from a function that returns nothi... (by mbozzi)
|
by Putarda
How to determine if 2 points in 2D space make right triangle?
|
|
[3 replies] Last: Assuming the third point is the origin -- take the inner product of th... (by mbozzi)
|
by Thunderchook
\n attached to final string in delimited getline?
|
|
[9 replies] Last: Ah-hah! A simple, stupid mistake on my part! Many thanks! Currently ... (by Thunderchook)
|
by ssoffel
Recommend a text book on Templates
|
|
[1 reply] : Classic (2002): 'C++ Templates: The Complete Guide' by Josuttis and Va... (by JLBorges)
|