by gnobber
Bits in a byte
|
|
[6 replies] Last: A unicode character is 21 bits, or 3-bytes. This typically translates ... (by Duthomhas)
|
by tkurowski
Reading from serial port problem
|
|
[5 replies] Last: Well looks like Im the loser here. I have a line "#define ECHO" in my... (by tkurowski)
|
by gnobber
About climits
|
|
[5 replies] Last: More in the spirit of C++ (since you are using iostreams) would be to ... (by jsmith)
|
by jpfsanders
Question about division and double values
|
|
[7 replies] Last: Hi, Many thanks to all, as I suspected it was my own wrongdoings. I... (by jpfsanders)
|
by gnobber
What does the compiler do with multiple #include of same header
|
|
[8 replies] Last: Ok, it's still not too clear to me but im just beginning and I was jus... (by gnobber)
|
by gregre78
the difference between 'printf' and 'cin/out' is...?
|
|
[1 reply] : printf and scanf exist to maintain compatibility with C, C++ input and... (by Bazzy)
|
by aura
implementing a portion of template class list
|
|
[1 reply] : Not sure what your question is, but I can see that both erase and inse... (by jsmith)
|
by wizard25
Symbols
|
|
[1 reply] : 1) Ternary operator: http://www.cplusplus.com/doc/tutorial/operators/ ... (by Bazzy)
|
by pooh
doubt related to recursive functions
|
|
[3 replies] Last: hey thanks..i just realised i was calling the function instead of retu... (by pooh)
|
by JamesRussel
Airline Reservation System
|
|
[17 replies] Last: here it is: http://uploads.bizhat.com/file/406520 hope to benefit (by LOLY)
|
by kel1189
User-Defined function
|
|
[1 reply] : You can't define a function inside a function. Just move the definiti... (by Tevsky)
|
by Dodle
How to convert back to a string?
|
|
[3 replies] Last: while (entry = readdir(directory)) { if( strcmp( ... (by Hammurabi)
|
by wdmd1982
enquiry about pointer
|
|
[1 reply] : Because your pointer does not point to anything, and thus when you der... (by Disch)
|
by datta016
New to C++ Embedded Systems Programming
|
|
[3 replies] Last: And here is the code... I do recommend to try this on your own though.... (by datta016)
|
by fire child
I think I went in the wrong direction (1,2)
|
|
[20 replies] Last: thank you all so much that was completely awesome, you rock!!!!!!!!!!!... (by fire child)
|
by mcleano
Ambiguous Error
|
|
[12 replies] Last: Yeah you're right. (by Return 0)
|
by sonicam
MS Visual C++ Express 2008 problems
|
|
[11 replies] Last: h=999 isnt doing anything, just lettin u know (by jloundy)
|
by flopdong
arrays as integers.
|
|
[2 replies] Last: The modulo operator is what you are looking for. For example, the n... (by Duthomhas)
|
syntax error assistance please |
|
[4 replies] Last: your code program...... // Circle.cpp : Defines the entry point... (by jloundy)
|
by arcadiu
C++ Game Programming
|
|
[2 replies] Last: In order to be successful at creating any decent game you're going to ... (by Return 0)
|