by ziodice
I have a question
|
|
[2 replies] Last: Thanks for answering. (by ziodice)
|
by miki135
how i write .h file for .cpp?
|
|
[5 replies] Last: thank you. in class we got the function fixtfloat.cpp already prepared... (by miki135)
|
by lightolly
Can someone help please i have written code for random number gen game but wont compile
|
|
[11 replies] Last: Hint: read the compile errors (by ne555)
|
by Hashtg
Vector iterator not decrementable
|
|
[16 replies] Last: Ok thanks Disch, that's sorted the problem out now. (by Hashtg)
|
by Anon1010
Min and max values of array
|
|
[6 replies] Last: [quote=Anon1010]And Ink2019, this is the arrays section of a tutorial.... (by lnk2019)
|
by Blessman11
direct x 11 header file
|
|
[3 replies] Last: thanks. BTW can you recommend the best tutorials on it? (by Blessman11)
|
by Ahmed1
deleting elements while iterating through a list
|
|
[2 replies] Last: that worked totally fine, thank you very much sir (by Ahmed1)
|
by sqoobie
averaging function
|
|
[2 replies] Last: this is a great tip (by benram)
|
by Cppcats
Problem with an equation.
|
|
[3 replies] Last: Ah! A switch statement. I feel silly for not thinking of that. Thank y... (by Cppcats)
|
by redfish
Writing Two Dimensional Array to Binary File
|
|
[1 reply] : Either for( int i = 0; i < n; i++ ) for( int j = 0; j < n; j++ )... (by hamsterman)
|
by cmaypara
Manipulator to not display a large number in scientific notation?
|
|
[1 reply] : std::fixed ? (by hamsterman)
|
by cstudent19
Dumb 8 Problem using single array
|
|
[1 reply] : The loop has no reason to be infinite. It's just that 8 10 /2 cycles w... (by hamsterman)
|
by anotherghost
Vector error? Freezes on arbitary index
|
|
[1 reply] : Can't say. Post the whole code and the input file so that I can test i... (by hamsterman)
|
by rucafe
Loading a vector class
|
|
[1 reply] : Like it says. energy_dep is a vector, while in energy_dep_sum you can ... (by hamsterman)
|
by mikeCC
Pointer/Array Question
|
|
[1 reply] : The problem is that there can be only 10 elements in Array and when yo... (by hamsterman)
|
by mikeCC
Pointer Help
|
|
[1 reply] : &a is the address of the first element of the array, which is the sam... (by hamsterman)
|
by joatmon
Generate Random List with no Repeat Values
|
|
[2 replies] Last: Thanks very much. This is one of the posts that I looked at. Templat... (by joatmon)
|
by joatmon
Dynamic Class Object
|
|
[2 replies] Last: Thanks! (by joatmon)
|
by joatmon
Trouble with class member functions
|
|
[11 replies] Last: This was a good idea. I have everything set up, but now my output doe... (by joatmon)
|
by joatmon
Inserting a Node in a Linked List
|
|
[1 reply] : Post some more code. How is head_ptr and tail_ptr declared? (by jsmith)
|