problem about reference to vector element |
|
[1 reply] : ublas::matrix<double> & n = m.back(); m.push_back(ublas::matrix<doubl... (by JLBorges)
|
by JCaselles
Question arising in a writing-Wav function
|
|
[2 replies] Last: aha! Well, what I think I understood is that '& 0xff' makes the assig... (by JCaselles)
|
by solo2wolf
can't use the "pow" function?
|
|
[2 replies] Last: The pow() function takes a double, float or an int as the exponent, an... (by BlackSheep)
|
by Konichua
expected unqualified-id before do?
|
|
[1 reply] : @Line 21: Why do you have a curly bracket there? -Albatross (by Albatross)
|
by solo2wolf
String to int conversion
|
|
[3 replies] Last: You're missing some hex es in your program. If your program doesn't k... (by Albatross)
|
by RaptorX
little confusion with srand, rand and time functions
|
|
[5 replies] Last: iostream is generally included because you need to include it to use s... (by firedraco)
|
by jwjohnwright
Char Pointer troubles
|
|
[4 replies] Last: Thank you! I thought that might be the case.. been so long since I nee... (by jwjohnwright)
|
by zarkon123
Questions about structures and arrays
|
|
[12 replies] Last: Ok, I found it out. Now a problem I am going to face many times is : h... (by zarkon123)
|
Why won't arr as a variable work? |
|
[5 replies] Last: Thanks guys, this actually helped a lot. Though now I'm curious, (not ... (by John McFarland)
|
by Grax
GUI in DevC++?
|
|
[1 reply] : wxDev-C++ (a fork) has a GUI editor for wxWidgets. I'm not sure if Blo... (by Albatross)
|
by NoobLess
Grading Program
|
|
[2 replies] Last: WOW How in the world did I not see that. Thank you anyway whitennite1 (by NoobLess)
|
by Konichua
Random number generator always generates 42?
|
|
[6 replies] Last: Thank-you. I have implemented both of your fixes and have fixed the pr... (by Konichua)
|
by Chew951
Random String Array Problems
|
|
[18 replies] Last: Thank you. Thanks everybody for helping me out :) (by Chew951)
|
by solo2wolf
How to read formatted data
|
|
[11 replies] Last: Thanks! N (by closed account o3hC5Di1)
|
by kail2012
Simple input/output issue.
|
|
[2 replies] Last: I'd have to agree with NwN's idea. The easiest way to do this would be... (by atropos)
|
by Grax
problem in read data from txt file
|
|
[4 replies] Last: thx ^.^ (by Grax)
|
by Sub
I'm trying to make Conway's Game of Life and I'm quite frankly stumped
|
|
[1 reply] : I suggest you to detach your interface. Your rule2 is incorrect //An... (by ne555)
|
by eiger3970
InterfaceFileForASetTemplateClass
|
|
[1 reply] : Hi there, void insert(Node<T>* afterMe, const T& theData) 12 That... (by closed account o3hC5Di1)
|
by tamtam2012
C problem with matrix
|
|
[2 replies] Last: Your task can be simply done with using standard algorithm std::rotat... (by vlad from moscow)
|
by BigSmoke
Where is the error?
|
|
[4 replies] Last: Not sure. I only try using debug if I have a big problem, otherwise I ... (by whitenite1)
|