by micker2g
Writing to a .txt file using a function
|
|
[7 replies] Last: The reason you had trouble is because you put using namespace std; ... (by Moeljbcp)
|
by alepxpl93
arrays
|
|
[7 replies] Last: Also, thanks for that neat trick with int C = {} my professor never... (by alepxpl93)
|
What am I doing wrong with this program? |
|
[1 reply] : 1st. Please use code formatting (the "<>" button) to post code. 2nd.... (by scapegote)
|
by hikari777
Please help with my first program!!
|
|
[6 replies] Last: You need stdafx.h if you're using MS Visual Studio. Codeblock doesn't... (by pnoid)
|
by dtaqee88
Why does program crash when an integer variable is declared in main (1,2)
|
|
[20 replies] Last: so is there any way to convert a string to a number and decrement the... (by closed account DSLq5Di1)
|
by borne2run
Looking for Quality Online C++ course for mac
|
|
[2 replies] Last: This site has an excellent tutorial. http://www.cplusplus.com/doc/tut... (by AbstractionAnon)
|
by Darkshadow
Very basic
|
|
[6 replies] Last: Yes, but you should work on the core of the code first. Reread my post... (by LB)
|
Graphics in C++ Help |
|
[5 replies] Last: On the contrary, C++ is quite possibly the best language for your RPG ... (by Morg)
|
by soccerace
Vectors and File I/O
|
|
[3 replies] Last: Ok so all of this is to check to make sure that I'm on the right page,... (by soccerace)
|
by CareyWoods2
vbvc
|
|
[2 replies] Last: Your switch statement shall not work. That is it will always pass the ... (by vlad from moscow)
|
steps to build my own linux destro |
|
[no replies]
|
by mike12255
Skipping my for loop
|
|
[4 replies] Last: Right I forgot how for loops work in C++ im thinking of PHP (by mike12255)
|
by astraeos
loop to write a to z alphabetically using char
|
|
[5 replies] Last: Or even? #include<iostream> using namespace std; int main() { f... (by andywestken)
|
by ViteXikora
DwmApi function doesn't work (says undeclared)
|
|
[2 replies] Last: already done, all headers are #include <windows.h> #include <cstdlib> ... (by ViteXikora)
|
prime number checking program |
|
[1 reply] : Well, you're testing 81 for divisibility from 2 to 9. And it's divisib... (by andywestken)
|
by ahtoh4o0o
Help for Algorithm
|
|
[no replies]
|
by rduckett91
HELP ASAP!!!
|
|
[3 replies] Last: Sorry the very late response. Thank you for the help so far but I am c... (by rduckett91)
|
by toorrabbit
[Broken Code, C++] Loop when input is larger than cstring
|
|
[1 reply] : Function cin.getline (cFileName,MAX_SIZE); leaves the new line chara... (by vlad from moscow)
|
by dritail
char inputName[80] = {'\0'}; What does this do?
|
|
[4 replies] Last: okay thank you so much! (by dritail)
|
by MikeJK
Adding libraries
|
|
[2 replies] Last: Thank you!! That works perfectly. I'll mark this as solved. Thank yo... (by MikeJK)
|