by seanybarra
hit enter as an answer
|
|
[11 replies] Last: @ i like red pandas There was nothing wrong with your answer -- you s... (by Duthomhas)
|
by fahmankhan75
String Subsript Error
|
|
[5 replies] Last: Boras, thank you for the code you provided. I will definately look at ... (by fahmankhan75)
|
by Cmd
Can some on help me ):
|
|
[6 replies] Last: The for loop should be from x up to and including y. Thus, totalEven w... (by i like red pandas)
|
by anon101
Point of sale system
|
|
[no replies]
|
by Drake68439
Error LNK2019 (cant find the missing Link)
|
|
[3 replies] Last: congrats you found the missing link ;) (by coder777)
|
by jstew07
Help! Program terminating early :(
|
|
[6 replies] Last: Hmm...that didn't seem to do anything, but thank you for the suggestio... (by jstew07)
|
Bubble Sort function |
|
[2 replies] Last: Thats what I cant try to figure out I cant translate can you please he... (by closed account G60iz8AR)
|
by dhull01
Help determining output
|
|
[1 reply] : You are calling mf(ma , &ma , &ma ), hope you have noticed the order o... (by cityhunter)
|
by metulburr
program structure using a makefile
|
|
[1 reply] : i think i migfht of found the answer with VPATH in my makefile SRC_PA... (by metulburr)
|
by q1670741824
how to use user-defined namespaces in another file?
|
|
[4 replies] Last: In your namespace you only declare variables. You cannot give them a v... (by Mats)
|
by BDD
client /server
|
|
[1 reply] : These are the only ones i know of http://www.cplusplus.com/reference/i... (by Yanson)
|
by density
Is there a way to exit an 'if' statement on condidtion?
|
|
[3 replies] Last: you can not do : if(j == 10) { // nothing } else { //code... } ... (by density)
|
by Kamman
Else without previous if error
|
|
[2 replies] Last: Tanks Chervil! That indeed fixed the problem. im actually going to use... (by Kamman)
|
by Solicio
Reading int's from bin file.
|
|
[3 replies] Last: Alright i got it to work, instead of having the .bin file in the .exe ... (by Solicio)
|
by AnaMota
Help with reference "&"
|
|
[3 replies] Last: i'm assuming you know about funtions int multiply(int a, int b) { ... (by Cronnoc)
|
Which header file to use |
|
[3 replies] Last: is it sad that the only thing i looked at was if the pi decimals were ... (by Cronnoc)
|
by LearningMan
Distance from Numbers
|
|
[1 reply] : You use loops for that. Google "for loop". (by MatthewRock)
|
by flozsks
reading data into 2d array
|
|
[1 reply] : What you have looks correct to me you could do this cout<<"Enter row... (by Yanson)
|
loop counting |
|
[6 replies] Last: oh man your're a life saver! Thank you! (by GnarlyMartian)
|
by noobie09
Organizing my output
|
|
[1 reply] : #include <string> #include <iostream> #include <iomanip> #include <fs... (by Yanson)
|