by molvoltinein
Random
|
|
[5 replies] Last: You know, you don't have to use a char array for your alphabet =) a... (by ultifinitus)
|
by Dixiie
Converting Celcius to Fahrenheit and vise versa
|
|
[3 replies] Last: Dixiie , What specifically are you having a problem with? (by closed account z05DSL3A)
|
by thevinn
Free Open Source DSP C++ Library
|
|
[no replies]
|
by kuleee
Dijstra algorithm
|
|
[4 replies] Last: I think that forums help people...I was wrong ,I m sorry... note:... (by kuleee)
|
by manyeahkiss
problem with this array..
|
|
[2 replies] Last: the program is now ok except for the last statement of the problem t... (by manyeahkiss)
|
by ankurlucifer
cant pass the pointer to the funtion
|
|
[5 replies] Last: Um... do you mind writing in standard english? Or at least, do it like... (by hanst99)
|
multi dimensional array of pointers |
|
[6 replies] Last: @bluecoder If you want to dynamically allocate the array, you can use... (by simeonz)
|
by Dixiie
Multiples of the number 2
|
|
[11 replies] Last: Thanks everyone for your contribution (by Dixiie)
|
by kalamora
C++ .exe running problem
|
|
[4 replies] Last: Take is easy guys, it's his first post. (by kbw)
|
by aatwo
Concatenating arrays
|
|
[3 replies] Last: Thanks guys this was tremendously helpful :) really apprieciate it! (by aatwo)
|
Binary search tree class - output to file |
|
[10 replies] Last: just a note to anyone else who reads this who has trouble in this area... (by closed account zwA4jE8b)
|
Filling a deque with buffers |
|
[4 replies] Last: YES! It works. :D Thanks a million. (by siegel14159265)
|
by jhall
problem with program
|
|
[2 replies] Last: You really dont want to use >> to insert into a c-string, use getline(... (by naraku9333)
|
by chess
getchar and putchar
|
|
[3 replies] Last: Line 19 is redundant, because flag == 1 anyway. The case in line 25-2... (by simeonz)
|
by student 123
adding new data into text file?
|
|
[4 replies] Last: Sure there's definitely a way.... If I understand correctly you only w... (by ultifinitus)
|
by student 123
compiling error
|
|
[5 replies] Last: alright.. thanks guys for the info.. (by student 123)
|
by drowdemon
Unicode character check (1,2)
|
|
[21 replies] Last: It worked!!!!!! With no warnings! I haven't debugged yet, but at least... (by drowdemon)
|
by raduq
Microassembler in C++
|
|
[7 replies] Last: Thank you everyone for your help so far. I have managed to ask a few ... (by raduq)
|
by erickulcyk
MergeSort Implementation
|
|
[no replies]
|
by Romop5
Return of char function
|
|
[5 replies] Last: Actually, you are trying to work with cstrings in your first example, ... (by hanst99)
|