by dcex1
Issue with code, can't access a function in other class!
|
|
[6 replies] Last: Oh okay, that may be the issue actually, as yeah the constructMatrix i... (by dcex1)
|
by onlyalante
Search Benchmarks
|
|
[no replies]
|
by mnowicki
Printing out "*" corresponding to array index size.
|
|
[3 replies] Last: @raju8438: Your suggestion won't work because "we are not sure total a... (by tcs)
|
by cGuru
Music & Sound With C++
|
|
[3 replies] Last: Does anyone think it would cause some kind of problem down the road if... (by cGuru)
|
by gopal2773
vector<std::string> pushback problem
|
|
[2 replies] Last: Does the recursion stop at some time? C++ doesn't support lazy evaluat... (by Peter87)
|
by jemeripol
C++ exceed buffer limit = abort with cuteness
|
|
[5 replies] Last: Oh, I get it. you have another way of computing the trapezoidal rule. ... (by jemeripol)
|
by dustball64
Question about double pointer to a reference
|
|
[1 reply] : What are we storing into prevNode in line 1? hashTable is a sequence ... (by helios)
|
using getline to parse from a text file. |
|
[10 replies] Last: @ LB I think it'd be fair to gather by now that the input format is n... (by Duthomhas)
|
by darklord1
Inputing intergers heap
|
|
[no replies]
|
by daol5181
reheapify downwards
|
|
[no replies]
|
by MrBond90
help with bool and const array
|
|
[1 reply] : int start = 0; if (hideFirstCard) { cout >> "**"; start = 1; ... (by dhayden)
|
by davtk8
Reverse alternate words in a string
|
|
[4 replies] Last: multiple ways you could do it, could have it take in strings char at a... (by d1ff1cul1010)
|
by Aquital
Bowling Program: Need some help
|
|
[1 reply] : Have you learned arrays and loops yet? Because this code would be seri... (by TheKingOfTyrants)
|
by sublineim
How is the implementation of vector::insert() ?
|
|
[4 replies] Last: You're not answering OP's question. He doesn't want to use std::vec... (by Duthomhas)
|
ncurses help on Mac OS X Xcode |
|
[2 replies] Last: http://www.cplusplus.com/forum/general/113904/#msg622055 From your li... (by closed account SzUk92yv)
|
by Aurelioking
C++ Draw letters
|
|
[3 replies] Last: You are expected to draw a single letter? Or a word/sentence? For ... (by Duthomhas)
|
by prestokeys
Encapsulating speed types of different animals
|
|
[10 replies] Last: > 'return bool(stm);' could be replaced by 'return !stm.fail();' but n... (by JLBorges)
|
by Gyiove
Minecraft style infinity blocky world ( fopen and holding blocks in ram )
|
|
[no replies]
|
SDL Set up... |
|
[2 replies] Last: Have you installed the libraries? (by Avilius)
|
by akasuavity
C++ How does one use Array Input Checking?
|
|
[3 replies] Last: Plain arrays are far more complex and tricky to use than simply using ... (by LB)
|