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 kemort)
|
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 kemort)
|
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)
|
by LarrySmooth
Need help with a random number generator function.
|
|
[8 replies] Last: This is how I do it, and it works well: int randInt(int a, int b) {... (by Toby12600)
|
Why are type aliases useful? |
|
[3 replies] Last: 1) typedef are important for updating a software program for example ... (by novellof)
|
by banithel
variables question
|
|
[4 replies] Last: Use operator bool instead of good() member function. .good() sho... (by MiiNiPaa)
|
by turtlesavage
Debug check with cout, storage class type specifier
|
|
[1 reply] : You cannot place statements like that in the global scope; when would ... (by Zhuge)
|
by bgold12
Asking for number and output a character
|
|
[2 replies] Last: it couldn't be easier than that. (by shadowCODE)
|
by leo255
Decimal to Hex Conversion - Not getting correct output
|
|
[3 replies] Last: One last quick question...If I change this to a void function, and the... (by leo255)
|
by reisman234
CalculatorTest & Calculator Project Dependency
|
|
[no replies]
|
by lbh1992
Program could capture the data from a USB port
|
|
[no replies]
|
by Rgillooly91
Need Help with First Homework Assignment
|
|
[4 replies] Last: You're heading in the direction of arrays, since typing firstnum, seco... (by booradley60)
|