by Argy
Colors
|
|
[6 replies] Last: #include <iostream> #include <windows.h> using namespace std; int mai... (by Yanson)
|
by shaytn
Maze and mole game help
|
|
[3 replies] Last: Thanks for the help I greatly appreciate it. (by shaytn)
|
by shaytn
Random sentence generator
|
|
[4 replies] Last: I would have used std::strings butt my instructor wants it in char (by shaytn)
|
Project - Looking for A Coder |
|
[2 replies] Last: Thank You...I did. =/ Moderator please delete and I will re-post in J... (by bggshoppinginc)
|
by soulblazer
Why I'm getting these errors?
|
|
[2 replies] Last: What does the global space of your code look like? You don't have a ma... (by Computergeek01)
|
by northfly
template<typename T> scope?
|
|
[1 reply] : No. 'The 'T' is just a placeholder for the function / entity it is ass... (by TwilightSpectre)
|
by chitwanjit
New to C++, Having trouble understanding how some simpe things done in Java or .Net done in C++
|
|
[6 replies] Last: It is basically framework. So is it C++ ?/ Yes, Qt is GUI and Wt is ... (by coder777)
|
by PrydeRage
Function can't read entire executable file.
|
|
[6 replies] Last: Haha, Douas, I have been thinking on the same: What? My function is wr... (by iQChange)
|
by JasonMcG
Calculations from Text File
|
|
[5 replies] Last: yup. (by mutexe)
|
by jimbojohn
Can I Optimize this code with better array manipulation??
|
|
[1 reply] : I don't think you can do much more from C, and what you've done seems ... (by kbw)
|
by brichz
Location Based reminder with Qt IDE
|
|
[no replies]
|
by opgllover
Unhandled exception at 0x10009505 in opgl.exe: 0xC0000005: Access violation reading location 0x00000001.
|
|
[2 replies] Last: Thanks (by opgllover)
|
by soulblazer
How to get the current video mode in console?
|
|
[1 reply] : This really belongs in the Windows forum. #include <iostream> #inclu... (by cire)
|
by johnmerlino
question about calloc
|
|
[2 replies] Last: that's a good an example of when to use both thanks (by johnmerlino)
|
by moneysab
Square root Function
|
|
[2 replies] Last: Not sure you can achieve that. First an observation: float root(int ... (by ats15)
|
by mm123
Constructors and member functions
|
|
[2 replies] Last: Start with this: http://www.cplusplus.com/doc/tutorial/classes/ You s... (by Zhuge)
|
by GrizzThePro
Having trouble with taking data from files and giving information to another file
|
|
[1 reply] : For reference, this is what the output file looks like after I run my ... (by GrizzThePro)
|
by Centinela
Struct
|
|
[2 replies] Last: I do not know how to get the title of the song with more duration. (by Centinela)
|
by qwerty321
Open processing
|
|
[1 reply] : Processing is its own language. This is not C++, and wouldn't compile... (by cire)
|
by Hippogriff
Old Style Minimaps
|
|
[2 replies] Last: So you think they actually did create all of the minimaps by hand? Se... (by Hippogriff)
|