by nilagayu
Segmentation Fault
|
|
[5 replies] Last: Thanks for your help (by nilagayu)
|
by itcsr
shifting order of numbers
|
|
[1 reply] : The following doesn't do what you think: int a=10110101; In C++, ... (by Duthomhas)
|
by Bouya
Problem with virtaul fonctions
|
|
[2 replies] Last: If you inherit from a class that has pure virtual functions you have t... (by Peter87)
|
by zarkon123
Some quite different questions
|
|
[12 replies] Last: You could use a buffer to allow the user the enter as many characters ... (by MrHutch)
|
by sanyam
Sending bits out of the audio port?
|
|
[5 replies] Last: Hi Disch and Albatross. I know that i can write a wave as: P= A*sin(w*... (by sanyam)
|
by AdamBomb89
Pig Latin Translator
|
|
[2 replies] Last: I've fixed up the code, and I've gotten it to translate words that beg... (by AdamBomb89)
|
by aadkinz
deleting elements from an array.
|
|
[3 replies] Last: First, int i; AccountInfo newbankRecord you havent given i a value,... (by naraku9333)
|
Need help getting errors inheritance. |
|
[2 replies] Last: Thank you very much. (by Subzero030201)
|
by hopesfall
Managing my array
|
|
[3 replies] Last: Is that size variable, that's used as an index, the correct value? (by kbw)
|
by giszzmo
User Input
|
|
[6 replies] Last: You might want to make sure to read in w before you read y, so that x ... (by Albatross)
|
by Stephanie I
input/output and array
|
|
[3 replies] Last: This is my book.h: #ifndef _BOOK_H_ #define _BOOK_H_ class Book ... (by Stephanie I)
|
by Legjendat
Urgent Help if Possible - Palindrome Problem.
|
|
[4 replies] Last: There is an algorithm that finds the minimum number of chars if I am a... (by Legjendat)
|
by Stephanie I
c++ programming
|
|
[19 replies] Last: use for loops: Book1 = {"Harry potter", "Lord of the rings".. etc.... (by Need4Sleep)
|
by cplusplusjr
While loops Issue
|
|
[8 replies] Last: In that case you have to start reading from the beginning of ifsbtl ag... (by Peter87)
|
by ahura24
a sample question....
|
|
[1 reply] : A constructor is used to initialize an object when the object is creat... (by Peter87)
|
by simagen
Restoring Shuffled Image (Binary Img)
|
|
[7 replies] Last: For the Noise Image, I found that using Median Filtering works best to... (by simagen)
|
by cstarter1
homework help. please help!
|
|
[6 replies] Last: i cant find out how to do the stream insertion operator. this is what ... (by cstarter1)
|
by ldima
Get pixel dimension of an image
|
|
[4 replies] Last: ok,what a pity :( .. thank you! (by ldima)
|
by mrkalkman
function used both in class and client code
|
|
[8 replies] Last: Thanks for the help. I created a Utility namespace. Now my code is c... (by mrkalkman)
|
by sanyam
sdl mixer program. need help!
|
|
[3 replies] Last: You should make sure that you don't lose memory in the first place. Th... (by Peter87)
|