by no names232
if else / goto substitution
|
|
[no replies]
|
ending a while loop |
|
[1 reply] : A couple issues. using namespace std; int main() { int maximu... (by Deftwun)
|
by sakonpure6
If Statements
|
|
[3 replies] Last: great stuff! Thank you so much Stewbond! (by sakonpure6)
|
by Henry Lewis
Dynamically create array named after for loop iterator
|
|
[2 replies] Last: Wow that is very useful, thanks so much. (by Henry Lewis)
|
by castiel
Please help me! I need to create a program with 2dimensional array
|
|
[1 reply] : With respect to you, I don't think that way of asking questions be goo... (by Kubani)
|
by BusyOcean
Dice Rolling Game with 3 Dices - Assingment
|
|
[no replies]
|
by ylxin1993
char *str, *str = 'X' error,
|
|
[2 replies] Last: That's a good explanation of the problem. Now the solution: 1. ch... (by Stewbond)
|
"&" what it means |
|
[5 replies] Last: Thank you so much :D Now I have a better vision of references :) Here ... (by SkyDriver2500)
|
by masonrussell
Want to Outsource programming projects through Programmersbyhour - any experiences?
|
|
[1 reply] : What do you mean by "outsourcing"? (by TheBeardedQuack)
|
by Baumer8993
How To Declare A Two Dimensional Array In A Function Prototype.
|
|
[2 replies] Last: Oh OK! Thank you! Sorry about the bad code format! (by Baumer8993)
|
Thread safe, cross platform std::localtime() |
|
[5 replies] Last: Awesome JLBorges, I'll need to read up on those compiler specific prep... (by closed account o3hC5Di1)
|
by red mer
Arrays
|
|
[6 replies] Last: Well a character only holds 8bit, and a string holds an array of chara... (by TheBeardedQuack)
|
by IBCFQ
Return statements (Help)
|
|
[1 reply] : I can hardly understand the return statements, return 0; I can unders... (by Disch)
|
by shameless
create file, edit file.
|
|
[6 replies] Last: Ye now it works! :) Ty! Yeah some misstakes there (||) . But, if i d... (by shameless)
|
by ylxin1993
What's wrong with the following class?
|
|
[5 replies] Last: Hi there, In the case of text-strings, use std::string instead of cha... (by closed account o3hC5Di1)
|
by Tariqsal
Plzz Help
|
|
[9 replies] Last: Thanks alot dude (by Tariqsal)
|
by dinho
Please Help!
|
|
[3 replies] Last: Thank you :) (by dinho)
|
by Skullgunner1
How is this?
|
|
[3 replies] Last: My only comment is that there are lots of variables, x, y, a and b. Ho... (by Chervil)
|
by skace
pow function problems
|
|
[3 replies] Last: Thanks, it works :) MiiNiPaa thank you for explaining the functions :D (by skace)
|
by Majidh
C++, Vector
|
|
[2 replies] Last: has few errors. when the user inputs "enough" the program has to outpu... (by Majidh)
|