by c4l
Very basic help with string library related task
|
|
[4 replies] Last: We only have to do it for integers from 2 to 9 for now. (by c4l)
|
Need some help cleaning up and adding a loop |
|
[4 replies] Last: You would insert it between your if statements. if (choice == 1) ... (by fg109)
|
by JasBeckC
class word in parameters
|
|
[2 replies] Last: It is optional in C++, as it is a carry-over from C - C++ treats the ... (by LB)
|
by Innocitto
Error in the .h
|
|
[1 reply] : "an error"? Should we say: "an answer" to match the level of detail? ... (by keskiverto)
|
by JasBeckC
Singleton Design Pattern QUestion
|
|
[3 replies] Last: Hey great! thank you all for the accurate answers!! (by JasBeckC)
|
by etrusks
overloading operator<< for ofstream
|
|
[5 replies] Last: Thanks for answers guys :) I checked this version of code out and now ... (by etrusks)
|
Zork-esque game : Am I using if() correctly? |
|
[4 replies] Last: Thank you sir. I appreciate it. (by supasonicsquid)
|
by JayRock619
A Lil point of sales
|
|
[3 replies] Last: I don't see any code to input the purchase. - add code after line 25 t... (by dhayden)
|
cannot open file /libgcc/unwind-sjlj.c |
|
[2 replies] Last: Thanks tipaye, those two changes fixed it. The ' candidate = back_va... (by jeremiahwuzza)
|
Do they yield the same result or different? |
|
[3 replies] Last: The comma operator is a special operator in C++ that evaluates all arg... (by LB)
|
by dirtymind
Matching Arrays Problem Help me please!
|
|
[3 replies] Last: thanks for answering! It's been extremely helpful! =) (by dirtymind)
|
by SoConfused
Connecting Array with Date
|
|
[2 replies] Last: if (minIndex != i) { tmp = water .rain; water = water ; ... (by tipaye)
|
by vixdew
Trouble with dynamic arrays, structures and functions
|
|
[2 replies] Last: addFriend() is leaking memory like crazy. You're storing objects of pe... (by tipaye)
|
by etrusks
vector without name ==> vector<double>(24,-7777)
|
|
[4 replies] Last: WOW, these answers were great. Thanks you guys very much, now everythi... (by etrusks)
|
by Bogeyman
Read character to int without crashing (1,2)
|
|
[21 replies] Last: That makes sense now, thanks. (by Bogeyman)
|
by shahd95
HELPP plz! program that prints the cost of a call.
|
|
[6 replies] Last: In C Simple and Neat :) #include <stdio.h> #include <conio.h> int ma... (by Subscriber360)
|
Difference between pressing space and enter while giving input |
|
[2 replies] Last: Thanks LB! (by Knightrider29)
|
by JB5056
Is this an example of c or c++
|
|
[10 replies] Last: #include <iostream> #include <cctype> char translate( char c ) { ... (by JLBorges)
|
by Sym8
checkout program issue
|
|
[16 replies] Last: ok thanks for all your help :) (by Sym8)
|
by blitzz05
Question
|
|
[1 reply] : The if statement should be inside the for loop, not the other way arou... (by LB)
|