by Nisheeth
Help in making a Caesar Cipher maker
|
|
[13 replies] Last: Thanks a lot!!!!!!! I feel so foolish, overlooking such an obvious f... (by Nisheeth)
|
by gregarion
Adding symbols
|
|
[1 reply] : If I understood you correctly, an escape character (a back slash) will... (by Zeillinger)
|
by gregarion
Problem with tokenizer
|
|
[1 reply] : Look at this example from the boost site: // char_sep_example_1.cpp ... (by coder777)
|
by Shervin
PCA-LDA library
|
|
[1 reply] : You might want to check out libsubspace http://code.google.com/p/libsu... (by ifratric)
|
by ghada
c++ array program..need help please
|
|
[4 replies] Last: Just a small point: ...the function “reverse” that takes as its a... (by closed account z05DSL3A)
|
by urabhisheks
Convert text file to tar
|
|
[2 replies] Last: Looks like he/she want to create an archive.... download the source ... (by writetonsharma)
|
by mcqueen
More Program Ideas
|
|
[3 replies] Last: I recently came across a paper entitled "Low-Cost Laser Range Scanner ... (by closed account z05DSL3A)
|
by Skills
Array (Histogram)
|
|
[7 replies] Last: You don't have beg for the help. People here are always more than will... (by writetonsharma)
|
by bilel87
probleme avec camshiftdemo.c
|
|
[no replies]
|
by CrimsonAngel
trouble passing char arrays
|
|
[6 replies] Last: That's the way you learn. enjoy your programming. :) (by writetonsharma)
|
by bkm
ı have a problem pls help
|
|
[1 reply] : It is always going to show the last value of a. Make a an array of ma... (by writetonsharma)
|
by mcqueen
Does anyone have any more Program ideas?
|
|
[3 replies] Last: What kind of program ideas you are looking for? Programing ideas have ... (by writetonsharma)
|
by menopaws
Program crash during dubug
|
|
[4 replies] Last: This is going to crash. In your constructor, your nroftowns=0 , whic... (by writetonsharma)
|
by Clue
function that gives the fraction for a number
|
|
[1 reply] : If you can find such a function, you'll break mathematics. f(√2)=? (by helios)
|
by mo012345
Class help.
|
|
[4 replies] Last: also if youre only going to have fun2 be called by func1 it would be b... (by ascii)
|
Help! |
|
[1 reply] : Well, it looks like you need to add functions to do these: 4. Return ... (by firedraco)
|
by mcqueen
How to Make a Full-Out Calculator
|
|
[1 reply] : Next we will make the "Next" functions //Next Functions double nextf... (by mcqueen)
|
by webJose
Need some experts validating a piece of code (functor)
|
|
[1 reply] : Ok, so no worries anymore. Today I was able to compile and perform a ... (by webJose)
|
Initialize Constructor when its an array |
|
[10 replies] Last: I think the copy ctor is not bypassed in vector<>. :-( I recently rea... (by webJose)
|
by keithzhou
seg fault
|
|
[4 replies] Last: You need to run your program with the debugger, which will show you th... (by Athar)
|