by metulburr
what is wrong with my randomizing a number?
|
|
[1 reply] : If generate_random(int) returns an int, then you should have assigneg ... (by piotrekd)
|
by wasabi
getting bad_alloc from new
|
|
[7 replies] Last: Just found my error. In a previous part of the function, I had a stati... (by wasabi)
|
can you help why wont this compile? help |
|
[5 replies] Last: You can omit the stdafx header by deselecting the Pre-compiled header... (by closed account zb0S216C)
|
by myristate
OR Operator
|
|
[1 reply] : Erm nevermind. Turns out although the symbol is on that key it only o... (by myristate)
|
by bool maybe
New with classes. Could someone please look at this prgm.
|
|
[1 reply] : Could someone please comment on my code. I want to know anything wrong... (by bool maybe)
|
Monthly Payments |
|
[4 replies] Last: You can easily do that with right manipulator. Its in the link I gave ... (by Undeclared)
|
by PeterK
Write 2D Array to binary
|
|
[10 replies] Last: Well, everything works. It saves the files and correctly loads them ag... (by PeterK)
|
specify to have dynamic size of a value |
|
[4 replies] Last: I'm in a digital image processing graduate course. We can't use any i... (by closed account S8hvC542)
|
by Beep
Baby steps!
|
|
[3 replies] Last: C++ is indeed a very interesting language. Wish you best of luck with ... (by Undeclared)
|
by CosminNTG
How can I clean my screen?
|
|
[4 replies] Last: Thanks a lot friends! Nice forum, by the way! I am glad to be part of ... (by CosminNTG)
|
by hoplalos
Template class file organization
|
|
[4 replies] Last: Thank you Shacktar. The code is compiling with the separation model. ... (by hoplalos)
|
question about file proccessing |
|
[no replies]
|
by prefix1990
Convert Image to Matrix
|
|
[1 reply] : In Windows you can use GetDIBits() (http://msdn.microsoft.com/en-us/li... (by webJose)
|
by masky007
i got the very basics, how sould i continue?
|
|
[6 replies] Last: Thanks for the compliment :) I have just started working on it and wou... (by Undeclared)
|
by jrmma
assignment operators
|
|
[6 replies] Last: OK Thanks a lot.. So basically they are the same right? " if(0==var) "... (by jrmma)
|
by Tanuj31
learn more pointer.......
|
|
[1 reply] : Because of this: ptr=ptr+1; ptr is a pointer to a function. What... (by Moschops)
|
by DontyouC
Calling variables from other functions
|
|
[6 replies] Last: That means that there's no matching function prototype in the class de... (by shacktar)
|
by Tanuj31
function.....
|
|
[1 reply] : 1. Don't return pointers to local objects. The objects go out of scope... (by helios)
|
by maharris
basic 4 slot seat reservation
|
|
[3 replies] Last: ok! i got it down! turns out it was in the next chapter of my book. ... (by maharris)
|
by hydroJ
Function prototype problems
|
|
[4 replies] Last: that did it. thanks. (by hydroJ)
|