by wolfv
make: *** No rule to make target
|
|
[2 replies] Last: Thank you Peter87! That fixed it. (by wolfv)
|
by Vandalism
Edit an Inputted user information
|
|
[2 replies] Last: Thank you! I really appreciate it. It now works! void EditEntry(Perso... (by Vandalism)
|
by Vandalism
Address Book Program
|
|
[5 replies] Last: @tipaye: Thank you! It now work! #include<iostream> #include<string> ... (by Vandalism)
|
by Jweim
Completely Lost On reading Data Into Array
|
|
[6 replies] Last: line 39, i = 0; (by anup30)
|
by rjghoul
Read numbers
|
|
[6 replies] Last: the OP cant use <set> for restrictions Probably they are at the be... (by minomic)
|
by Lemmon
If else and logic problems.
|
|
[2 replies] Last: You are somewhat close. To begin, before we go into how to do the stat... (by Spikerocks101)
|
by omurad
String Array Initialization Problem
|
|
[2 replies] Last: Thank you! (by omurad)
|
by tr1944
Segmentation fault for different ways of initializing class
|
|
[6 replies] Last: Line 78 copies D(a, b) to d . Now you've two objects ( D(a, b) and... (by tcs)
|
Compiling openGL file |
|
[2 replies] Last: I am now compiling with: g++ -framework GLUT -framework OpenGL -framew... (by bchinfosieeuw)
|
by Mixelplik
why do I need cin.ignore here?
|
|
[2 replies] Last: Thanks! (by Mixelplik)
|
by alexBB
Compilation errors in a cpp file
|
|
[12 replies] Last: sh: commands to compile the source code. You did compile the progra... (by keskiverto)
|
by Mike123
Variables
|
|
[13 replies] Last: sorry i don't enough time now to understand that big code. if you un... (by anup30)
|
by DexterMorgan
A generalization of Switch
|
|
[4 replies] Last: I do like your solution m4ster r0shi :) (by DexterMorgan)
|
I need some help guys [Newbie] |
|
[3 replies] Last: That was a pain in the ass! Thank Guys!!!:D It's working! You're both ... (by ElectricCowBoy)
|
by AHMEDiii
one dim array - function - number of negative values
|
|
[3 replies] Last: yes yes there is no problem I forgot to check it thank u very much (by AHMEDiii)
|
Function printf and variable formats |
|
[1 reply] : If you really want to use these C functions in your C++ program I sugg... (by jlb)
|
by AHMEDiii
number of digits + sum of even digits
|
|
[4 replies] Last: thank all of u guys 4 your interest (by AHMEDiii)
|
by Edvards
FOR - skip first and last
|
|
[10 replies] Last: Did use the same loop for (a = a + 1; a < b; a++) added a = a + 1, but... (by Edvards)
|
by Nielyboyken
Fastest cross-platform FTP-library?
|
|
[3 replies] Last: ^The third-parameter is that it'll disconnect if you don't succeed ma... (by Computergeek01)
|
by Moonraker101
Singleton Code review
|
|
[6 replies] Last: Thanks again for the help JLBorges. Works perfectly. (by Moonraker101)
|