by hollow60
Passing in Multiple Text files
|
|
[8 replies] Last: #include <iostream> #include <fstream> #include <string> #include <ma... (by JLBorges)
|
by Cambalinho
c++11 - adding new options to my String class
|
|
[3 replies] Last: void replace(string oldstring, string newstring) { int st... (by Cambalinho)
|
by rmxhaha
How to make sure dereference to vector is valid
|
|
[8 replies] Last: However I notice that sometimes w is cannot be dereferenced I am ... (by MiiNiPaa)
|
by judo11
How do I trap character inputs in C++?
|
|
[no replies]
|
problem while running |
|
[3 replies] Last: 1) true is a reserved word. It should not even compile. 2) Your loos ... (by MiiNiPaa)
|
by Shyckh
vs 2010 express problem in building a project
|
|
[6 replies] Last: thanks i will try to get the torrent of 2010 professional (by Shyckh)
|
by AceK
I need help with libusb, if anyone is familiar with it
|
|
[no replies]
|
by jemeripol
[HELP] Error debugging with functions
|
|
[6 replies] Last: Thanks JLBorges. :) You never cease to amaze me. :P (by jemeripol)
|
by AlexanderCI
Mysterious gray background color MDI
|
|
[no replies]
|
by Ritik
How to print out elements of vector of type pair?
|
|
[2 replies] Last: Okay! No reason in particular as to why I was dynamically allocating m... (by Ritik)
|
by newbie456
Explain this code behaviour
|
|
[10 replies] Last: SAdly there are little of them. And it does terrible job of determine ... (by MiiNiPaa)
|
by hellhound
How to compare templated class with variadics?
|
|
[4 replies] Last: Thanks for the hit to the back of my head ;) I was too fixed to compar... (by hellhound)
|
by Shuruki
Validating Characters in a Stack
|
|
[7 replies] Last: Finally got it to work!! @Cire Thanks for the advice, made me think s... (by Shuruki)
|
by dark ninjuh
General c++ question
|
|
[1 reply] : Lazy Foo SDL2 tutorials. Pretty solid game making tutorial. (by poteto)
|
by JustinH
Copy Constructor with an Array Crashing!!!
|
|
[2 replies] Last: You don't allocate any memory in your copy constructor, as you do in y... (by cire)
|
by IamSumit
[solved]Process Handle in Windows
|
|
[4 replies] Last: Yes. Call WaitForSingleObject on the process handle. http://msdn.micro... (by modoran)
|
by drk97
string modification
|
|
[1 reply] : I was at first confused by your using 'mod' -- which is a mathematical... (by Duthomhas)
|
by aclayton96
Trying to Design a Simple Calculator
|
|
[1 reply] : First, you seem to have the right approach to the assignment, all the ... (by Shuruki)
|
by thehunter629
Why does my code ask for "Please enter a number between 2-12: " twice?
|
|
[6 replies] Last: @thehunter629 Sorry for my error, but I based my response on just the... (by whitenite1)
|
by scarney258
c++ program for determining maximum deflection on a beam
|
|
[2 replies] Last: +1 for the comment above.. then use return 0; not return y; and m... (by jemeripol)
|