by regiice9
Help...Me...!
|
|
[1 reply] : sorry, i had too many characters, but my code is: #include <fstream> ... (by regiice9)
|
by Sava
Problem with long double
|
|
[3 replies] Last: Thank you for your replies! I am using Dev-C because I was looking for... (by Sava)
|
by theamatuer
glitch or ...?
|
|
[3 replies] Last: In general, you should never blame the compiler - fault almost always ... (by rollie)
|
by Zincott
Division & The Future of my C++
|
|
[3 replies] Last: Oh wow, I switched up the calling of my functions, so to find the circ... (by Zincott)
|
by boobs
Open on file fro another
|
|
[1 reply] : Like this ? #include <iostream> using namespace std; int main() {... (by modoran)
|
2 windows in Allegro |
|
[1 reply] : I don't think it has to do with double buffering. Are both windows cre... (by Peter87)
|
by Phil123
Multiple .cpp File Programs
|
|
[10 replies] Last: Global objects are not really recommended but if you really want to h... (by Phil123)
|
by boobs
Problem with loops
|
|
[2 replies] Last: Thanks peter thats a big help..... (by boobs)
|
by Dodu
Problem with calculating Percentage
|
|
[11 replies] Last: @Akshit Thank you! :) (by Dodu)
|
by aslv
Writing my own io manipulators with arguments
|
|
[1 reply] : #include <iostream> struct fw { explicit constexpr fw( unsigned i... (by JLBorges)
|
by Sarah93
one occurrence
|
|
[6 replies] Last: thanks ^_^ (by Sarah93)
|
by Akshit
Time or Fault?
|
|
[5 replies] Last: Try write a more efficient checkprime function. Also make sure that ... (by Peter87)
|
by Khan22
Finding a match between player input string and string array elements?
|
|
[3 replies] Last: The return type of std::string::find is std::size_t. std::string::npos... (by Peter87)
|
by raje
text file is storing some garbage value
|
|
[2 replies] Last: where's code? (by Akshit)
|
by dancks
Confusing problem using vector in game (1,2)
|
|
[24 replies] Last: I'm curious about something. Why does he do things like this void dee... (by BHX)
|
by abaz01
calling a double for a header file to .cpp file
|
|
[1 reply] : In the header file you have declared the constructor to take one argum... (by Peter87)
|
Function pointers |
|
[3 replies] Last: Thank you for your help. Both solutions work, although peter's is slig... (by closed account DGvMDjzh)
|
Difficulty in understanding |
|
[4 replies] Last: Sameer Implicit Conversion means that the Compiler converts type to an... (by CMinus)
|
by Ruthless
Simple bot
|
|
[5 replies] Last: With libcurl and some knowledge about how HTML works you can write thi... (by modoran)
|
How do I add commas? |
|
[9 replies] Last: Damn..... I haven't learn about "String". Maybe this is a great time t... (by DetectiveRawr)
|