by agwing
Celsius to Fahrenheit, basic C++
|
|
[2 replies] Last: Thanks! (by agwing)
|
by SnakeJam
Run another Program From Mine
|
|
[2 replies] Last: Thanks for the reply. It works great! (by SnakeJam)
|
by declan
Problem with program stalling with wait4() in gdb
|
|
[4 replies] Last: Hmmmm, ok. Best bet is to put it in a loop in my main program rather t... (by declan)
|
by jzone3
Open program on different computer
|
|
[no replies]
|
by jzone3
comparison is always false due to limited range of data type
|
|
[7 replies] Last: o i did not notice that that was in scientific notation (by jzone3)
|
by si828
Com Communication
|
|
[6 replies] Last: In serial communication, the problem is not always in your code. Th... (by bartoli)
|
dirty rectangles |
|
[2 replies] Last: Yeah the GPU does the drawing I just wanted to do this because I've ne... (by quirkyusername)
|
by akramlive
Updating files
|
|
[3 replies] Last: can you post what you have done in the code ? (by bluecoder)
|
by onako
"make" and library
|
|
[1 reply] : This is the content of my Makefile: STXXL_ROOT ?= /home/lapt... (by onako)
|
by denis90
Dumping font tables from VGA bios
|
|
[2 replies] Last: Yes I did, but maybe with the wrong keywords. Thanks kbw, that was ... (by denis90)
|
by gdppoquiz
how to search for a word match in a string array
|
|
[3 replies] Last: #include<iostream> #include<string> using namespace std; main(){... (by pyschoder)
|
by Yuri
VS C++ Project with mysql++ (Unicode)
|
|
[no replies]
|
by gdppoquiz
dictionary program (fstream)
|
|
[3 replies] Last: Well the easiest thing would be putting all the data of the file into ... (by Skillless)
|
by jammas615
implementing naviagtion between functions
|
|
[no replies]
|
by Fworg64
WTF does my function not work?
|
|
[5 replies] Last: It has to do with how 2D arrays are actually stored linearly in memory... (by Disch)
|
by EEVIAC
where will c++ be when nano technology kicks in ?
|
|
[4 replies] Last: I don“t want to harrass You, EEVIAC, but we already have nano technol... (by Incubbus)
|
by dbjohn
Assign reference address to variable
|
|
[3 replies] Last: I suppose you could, but it would be pointless and would destory the t... (by Disch)
|
by LostCoder
Opening files in a directory
|
|
[1 reply] : There are no such functions in the standard library. see boost : http... (by hamsterman)
|
by ibwood
Error reading data from USB ports on Linux
|
|
[1 reply] : It's because I'm using udev rules. I used the default ttyUSB* names an... (by ibwood)
|
by D Technodude
Plug Ins
|
|
[3 replies] Last: Did you read the link m4ster r0shi gave you last time? http://www.cpl... (by helios)
|