by Daleth
String literal with constexpr
|
|
[4 replies] Last: Alright, thanks for the suggestions. On a side note, how come you don'... (by Daleth)
|
by andywestken
C++ ARRAY_SIZE() - why you still need a macro
|
|
[no replies]
|
by Andersson
Inheritance problem
|
|
[2 replies] Last: Your comment made me start thinking in a new direction, I've solved i... (by Andersson)
|
by naz
How many bytes will the pointer intPtr of type int move in the following statement? intPtr += 3 ;
|
|
[2 replies] Last: 3*sizeof(int) bytes. So (b), (c) or (d) depending on machine. (by MiiNiPaa)
|
by Bilderbikkel
Runtime speed integer versus double
|
|
[2 replies] Last: MiiNiPaa, Thanks for the reference! I posted my conclusions (and tha... (by Bilderbikkel)
|
C++ Files / End of Line |
|
[2 replies] Last: The call to getline() is its own end-of-file condition: like most othe... (by Cubbi)
|
by naz
Choose the correct answer.
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/arrays/ (by Fransje)
|
by naz
Identify the errors in the following code segment and give the reason of errors.
|
|
[1 reply] : http://www.thegeekstuff.com/2012/06/c-constant-pointers/ (by Fransje)
|
by codedhrj
Building Bridges
|
|
[no replies]
|
by sam dhillon
Direct X is so hard
|
|
[1 reply] : You must understand the DirectX interface and the API functions associ... (by Nexius)
|
Thank you for all the help so far. Any ideas on this? |
|
[3 replies] Last: Hi dragonscrapper; i modifeid your code since it has alot of syntax an... (by Zaki Al Qudah)
|
Passing 2d array to pointer in C++ |
|
[4 replies] Last: In the code above the row and col are the wrong way round on line 18. ... (by andywestken)
|
by morando
ifstrem bytes buffer
|
|
[3 replies] Last: PS: looked at the execution of ifstream::read() for a large binary fil... (by Cubbi)
|
by ReVolt
C++ threads
|
|
[4 replies] Last: thanks, it's quite new to me so i did not know :) (by ReVolt)
|
by hello1111
Function problem
|
|
[3 replies] Last: The same way as it would return any other variable. Whatever turorial... (by MikeyBoy)
|
by Moloer
Question to come later
|
|
[1 reply] : Part (a) printf("%.3lf\n", d ); printf("%+12.2lf\n", d ); printf("%0... (by Moloer)
|
character array |
|
[1 reply] : Please note, that it is not a homework site. We won't do your homework... (by MiiNiPaa)
|
by DanT
Partial template specialization with template class
|
|
[1 reply] : Look here: http://stackoverflow.com/questions/5688355/partial-special... (by KRAkatau)
|
by crobar
Call to global fcn in template class static helper fcn result in linker errors, but not calls in member fcns?
|
|
[4 replies] Last: xhypot is a global function declared, in an included header in real.h ... (by crobar)
|
problem in float function of percntage |
|
[6 replies] Last: Thank you guys.. Its been so nice of you,,, its solved now,, #include... (by junaidkhan2013)
|