by davez
having troubles with multidimensional (1,2)
|
|
[20 replies] Last: Too easy - phew. (by closed account 48T7M4Gy)
|
by vampirenelf
Matrices Multiplications input problems
|
|
[no replies]
|
by deruku
Match Three Game help.
|
|
[7 replies] Last: what do you mean try and make it work. ? you mean main() ?... (by shadowCODE)
|
by Cush
How do I read certain parts on certain lines in a text file?
|
|
[4 replies] Last: The logic for extracting the data of interest could be something like ... (by JLBorges)
|
by overthewater
Integer division
|
|
[10 replies] Last: The spelling errors are for the same reason, I am just typing out the... (by admkrk)
|
by kathay14
Menu (1,2)
|
|
[20 replies] Last: // Pick a game menu #include<iostream> using namespace std; void pl... (by closed account 48T7M4Gy)
|
by Observer
My first RegExp
|
|
[5 replies] Last: JLBorges, it works fine in VSC++2010! Thank you for showing mistakes a... (by Observer)
|
by bryan177mcsc
using new and delete causing program to crash?
|
|
[4 replies] Last: Okay my friend, thank you so much :) (by bryan177mcsc)
|
by PATBALM
No instance of overloaded function and cannot convert argument 2 from int * to int
|
|
[5 replies] Last: Yeah, you still haven't got it. All you need to do is replace 3 lines ... (by closed account 48T7M4Gy)
|
by c00012
Invalid Null Pointer
|
|
[3 replies] Last: Thanks for all suggestion. I'll do as you guys suggested and I'll let ... (by c00012)
|
by Jon15
Leibniz series with newton raphson loop
|
|
[2 replies] Last: Oh, how do i apply a series to the equation for pi? (by Jon15)
|
by thecause17
Prime number program with a given interval issues
|
|
[2 replies] Last: you should leave your post alone next time you solve to save it as a r... (by novellof)
|
by CongDao
How can print list link
|
|
[1 reply] : #include <iostream> using namespace std; struct Node { int info... (by closed account 48T7M4Gy)
|
by nan0hard
How I got MySQL Connector to compile statically on Debian
|
|
[2 replies] Last: Thanks. For me, pkg-config has suspiciously few packages in its list;... (by nan0hard)
|
by jado765
Operand >> illegal
|
|
[4 replies] Last: Never mind, i got how to solve it (by jado765)
|
by f8al
C++ Substring
|
|
[3 replies] Last: The one you use is size_t find (const string& str, size_t pos = 0) co... (by Smac89)
|
by Toby12600
Help with roguelike Game
|
|
[1 reply] : bool isPassable(int x, int y) { int value = map map is probab... (by Disch)
|