Beginners - July 2010 (Page 31)

Need direction for beginner
 
Hi again all. I know I've been posting a lot on here recently, I apologise about that - espiecially when some of my mistakes are real 'n00b15#' ones to make....
[2 replies] Last: @Return 0 Thanks for replying. I haven't as yet started tasking my... (by Tset Tsyung)
by michy
array!!!!!
 
hi experts, I have to say, arrays dont likes me T_T i have a code: class AA{ private: int *x; public: AA(int a, int b){ x=new int ; //ERROR!...
[2 replies] Last: wow thx alot dude...2 line of sentence solved my problem.... sorry fo... (by michy)
operation on c++
 
hello guys... i got confused on (not equal, !=) operation. i have this data 1 4 8 8 3 5 4 5 4 2 2 3 5 3 7 0 above there are 4 columns and 4 ro...
[2 replies] Last: if i put != into this code.. i... (by sitikhadijahali)
by m4tx
How to invert a JPG
 
Hello, Question, such as in the topic: how to invert a JPG vertical? Please help Thank you in advance
[1 reply] : You'd have to decode the image from file, invert it, and re-encode it ... (by Duthomhas)
Scambling up a word
 
How can I detect what letters there are in a word and then scambling up.
[6 replies] Last: Because of STL implementations, the tolower () function overloads may... (by Duthomhas)
by Goofy
error while displaying array of pointers to pointers
 
Why can't I display the array of pointers in the 'display' function, when it worked in the 'position' function, \****************MAIN********************\ ...
[3 replies] Last: Thanks spaggy and guestgulkan it works yet i declared them global and ... (by Goofy)
by zingy
errors related to particles and constraint
 
hi i'm trying to create a cloth simulation. i have created the particle and now i want to create a constraint between them. i have my constraint class but i've ...
[5 replies] Last: cudn't figure out error on line 7 and 8.. p1 = ngl::Vector p1; p2 ... (by zingy)
by adny
error: invalid initialization of reference of type 'std::istream&'
 
Here we go again... I wrote a short program that tries to identify how many words are in a input stream. These are the source files and the header file: 4_e...
[6 replies] Last: thanks. but I just found another solution... :) it sound just like you... (by adny)
Interpreting Code Assistance
 
Need help interpreting this code. I'm pretty new to c++ and am trying to figure out what this line of code is actually supposed to do. Here is the page that con...
[3 replies] Last: Controller *SpinController::Replicate(void) const { return (new... (by Bazzy)
Asterisk Tree problem in Turbo C
 
Here's my code below and the outputs. I got a little problem with figure 3-6 on how to do it. Is there Output --> http://i168.photobucket.com/albums/u162/SHE...
[no replies]
Fiirst experiences with Recursion, Maybe a simper way?
 
This is my first recursion homework assignment, I think i got the LLL (Question 3) Right, but I wanted to check with the other ones, is there a simpler way to d...
[1 reply] : For number three, double check the function call vs. the function defi... (by closed account Lv0f92yv)
July 2010 Pages: 1... 293031
  Archived months: [jun2010] [aug2010]

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