by MultiMedia
void ClearScreen()
|
|
[1 reply] : Check this out: http://www.cplusplus.com/articles/4z18T05o/ There are... (by closed account 3voN6Up4)
|
Confusing Operating System Functions |
|
[1 reply] : duplicated http://www.cplusplus.com/forum/beginner/191164/ (by ne555)
|
by cstrickd
I need help describing this code me and my friend worked on. It runs and everything i just a description of what happens.
|
|
[2 replies] Last: If you put the idkLol void function just after the opening bracket for... (by closed account 3voN6Up4)
|
by Dizeliun
Program skipping my if statement
|
|
[3 replies] Last: ahh I see! And apologies I don't know the difference between C and C++... (by Dizeliun)
|
by cstrickd
i need help describing this program
|
|
[no replies]
|
by wickedcro
Work with matrix
|
|
[3 replies] Last: Take this out of your code and the compiler is happy: // matrix ma... (by closed account 48bpfSEw)
|
by mads27
Morse to English Translator
|
|
[4 replies] Last: Line 79: I'm not clear what you're trying to do here. What you nee... (by AbstractionAnon)
|
by Nullmer
What's wrong with this program?
|
|
[no replies]
|
by ThDeth
Help with fstream and iostream
|
|
[2 replies] Last: Thanks, I done it like: cin.getline(User_input,15) That solved everyt... (by ThDeth)
|
by pyos
For loop iteration through an array (factorial)
|
|
[3 replies] Last: Zhuge - Thank You! (by pyos)
|
by mistersunnyd
Partially filled array question
|
|
[3 replies] Last: So if I set a size variable to 10 and created an array int a , I can ... (by Chervil)
|
by MultiMedia
How to create my own coloring function?
|
|
[1 reply] : http://www.cplusplus.com/forum/beginner/5830/ (by chicofeo)
|
Strings, Email verification |
|
[3 replies] Last: // rudimentary. see: https://en.wikipedia.org/wiki/Email_address#Synt... (by JLBorges)
|
Random teams that don't repeat |
|
[1 reply] : > Can anyone give me some direction for where to go to prevent a resta... (by JLBorges)
|
by MultiMedia
Does a char* end with '\0'?
|
|
[2 replies] Last: Only if you want it to. http://www.cplusplus.com/faq/sequences/strings... (by Duthomhas)
|
by Carter205
Opening file using Argc and Argv
|
|
[4 replies] Last: C++ is a compiled language. You start with the source code in a .cpp f... (by Chervil)
|
by Frampt24
I'm very new to programming. Please help
|
|
[5 replies] Last: It's not related to topic, but chicofeo you are awesome, I wish somebo... (by JosephDaniels1982)
|
by bJarneFan92
Help with strings in an inheritance project
|
|
[3 replies] Last: Nowhere do you include the required <string> header. A few problems: ... (by AbstractionAnon)
|
by Maarf
Switch inside while = infinite loop
|
|
[2 replies] Last: Thanks, I fixed it, my while wasn't well defined and in a wrong line. ... (by Maarf)
|
by eliiofaddoul
Code problem
|
|
[1 reply] : Lines 11-14: Why are these lines here? You're just going to overlay ... (by AbstractionAnon)
|