Beginners (Page 65)

Hangman game
 
Is there any subjects I miss learning before starting on a Hangman game? The subjects i have a pret...
[4 replies] Last: k, thanks ^^ (by Minimacfox)
if and elxe blocks are executed
 
Hi! I'm having a strange behaviour, so i must be something really stupid. The code : #includ...
[3 replies] Last: http://curl.haxx.se/libcurl/c/curl_easy_recv.html The docs says you s... (by Peter87)
x86 assember code reversal
 
I have created a code function that I have attempted to reverse the effects of with no luck. It take...
[1 reply] : My currents attempts are below... neither of which works currently: ... (by sheepyQ)
by Keelan
Median of Array
 
So I'm at the end of my program. I'm just trying to finish my function that gets the median of an as...
[2 replies] Last: If the number of students is odd, the result is simply the middle elem... (by Chervil)
Matrix Multiplcation using classes
 
Hello all! So I have an assignment to create a matrix multiplication program using classes (no frien...
[1 reply] : I would also have to make the program input the matricies row by row a... (by bumrush)
What are strings?
 
I have learned about arrays and now I am leaning about strings what are they and can come one give a...
[4 replies] Last: [quote=MiiNiPaa]std::string is a class which wraps c-strings I think ... (by Chervil)
Rule of Three. Copy Constructor, Assignment Operator Implementation
 
Rule of Three. Copy Constructor, Assignment Operator Implementation #include <iostream> ...
[1 reply] : Q0: No, ip2 is already constructed. So only copy constructor is called... (by MiiNiPaa)
C++ List
 
Hello, when learning a language (or doing anything else in this matter) I like to make myself a list...
[6 replies] Last: Since you love math and have the patience and determination. I say go ... (by Minimacfox)
How to specify an OutputIterator (in bibtex-spirit)
 
I am using bibtex-spirit to read a bibtex file. All works fine (installed okay, on top of Boost 1...
[6 replies] Last: Ahh - okay. I'll give that a try. Many thanks. G (by gxkendall)
A bit of help with basic I/o
 
I'm trying to figure out how to take in each character (from a string) and use it in a switch. It's ...
[2 replies] Last: Awesome! This works perfectly. Thanks! (by problim77)
Instantiated from here error
 
I'm working on this code, and when I try to compile the program. I keep getting the error "instantia...
[3 replies] Last: a) Line 12 of Quicksort.h function called quickSorts() and you calli... (by MiiNiPaa)
by Vidra
2d array
 
For school we need to write an 80x20 2d array that stores six pathways, each of which is a straight ...
[2 replies] Last: I mean like connecting points on the perimeter on the array to form a ... (by Vidra)
Upper case letters
 
how can I write a program that converts upper case letters to lower case letters?
[9 replies] Last: If your c/c++ compiler isnt using the ASCII character set, you've got... (by MiiNiPaa)
conio.h
 
hello guys, Mine is a simple doubt what is the best alternative for clrscr() and getch() .some...
[6 replies] Last: thanks MiNiPaa and LB .got it thanks guys (by cyberdude)
Working with MSDN
 
Hello all, just looking for some help understanding the beginning and end of this description. It's...
[2 replies] Last: Thanks for the explanation! (by Bugsplatter)
1-D Arrays
 
Good evening, I apologize for what will seem like a simple question, however I'm having issues wr...
[5 replies] Last: ah I see I don't use preset arrays I use dynamic ones (by giblit)
Memory Management : character arrays and = operator
 
Memory Management : character arrays and = operator Q. In terms of Memory Management, What err...
[2 replies] Last: What if: this == &right (by keskiverto)
Random string function?
 
Hello I want to know if there is a way to print out a random string that was declared within an arra...
[2 replies] Last: Thank you so much I appreciate it. Never thought I would get a reply t... (by bacondude95)
Copy Constructor, Deep Copy, Constant Reference
 
Copy Constructor, Deep Copy, Constant Reference Q. In terms of Memory Management. Copy construct...
[2 replies] Last: A(A a) When you pass A as a parameter, you are getting a copy of ... (by Disch)
Memory Management : scope and local pointer variable
 
Q. In terms of Memory Management, What is the error in the following code? char* secret_messa...
[1 reply] : You are correct. (by Zhuge)
Pages: 1... 6364656667... 126
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.