by tykkimies
reading in multiple files
|
|
[3 replies] Last: http://www.cplusplus.com/doc/tutorial/arrays/ And yes to your last qu... (by ascii)
|
by Bojan
C preprocessor, letter 'u' in #define statement.
|
|
[2 replies] Last: Thanks Wazzak. (by Bojan)
|
by alhenry92
Encrypt archives?
|
|
[1 reply] : Yes, it's possible, if that answers your question. The question you're... (by Catfish)
|
by mely15
binary to decimal algorithm
|
|
[1 reply] : The algorithm to transform numbers between bases has been widely cover... (by webJose)
|
by Thanz
How can we find the largest value?
|
|
[18 replies] Last: Thank so much for both of you..I'll follow this rule in future...:) (by Thanz)
|
by cpp4chimp
class within class confusion
|
|
[9 replies] Last: Thanks, mik2718. I have fixed it now. Thanks for the help. (by cpp4chimp)
|
by andywassup
Program help please! getting it to calculate grossPay
|
|
[5 replies] Last: THANK YOU SO MUCH! THIS FINALLY WORKED! I AM SO GREATFUL! (by andywassup)
|
by jakecodes
Spaces in Char array
|
|
[5 replies] Last: char(32) is exactly the same as ' ' . 32 is the raw number that th... (by Galik)
|
by mathnerd24
Random number program please help
|
|
[6 replies] Last: I think rand()%MAX actually draws a value between [0,MAX[, thus not in... (by Gaminic)
|
Two questions about copy constructor |
|
[5 replies] Last: You can do that by taking the address of the referenced object, i.e. ... (by Athar)
|
by Srija
Data STructures (Queues)
|
|
[no replies]
|
by pmanpman
need to make a c-string ignore spaces, case and punctuation!
|
|
[1 reply] : Look up tokens and tokenize. When you break the phrase up into tokens ... (by buffbill)
|
by franzwarning
Search for a character in a string
|
|
[2 replies] Last: Try the following: Iterate through the string using a loop and if(stri... (by buffbill)
|
by andywassup
please help
|
|
[12 replies] Last: ya but for some reason i cant get it to do that calculation (by andywassup)
|
by Justin02
looking for a lil help
|
|
[1 reply] : what did I miss?????? An equals sign. yVar +1; //accumulator ... (by shacktar)
|
by RedTheGreen
Having Trouble with File I/O
|
|
[2 replies] Last: o lol thanks (by RedTheGreen)
|
Using execvp |
|
[3 replies] Last: When the compiler complains that it cannot force the type of thing you... (by Duthomhas)
|
by gladi
pop function
|
|
[3 replies] Last: I don't understand what you're asking. Just use what I told you to fi... (by ascii)
|
Pointer Problem |
|
[3 replies] Last: Finally, I solved this problem. It is reading problem, instead of conv... (by dingyong198608)
|
by mathewfer
$ sign (as in BASH) to represent variable
|
|
[4 replies] Last: Oh ha.. finally I saw some Perl RE input in this forum! Those cryptic ... (by sohguanh)
|