by parasuco123
Need help on C++ Functions!
|
|
[6 replies] Last: From what I know (also new to this), NwN is correct. The reason why y... (by Dan Feerst)
|
Something's Gone Wrong With Pointers! |
|
[5 replies] Last: You could do it at the end of the encrypt and decrypt functions, yes. ... (by cire)
|
by ttimt
C++ Class help
|
|
[4 replies] Last: Yeah, I think it's only used that way for referencing it in function p... (by MrHutch)
|
Just a problem with my classes |
|
[4 replies] Last: I see thank you (by DisobeyedCoot)
|
by taterpoon
Trying to understand the \b escape code
|
|
[3 replies] Last: Aaahhh. I see. I thought it actually removed text. That makes much ... (by taterpoon)
|
by maroun
vector problem
|
|
[2 replies] Last: The value at vec[i2-1] is what was previously at vec , unless there wa... (by cire)
|
by firstTym
Assigning seats for a flight using 2d arrays and functions
|
|
[3 replies] Last: Hi there, That code was just an example; what you need is char let... (by closed account o3hC5Di1)
|
by blk
Compiling errors.
|
|
[14 replies] Last: Hi there, Maybe it's because of this, not sure though - it depends on... (by closed account o3hC5Di1)
|
read file into multiple dimension array |
|
[12 replies] Last: Hi there, As far as I know you would have two options, but I'm sure s... (by closed account o3hC5Di1)
|
by mohamedsaid
help plz :)
|
|
[1 reply] : Hi there, Disch has written an excellent article on this subject (mor... (by closed account o3hC5Di1)
|
by Naureg
My 'Tic Tac Toe' program
|
|
[2 replies] Last: Aha thanks :D (by Naureg)
|
by johnnyj2j
Calculator
|
|
[4 replies] Last: Opperation and Calculate should be strings. std::string Opperation, ... (by Shinigami)
|
Pyrimid program not working for input over 20 why not? |
|
[1 reply] : Looks fine up to 39 for me. Once I get to 40 it starts to wrap because... (by Disch)
|
by johnnyj2j
Function Return Time
|
|
[5 replies] Last: srand(int(time(0))); sets the seed for rand(). rand() is a pseudo-ran... (by GRex2595)
|
by AandR2024
How can I have a different output based of input?
|
|
[2 replies] Last: Thanks a lot! (by AandR2024)
|
by Kuertis
Using a pointer as an array?
|
|
[2 replies] Last: If you're asking about C++, the answer is neither. Use std::string x ... (by Cubbi)
|
by wzt8112
error LNK2019 and fatal error LNK1120
|
|
[3 replies] Last: Thank you coder777 and NwN, that works! (by wzt8112)
|
by krakow10
Set Text in a TextBox
|
|
[5 replies] Last: Thanks, I'll show my big bundle of joy over there, and then ask them :... (by krakow10)
|
by Harry Potter
Weirdness in simple sorting code
|
|
[no replies]
|
by vanllabean81
Overloading the output operator
|
|
[2 replies] Last: Aha! The friend part went totally over my head in the lecture, so of ... (by vanllabean81)
|