by mondo189
setw() help
|
|
[3 replies] Last: Hi, Investigate the std::left and std::right iostream manipulator... (by TheIdeasMan)
|
by deleon123
DEV C++ DIRE NEED OF HELP
|
|
[no replies]
|
by mynicks
void* generic pointer
|
|
[2 replies] Last: void fill_array( void* array, size_t array_sz, size_t element_sz, con... (by JLBorges)
|
by jollyholly11
Help with Programming please
|
|
[3 replies] Last: Thank you all very much it helped! (by jollyholly11)
|
by boxter126
Gambling Age Restriction Code
|
|
[2 replies] Last: thank you! can't believe i didnt think of that (by boxter126)
|
by NICE8x
Return Error
|
|
[3 replies] Last: Any idea why this wouldn't work??? // REQUIRES: mat points to a val... (by NICE8x)
|
by wolfv
How to figure out C++ syntax from documentation?
|
|
[2 replies] Last: Now I see, getline() can be one of several functions with the same nam... (by wolfv)
|
by Drummermean
Array of fixed length circular buffers
|
|
[1 reply] : The size of boost::circular_buffer is not part of the type so I guess ... (by Peter87)
|
by wolfv
stringstream::getline()
|
|
[2 replies] Last: That fixed it! Thanks cire. (by wolfv)
|
by MAK001
Boolean array to hold ASCII characters
|
|
[3 replies] Last: it just need to be a bool array that holds ascii characters An array... (by AbstractionAnon)
|
by wasey
Reference Function Returning Garbage Value
|
|
[1 reply] : Lines 14-16: a,b,c are uninitialized variables (garbage). Line 22: ... (by AbstractionAnon)
|
by guddu232000
Can someone Explain with comments The code And Working of Static Stack
|
|
[1 reply] : http://lmgtfy.com/?q=%22C%2B%2B+%22+%22array%22+stack+implementation (by mbozzi)
|
by wasey
Unable to send value from function back to main
|
|
[3 replies] Last: Thank you all, I was banging my head on this one. Appreciate it! (by wasey)
|
by Drummermean
Array of circular buffers
|
|
[1 reply] : boost::circular_buffer is a standard library compatible sequence con... (by JLBorges)
|
by omik123
Need help with few programs
|
|
[1 reply] : Start with a bare minimum program: Get a number from the user and prin... (by dhayden)
|
by BanList
What does retun answer do?
|
|
[2 replies] Last: what does return answer do? It copies/moves the content of the local ... (by coder777)
|
by zeroisk
Need help with accessing an array that hold pointer to the DATA
|
|
[3 replies] Last: In your original code (line 66) you create an array of pointer to DATA... (by coder777)
|
by bird1234
Unsorted Link List Delete Function Error
|
|
[3 replies] Last: Thnx (by bird1234)
|
by Flaze07
pointer pointer pointer
|
|
[2 replies] Last: thanks, been looking for that in a long long time (by Flaze07)
|
by NICE8x
If Statement with Pointers
|
|
[1 reply] : Assuming array contiguity, just do some pointer arithmetic: std::div(... (by mbozzi)
|