by Nanyo
game rougelike
|
|
[no replies]
|
by DoriaLatro
Output text C++
|
|
[no replies]
|
by foxxiak
Class .h .cpp undefined reference understanding problem
|
|
[7 replies] Last: wow, thats really embarrassing. problem solved, thanks guys :) (by foxxiak)
|
by nenko182
Is this what I should have done? (Cipher program)
|
|
[7 replies] Last: By the way, your code to shuffle the strings is wrong. Rather than swa... (by dhayden)
|
by yacob1404
Is there a package of standard .h files?
|
|
[3 replies] Last: No it's not standard. The name suggests it's only available on the Min... (by Peter87)
|
Differentiating istream from ifstream parameter |
|
[3 replies] Last: Yes. (by keskiverto)
|
by Lieberten
Variable question (Do not really know how to call this problem)
|
|
[1 reply] : #include <iostream> int main() { unsigned numOpinions; std:... (by booradley60)
|
Removing comments and whitespace from LOC Counter |
|
[1 reply] : Perhaps you should read up on the find method of std::string . Hin... (by cire)
|
by prasenjitjnu
Releted to Matrix
|
|
[no replies]
|
by coolguy123
Need help with reading a txt file that has commas
|
|
[2 replies] Last: it works now, thanks man! (by coolguy123)
|
by skwigelf
reading txt file into vector
|
|
[2 replies] Last: jlb, you're a lifesaver! (by TonyEdwardStark)
|
Homework help |
|
[5 replies] Last: Sorry. I thought I explained that. From my last post: Use &theAns as ... (by closed account D80DSL3A)
|
by LATCH100
program doesnt increment right
|
|
[5 replies] Last: wow thanks , we must have commented at the same time so i didnt see yo... (by LATCH100)
|
by hajjboy95
Symbol not found Error
|
|
[5 replies] Last: //i just changed void checkTime() to void AlarmClock::checkTime(... (by rafae11)
|
by pbri4141
Day of Week Program
|
|
[3 replies] Last: That leap year algorithm is not correct. if (year % 400 == 0) return ... (by booradley60)
|
by raprap 99
c++ char array
|
|
[2 replies] Last: You will find your code much easier to read and handle if you indent i... (by dhayden)
|
by VVS
use of undeclared identifier 'pow'
|
|
[2 replies] Last: you need to include the math header from c. In C++ it is in <cmath> (... (by TheToaster)
|
by TheToaster
HELP IN UPDATING TO C++14 Standard!!!
|
|
[17 replies] Last: Thanks to everyone that helped me on this thread! I appreciate it! The... (by TheToaster)
|
by etrusks
comparing strings
|
|
[2 replies] Last: Thanks a lot for answer :) That was supposed to be c++ code. It was fr... (by etrusks)
|
by m0rteum
Help with passing a vector by reference and creating paired vectors
|
|
[3 replies] Last: Thank you both. Not sure why I couldn't figure out that I just needed ... (by m0rteum)
|