Using same usb connection for 2 dll's |
|
[1 reply] : Maybe have the main program centralize communication to the port, rath... (by helios)
|
c macros |
|
[8 replies] Last: @abstractionAnon: i want to build my own path based on the os. (by Aramil of Elixia)
|
by UglyIgloo
Loop main() without redeclaring variables?
|
|
[3 replies] Last: According to section 3.6.1 Main function of the C++ Standard 3 The ... (by vlad from moscow)
|
by dallas
Is C++11 regex ready for prime time?
|
|
[9 replies] Last: Boost regex is working great. Thanks all for the help! (by dallas)
|
by cowingzitron
Rules for declaration/definition separation
|
|
[1 reply] : What are the actually enforced RULES for separation of declaration/d... (by Moschops)
|
by viliml
What does it take to specialize basic_i/ostream? (1,2)
|
|
[23 replies] Last: > I don't want conversion ... just regular char16_t intput and output!... (by JLBorges)
|
by agent47
Problem with Void Pointer Casting
|
|
[4 replies] Last: i tried two forms of casting: // main.c CAEN_DGTZ_DPP_PSD_Event_t ... (by agent47)
|
by nerrazzuri
WriteFile input as Boolean
|
|
[1 reply] : if you do cin>>boolalpha; It will accept "true" as true, and everyth... (by viliml)
|
by sibendudey
Output of the program,intresting..
|
|
[5 replies] Last: http://www.cplusplus.com/articles/Lz18T05o/ (by Moschops)
|
by iantac
Binary Search Algorithm for a "text file" in C++
|
|
[14 replies] Last: haha I did it THANKS A LOT! first I placed all the words in a array a... (by iantac)
|
by xantavis
reseting an array, possible?
|
|
[5 replies] Last: @mathcat As you are talking about char array as string, just set yo... (by vlad from moscow)
|
by awsdert
Read/Write Multi Level Array to file
|
|
[3 replies] Last: Thx, didn't wan't to risk destroying the data before consulting the fo... (by awsdert)
|
by killerloader
Help with parellel input and ouput.
|
|
[3 replies] Last: OK it seems that i can't use '39dll' with the WIn32 program, so i need... (by killerloader)
|
by Lim Boon Jye
Can someone explain how its work
|
|
[4 replies] Last: Surely your teacher has given you enough of an idea to do the assig... (by TheIdeasMan)
|
by mk532
data file handling
|
|
[no replies]
|
by ayanda83
WHAT IS THE BEST BOOK TO LEARN OOP FROM
|
|
[1 reply] : Pure OOPS: http://www.amazon.com/Designing-Object-Oriented-Software-Re... (by JLBorges)
|
by vw4x4
what do you mean by a standard output stream ?
|
|
[4 replies] Last: And this is exactly the same question as your earlier thread. Edit: A... (by TheIdeasMan)
|
by vw4x4
what is the concept behind cout object?
|
|
[5 replies] Last: It's been previously recommended you read Wikipedia's description of s... (by kbw)
|
by catprog
Boost: Serilization help
|
|
[no replies]
|
by Techy0
Program Runs But Doesn't Work How I Want It To
|
|
[7 replies] Last: I think I just need redo some parts in a more organized way and add so... (by Techy0)
|