first post |
|
[2 replies] Last: ahhh ok, so i changed my if statement to the following: if (popChange... (by XxEnigmaticxX)
|
by Midnightztar
Reading in numbers from file with loop
|
|
[1 reply] : You could open and close the output file in function main() and pass i... (by Chervil)
|
nhandled exception at 0x779415de... |
|
[1 reply] : You probably should pass a instead of 0 as the first argument to Secon... (by Peter87)
|
by DANNY123
need help in the string vector
|
|
[5 replies] Last: thanks guys. I will improve this field. (by DANNY123)
|
by Gameboy24
Make bit of code only run if the program has admin rights?
|
|
[2 replies] Last: Windows. This is for a windows 8 trial refresh/kms activation tool. (by Gameboy24)
|
by Domo122
When I use cygwin I keep getting -bash: g++: command not found
|
|
[2 replies] Last: cygwin doesnt have g++ by default (by closed account Dy7SLyTq)
|
by Kubani
unmatching in default constructor of Year
|
|
[13 replies] Last: thank you dear AbstractionAnon for your explanation. The case was abou... (by Kubani)
|
problem with break statemnt and function called from an other function |
|
[1 reply] : Consider the following snippet of your code: if (passwrd==pWo... (by AbstractionAnon)
|
I want to create a "dictionary" but I need some help |
|
[4 replies] Last: @Lynx876 - Good catch. I missed that. Thanks. (by AbstractionAnon)
|
by vanessatse
Matrix multiplication operator
|
|
[2 replies] Last: The error that toum pointed out is a good reason to use names someth... (by TheIdeasMan)
|
by RyanHecht
Beginner Tic Tac Toe Efficiency
|
|
[2 replies] Last: Ok, thank you very much! I will definitely be changing this up and usi... (by RyanHecht)
|
by jgkhawks
How to determine primes in part of a program
|
|
[17 replies] Last: @smac89 - The original requirement was that the password was 5 to 8 di... (by AbstractionAnon)
|
by Nonlin
How do I retain function value?
|
|
[6 replies] Last: Oh wow, thanks. So simple... It bothers me how simple this fixes are. ... (by Nonlin)
|
vectors |
|
[4 replies] Last: It doesn't matter what compiler you're using, at least not for 1998 co... (by Cubbi)
|
by fx11
How are objects passed to functions, and what is passed?
|
|
[2 replies] Last: // friend functions #include <iostream> using namespace std; class... (by fx11)
|
by joshyjosh10
C++ File I/O, find specific data on a file and print to screen.
|
|
[no replies]
|
by nukem266
error c2664 'memcpy' : cannot convert parameter 1 from 'int' to 'void *'
|
|
[8 replies] Last: Thank you i understand it now, Ii read over that page a few times just... (by nukem266)
|
by krutuk
Problem with loop
|
|
[4 replies] Last: there is confusion in your pointer assignments as I said earlier. You ... (by abhishekm71)
|
by cakehead
two dimensional arrays function call
|
|
[3 replies] Last: In function main() these two lines simply declare the functions (tha... (by Chervil)
|
HELP!!! |
|
[1 reply] : Well, when you put the asterisk in front of a variable that's being de... (by RobertEagle)
|