Beginners - November 2012 (Page 61)

GDB
 
Does anyone know of a good tutorial for learning how to use GDB? Right now, my method of debugging i...
[2 replies] Last: I love you. (by barrelroll)
by Meden
cin.width not working
 
Hi. I am following along in my book. It has a program written similar to the one I have written he...
[3 replies] Last: Can't learn everything from books.. (by Jikax)
Class declaration
 
With regards to declaring and defining a class, I think it should be as follows: Class declaratio...
[6 replies] Last: class MyClass { int x; std::string y; public: MyClass(); ... (by LB)
why would codeblocks suddenly stop reconizing include commands
 
i could load an old bit of code up it works, i copy and [aste the includes and it wont reconize them...
[10 replies] Last: It didn't change anything. Codeblocks defaults to .c files when you cr... (by ResidentBiscuit)
by cshu
reading data from a file
 
Im having trouble outputting the text from my text file into the debugging stage in my program he...
[5 replies] Last: onto my solution what do you mean by solution ? is it a file type o... (by chipp)
Help with assignment
 
So i have this assignment: A company pays its employees according to the following: 1. Managers: re...
[1 reply] : Work on one step at a time. Read point number one. (by pogrady)
left shift problem
 
hey folks, im trying to shift the partial product left in the array but it gives me / as result! ...
[no replies]
by Niven
Displaying Integers with OpenGL
 
I'm having trouble using opengl to display integers (it works only if they're 1-digit). I'm using gl...
[2 replies] Last: Thanks a lot. It works perfectly now. (by Niven)
by Gorgah
Parallell array
 
I need help with this assignment. Program 7 You are to write a program that will compute your CS142...
[9 replies] Last: it did not fix the sentinel and i want count to be the number of quizz... (by Gorgah)
Question about constructor
 
Hi all, I have a class like this: class AClass { private: int k; public: AClass(); //defa...
[9 replies] Last: I cannot edit the main function like I mentioned. Whoops. I missed... (by Disch)
Writing Struct in File
 
I searched for it the whole day, but stil wasnt able to find any useful or clear information- some w...
[1 reply] : i just hope i didnt post this in wrong section... More like wrong ... (by Lowest0ne)
To remove one letter from a string
 
Hey I'm working on a function that will take a string as an input from an array. This function will ...
[12 replies] Last: Push and Pop are good words to learn. To push is to add and pop is to... (by Lowest0ne)
function overloading
 
i am having a hard time understanding overloading of functions in this code..i am not able to unders...
[1 reply] : Non-static member functions have one more implicit parameter of type e... (by vlad from moscow)
setw
 
Write the program that prints following on the screen using setw manipulator. * * * * * * * * * ...
[4 replies] Last: What about using cout.fill() or setfill() in conjunction with set... (by Chervil)
references
 
can anyone plz explain me the output of the following code Also the output when static keyword is r...
[1 reply] : Function fun returns a reference to an object with the static storage ... (by vlad from moscow)
Delete char from a char array.
 
Hello everybody, I want to ask how is it possible to delete a specific char from a char array? I l...
[2 replies] Last: Thank you : ) (by zanklob)
can some1 help me, i'll give the question..huhu
 
Write nested if statement that perform the following test: if the variable employed is equal to 'Y' ...
[10 replies] Last: Ask clear questions. What do you want to achieve? What is not working ... (by Catfish2)
by skarla
SDL help
 
How i can make bigger the map in SDL? I mean how i can put obstacles in the screen that is not show...
[2 replies] Last: Man you know good sdl. Could add me in skype: hepic.hepic please. ???... (by skarla)
November 2012 Pages: 1... 5960616263... 75
  Archived months: [oct2012] [dec2012]

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