by deval90
how to convert from double to float?
|
|
[2 replies] Last: i was learning how to call the functions. i just changed all the doubl... (by deval90)
|
by rahulbansal
order of expression evaluation
|
|
[3 replies] Last: On second thought, I think each of the arguments are evaluated as sepa... (by helios)
|
by deval90
General question
|
|
[2 replies] Last: The question is poorly defined. It doesn't say what interfaces the fun... (by helios)
|
by Nona
by reference or by value
|
|
[1 reply] : Nona! go through this link http://www.tech-recipes.com/rx/1232/c-poi... (by skydbms)
|
by VictorH
casting
|
|
[1 reply] : Yes, but in C++ use static_cast instead size_t val = static_cast... (by jsmith)
|
by sammarcow
piping to interactive programs hang?
|
|
[no replies]
|
by Mythios
[SOLVED]Passing a 2D Array Into a Function?
|
|
[2 replies] Last: I challenge you to come up with the correct syntax to return said arra... (by jsmith)
|
by SNOW
Key
|
|
[1 reply] : You can use GetAsyncKeyState(VK_ESCAPE) from <windows.h>. GetAsyncKe... (by Scipio)
|
by Mythios
Is it possible to use the time.h to do this?
|
|
[3 replies] Last: Yes, now I see what you want :) I would make the time of seconds si... (by Scipio)
|
by priya 198787
antivirus software
|
|
[1 reply] : If your looking at programming a "whole" antivirus software... You'd b... (by Mythios)
|
by flamehead144
linking file stream with input file in C?
|
|
[3 replies] Last: Use the code formatting option to make you code more readable [c ode... (by guestgulkan)
|
by Tom Backton
Classes and DLLs
|
|
[7 replies] Last: Okay. I understand. Thanks :) (by Tom Backton)
|
by TParis23
Access violation reading from text file
|
|
[2 replies] Last: You maybe mis-interpreting the what you see. Those funny characters a... (by guestgulkan)
|
STL list random iterator |
|
[3 replies] Last: You could make a function to do it. template< typename Iterator ... (by jsmith)
|
How do I cast char array into childclass without breaking vtables? |
|
[6 replies] Last: Ok, but be aware that you will not be running any constructors or dest... (by jsmith)
|
by Tom Backton
Type casting and function parameters
|
|
[17 replies] Last: In other words, the conclusion is: for variables or small arrays it's ... (by Tom Backton)
|
by fire
Usage of mutator methods
|
|
[1 reply] : Personal preference. It is not more expensive if the methods are non-... (by jsmith)
|
how to keep the input order while inserting in multimap |
|
[3 replies] Last: Probably because he needs to at one moment get the elements based on t... (by helios)
|
by kunigami
Accessing members of parent class
|
|
[2 replies] Last: Sorry, it was a silly mistake! Actually member x was a vetor<int> typ... (by kunigami)
|
define classes with vectors? |
|
[3 replies] Last: If you create a struct containing the data, you will not be able to us... (by jsmith)
|