by bakerw71
Easy to use GUI with graphical capabilities
|
|
[4 replies] Last: Been trying QT with its IDE for a bit but it doesn't like ANYTHING I'm... (by bakerw71)
|
by GhettoBurger
Reading and writing to txt file from different cpp files.
|
|
[8 replies] Last: Yes it is did not want to add them into a single question. Though that... (by GhettoBurger)
|
by rozick1
storing struct as an array of bytes?
|
|
[5 replies] Last: thanks both, much appreciated (by rozick1)
|
by ArchRon1n
Cannot read from a text file!
|
|
[2 replies] Last: Sorry i'm new to c++. Would it be possible for you to correct my code ... (by ArchRon1n)
|
Simple If statement Issue |
|
[8 replies] Last: #include <iostream> using namespace std; int main() { int cool ... (by closed account 48T7M4Gy)
|
by Hanske
While loop with conditions
|
|
[5 replies] Last: Yep! Exactly. Thanks for the help! (by Hanske)
|
by Reekoh
Help. Abort() has been called
|
|
[1 reply] : = is used for assigning values. If you want to compare equality you sh... (by Peter87)
|
by zxkun
prototype in my function is not declared
|
|
[6 replies] Last: #include <iostream> // #include <string> // ??? // #include <iomanip>... (by closed account 48T7M4Gy)
|
by Wu zhen hai
Hash String During Compilation Time
|
|
[3 replies] Last: Many Thanks! (by Wu zhen hai)
|
by Zackfriedman
Bool function to check if two arrays are identical
|
|
[5 replies] Last: #include <algorithm> // http://en.cppreference.com/w/cpp/algorithm/e... (by JLBorges)
|
by Alu
Converting strings in a String Array into lowercase
|
|
[1 reply] : When you aren't using straight C++ it is a good idea to also indicate ... (by Duthomhas)
|
by MultiMedia
Calculate position and angle
|
|
[10 replies] Last: Thank you Jonnin :) (by MultiMedia)
|
by bluefrog
recursive boost exception using io_service
|
|
[no replies]
|
by kinjal2209
I/O with files
|
|
[4 replies] Last: Player.cpp #include <fstream> #include <iostream> #include <stdexcep... (by Enoizat)
|
by FSUNole34
Help my code stops at the end!
|
|
[11 replies] Last: http://www.cplusplus.com/forum/general/220758/ (by closed account 48T7M4Gy)
|
by ilovecoffee
how to think c++ output about this code
|
|
[1 reply] : #include <iostream> int funz(int, int); int main() { std::cout ... (by JLBorges)
|
Overloading subscript operator |
|
[3 replies] Last: Another very similar approach. Wrote this out earlier today, but never... (by mbozzi)
|
by newguy444
Need help changing inputs from uppercase to lowercase
|
|
[3 replies] Last: I'm not sure how I'm supposed to loop tolower in a queue/string or mak... (by newguy444)
|
by RTsuNa08
student report card and ranking
|
|
[2 replies] Last: thank you very much Handy Andy (by RTsuNa08)
|
by zxkun
struct not showing the right number
|
|
[3 replies] Last: oh fixed, I think my IDE has some issue, it says can not open the file... (by zxkun)
|