Beginners - January 2011 (Page 34)

file.open()
 
I'm trying to run a bunch of text files through some code I wrote. The function passes in a string ...
[3 replies] Last: Anyone know why there isn't an overload? That's downright weird. I mea... (by rocketboy9000)
Geting wrong output at wery basic prog.
 
Hello all and thanks to everyone that will take the time to help me out. And to you other lassy ppl...
[3 replies] Last: The spaces mean nothing. That would work just fine. You must have ... (by Disch)
Beginning Game Programming
 
Hey guys. I've been learning C++ for a couple months now. I've pretty much learned most of the basi...
[7 replies] Last: the sites good but one of the examples he shows doesnt work for some r... (by paki programmer)
beginning SDL
 
For some reason, when the application works perfectly except it doesnt display the imgae. I put the ...
[2 replies] Last: i tried that but it didnt work lol. I pretty much put it in every fold... (by paki programmer)
Suggest me a good book
 
Hi, at the moment i have a book which teaches me c++, but it only teaches me programming with the co...
[17 replies] Last: Thanks for your replies, but that is the book im looking at, what leve... (by TpOreilly)
How to Check if Quotient is a whole number
 
I've been working on several programs to help me with a calculus class (we are allowed to use progra...
[7 replies] Last: Try it: int main() { std::cout << "( 9.0 / 7.0 ) * 3.0 * 7.0... (by PanGalactic)
The "this" Pointer.
 
Is it possible to delete a class member that allocates heap memory using the "this" pointer?. Take t...
[3 replies] Last: Thanks Disch. (by closed account zb0S216C)
Can't read data from file
 
Hi I really need your help. I'm trying to read the data from a file and display it on the screen....
[1 reply] : http://msdn.microsoft.com/en-us/library/ms235639%28v=vs.80%29.aspx (by encoded)
by Crutoy
Improoving code
 
Hi im new to C++, trying to learn by reading the book. In the end of each chapter there are problems...
[5 replies] Last: Crutoy: Don't worry, when you're just starting out you miss these thin... (by Metallon)
I have hard project .
 
Hi every one I have a hard project which is : The goal of this project is to implement a kin...
[14 replies] Last: thanks . (by cplspls)
switch cases
 
Hello I am new to using switch cases and im trying to build a program that saves to a text file i l...
[1 reply] : You're using the switch case-statement incorrectly. //Here is ho... (by Metallon)
by mozly
Mat lab programing
 
Hey guys, I am really curious to know what kind of algorithm matlab, maple, etc. use to parse an ...
[1 reply] : Check this out -> http://cplusplus.com/forum/lounge/33895/ (by m4ster r0shi)
You could solve this in your sleep...
 
I just recently (yesterday infact) started to learn c++ and am finding it pretty entertaining; Howev...
[3 replies] Last: Thanks to the both of you I think i'm a lot closer to understanding... (by whiterz)
howcome this doesnt work
 
i am currently following a c++ tutorial and it has all been fine until now when i put in // my f...
[2 replies] Last: ahhh :D thanks i feel stupid now xD (by jimbob1141)
Can you initialize a dynamic array of structs?
 
Can you initialize a dynamic array of structs. Like in this program. If you can how do you do it. ...
[5 replies] Last: Ok, thanks. I didn't even think about making a function to set it for... (by Kieth89)
cin.ignore and cin.get
 
When I run this code, I only have a chance to type in the variable "helTal" after that the program p...
[11 replies] Last: Do you need to scare me like that... ;-) Best of luck to you to! (by jonibygg)
float give me the answer "-0"
 
As the title state I am using the openCV library to solve some equations Mat_<float> const RIGH...
[1 reply] : Thats just 0. (by hamsterman)
by chenco
example code
 
can anyone please post an example code of a program who sends an float 2d array into function that d...
[7 replies] Last: thanks for the one who want to help and for the rest i didnt want u ... (by chenco)
Determine size of array from external file
 
Hi How can we determine the size of an array that is sent to a function that was defined in another...
[1 reply] : You can't determine the array size if the function is in the same file... (by hamsterman)
How do you make C++ solve equations?
 
Hey, I'm new too C++ so I have a pretty simple question I guess. How do you make the program find...
[9 replies] Last: @sohguanh apparently that's not what he wants. also, I have a feeling... (by hamsterman)
January 2011 Pages: 1... 3233343536... 42
  Archived months: [dec2010] [feb2011]

This is an archived page. To post a new message, go to the current page.