by Gohmer
Arrays multiples
|
|
[no replies]
|
by azzclown
c char* to int(with 0)
|
|
[1 reply] : Got it. As soon as i changed my google search from "char to int c" to ... (by azzclown)
|
by Damax01
Help needed for Basic Calculator
|
|
[4 replies] Last: The way you check whether you should continue or not is wrong: if (z ... (by TheHardew)
|
by Flampard
Overloading operators
|
|
[2 replies] Last: That is not "canonical" op+. It is more natural to have op+ as a non-... (by keskiverto)
|
by Lee125
Function not working.
|
|
[2 replies] Last: You didn't pass it any argument. When you declare it as: function(int... (by TheHardew)
|
by ProGrammar
Implementing a menu class: is it possible and how do I do it?
|
|
[2 replies] Last: You cannot declare functions in other functions, only in global scope,... (by TheHardew)
|
by Lee125
Private and public.
|
|
[2 replies] Last: Encapsulation. You put money into your wallet. You go to shop. You ... (by keskiverto)
|
by progbegin
Code stops when calculating change using functions
|
|
[1 reply] : Please use code tags when posting code. Next you should be getting se... (by jlb)
|
by Dlazyguy
Recursive issue
|
|
[10 replies] Last: ohhhhh, my bad......Just trying something alittle different.......I l... (by ZeroSploit)
|
by seema96
declaring strlen
|
|
[3 replies] Last: @abstractionanon oh i forgot the c in the header, and thanks. @jlb my... (by seema96)
|
by Lee125
Different between class,header,source,template?
|
|
[1 reply] : Did some googling and found a few definitions. Class Classes are a... (by CLman94)
|
by jack1414
Bigint Mulitplication
|
|
[no replies]
|
by darkkanker
sum of the numbers
|
|
[3 replies] Last: #include<iostream> // #include<string> using namespace std; int main(... (by ZeroSploit)
|
by Lee125
Class
|
|
[5 replies] Last: This error message. 'class box' has no member named 'removeItem' box.c... (by Lee125)
|
by Ray Soy
Switch not execute commands(&& crosses initialization)
|
|
[6 replies] Last: 1)Why my code don't have "a decente identation style"? O.o I leave bac... (by Ray Soy)
|
by ZeroSploit
Creating a BlackJack game.....
|
|
[12 replies] Last: @whitenite My lecture said we were going to write a game in c++ but i... (by Styles Kelvin)
|
by Gi Pa
Local vector
|
|
[3 replies] Last: You haven't finished all of the assignment yet, so I'm not sure what y... (by LB)
|
by steven99
ordered doubly linked list
|
|
[3 replies] Last: I don't think that you're understanding what I'm saying. node *K; ... (by fg109)
|
by jackiettw
[UPDATED] Logical error happened.
|
|
[2 replies] Last: @whitenite1 Thank you so much Mr. White. Main problem fixed. I will t... (by jackiettw)
|
by enemy
Online exampel not working- tempalte function
|
|
[1 reply] : main should always return type int. (by AbstractionAnon)
|