by GuitarMan
Reading from a file
|
|
[1 reply] : Something like this? #include <fstream> #include <sstream> #include... (by mpark4656)
|
by simasnau
Point counting program
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ (by DeathLeap)
|
Help with a for loops problem |
|
[4 replies] Last: THANK YOU!!!!!! :) (by deadlybluecow26)
|
by Mays
'{' : missing function header
|
|
[8 replies] Last: Sorting(numbers, n); (by cire)
|
by shaven
why the answer is 3??
|
|
[5 replies] Last: 15 / 4 = (3 * 4) + 3 4 divides 15 evenly 3 times. 3 times 4 equals 1... (by elaleph)
|
by Magicbrix
Help with program
|
|
[5 replies] Last: @cire Nice. Thanks for that idea. Using getline () and string stream w... (by mpark4656)
|
More pointer help -_- |
|
[3 replies] Last: I posted the original code I am converting at the very bottom The on... (by cire)
|
by Blungus
C++ resources question
|
|
[5 replies] Last: bjarne stroustrup (creator of c++) Wrote a book called a tour of c++. ... (by TarikNeaj)
|
by ADVANCESSSS
Can c++ save images to my HD or c++ code can't touch such?
|
|
[8 replies] Last: Search-Tree would beat Google-fu though*** Can't I set the above oper... (by ADVANCESSSS)
|
Passing by pointer, cannot convert argument 1 from int* to int |
|
[3 replies] Last: ....I am so stupid. Thanks (by prodigydeadeye)
|
Using Pointers to Create Multidimensional Arrays |
|
[1 reply] : Ok, understand that in conceptual grids, what's "width" and what's "he... (by Austin J)
|
by jakobfri
Error when trying to run code.
|
|
[2 replies] Last: What kind of object is studentID? The compiler does not know what to d... (by Moschops)
|
by noaboa
Sudoku game
|
|
[3 replies] Last: As Peter87 said I am talking about the boardNumbers() funciton. The pu... (by noaboa)
|
by ay2306
TurboC++ 4.5 problem
|
|
[no replies]
|
by MatiasMunk
Vector, eating contest.
|
|
[4 replies] Last: Also any bad things I do in the code, please also mention To get the... (by dhayden)
|
by VladasX
Recursion with for loop
|
|
[7 replies] Last: dhayden mentioned combinations and a minimum value, forgive me for be... (by dhayden)
|
by jamesfarrow
lottery simulator
|
|
[1 reply] : I apologize for the quality of the code - I am very new to C++, if any... (by jamesfarrow)
|
by ruslansbest
Creating a function forcalculating
|
|
[2 replies] Last: You could change line 196 so the first item written to outKursistFile ... (by Chervil)
|
Pacman issue |
|
[2 replies] Last: Would that be this? #pragma once // If Windows and not in Debug, thi... (by LordxDanswich)
|
by alitt
using for loops in class
|
|
[no replies]
|