by progleo
SFML problem
|
|
[1 reply] : tiles.setPosition(i * 32, j * 32); // ... (by progleo)
|
by alejandro29
Const char compiling problem
|
|
[2 replies] Last: This way you assign a pointer to an array. That doesn' work. You need ... (by coder777)
|
by mlholder
Problems with Interface/Implementation Files
|
|
[3 replies] Last: > if I remove the namespaces, is the code somewhat "close" as to how ... (by JLBorges)
|
by moop
Program entirely messing up.. Need explanations.
|
|
[1 reply] : // gradingProgram.cpp : Defines the entry point for the console appli... (by CodeWriter)
|
by thor36
Can't get sample Voce library project to work (build errors)
|
|
[no replies]
|
by Haziq
Array Game
|
|
[5 replies] Last: Here is a program that plays rand tic tac toe games: #include <cstdli... (by CodeWriter)
|
by Bogeyman
Memory leak safe? (1,2)
|
|
[28 replies] Last: Thanks Disch! (by Bogeyman)
|
How do I round up decimal places? |
|
[7 replies] Last: @supernoob, setprecision() only effects how the output is done. It d... (by closed account E0p9LyTq)
|
Using a function as the default value |
|
[3 replies] Last: PS Trivia... Better style? vector<int> myVector = { 3, 7, 9, 5,... (by andywestken)
|
not asking second question in my code |
|
[3 replies] Last: A couple of things stand out that make debugging your program a bit di... (by closed account E0p9LyTq)
|
by allmatlabnoC
Nested Classes. a colon right after the Class declaration
|
|
[6 replies] Last: using namespace std; #include "matplotpp.h" class MPlot :public MatP... (by allmatlabnoC)
|
Sleep problem in Windows! |
|
[10 replies] Last: clock_t start = clock(); dormir_2(secs); clock_t stop = clock(); doub... (by JLBorges)
|
by pomodoro
memmem() help
|
|
[6 replies] Last: Justs to say thanks ! Solved. Another good site... Help me alot. http... (by pomodoro)
|
by DannyL
Basic while problem, help?
|
|
[3 replies] Last: I have no idea why it didn't work that way, but I think it glitched ... (by progleo)
|
by Shoubakka
SLIGHTLY URGENT Structure Mutator Issue
|
|
[2 replies] Last: Thanks a ton! I'm apparently blind... (by Shoubakka)
|
by Havion
How do I convert a row in a 2D array to a string
|
|
[4 replies] Last: Whoa, that did the trick, thanks a lot for the help! (by Havion)
|
UINT_MAX of array probelm? Functions |
|
[5 replies] Last: [quote=Mina123]I am trying to return exactly what it ask for in my fir... (by keskiverto)
|
by frazfraz
Passing Array from Struct to Function
|
|
[1 reply] : There are always multiple approaches. One is to calculate average(s) ... (by keskiverto)
|
by zou bisou
Reading in string/ int arrays and bubble sorting
|
|
[2 replies] Last: Thanks I figured the rest out. (by zou bisou)
|
by JasBeckC
HEAP CORRUPTION DETECTED
|
|
[1 reply] : Remove the for loop on line 50. This is done within merge(...). It wi... (by coder777)
|