by IIGabrielII
I don't know what's wrong with my code
|
|
[3 replies] Last: @IIGabrielII, this is how the program can look like with functions and... (by longberns)
|
Program wont function |
|
[3 replies] Last: I came to terms that "return 0;" was 100% useless, I managed to fix th... (by StartUpReboot)
|
by kam975
need help with a kinematics calculator. if & else statements
|
|
[2 replies] Last: holy cow i feel really dumb thanks! (by kam975)
|
by barracuda
Useful Programs
|
|
[10 replies] Last: Cool! This looks like C though. Not even a single C++ header include... (by icy1)
|
by Jblakeley01
Stumpped.. Need help
|
|
[7 replies] Last: Stuff like this I usually map out in a scripting language of choice. ... (by icy1)
|
by Toasthat
Class compile-time error "C++ forbids declaration of Class with no type"
|
|
[7 replies] Last: @Toasthat, EDIT: Wrapping acceleration / breaking in a while loop . ... (by longberns)
|
by Moobman
Program not running after log-in / censoring password
|
|
[1 reply] : Hello Moobman, Although I do not recommend using "conio.h", as it is ... (by Handy Andy)
|
by thoman
Need help with code
|
|
[1 reply] : First of all, you do learn much better, when you do your homework your... (by keskiverto)
|
by Arkwright
Why would my programme work only if I put in a "dummy line"?
|
|
[5 replies] Last: You're welcome - hope it helped! (by MikeyBoy)
|
by chuvak
Displaying a .dat file through commandline argument
|
|
[2 replies] Last: Here is the original workshop https://scs.senecac.on.ca/~oop345/pages... (by chuvak)
|
by jollyholly11
Getting the memory error of c++ exception of char at memory location
|
|
[3 replies] Last: I guessed at some headers and input file just to run your code. It see... (by lastchance)
|
by bedmylle
simple input program issue
|
|
[11 replies] Last: Hello Danny, Yes I did. I do not use scientific notation very often, ... (by Handy Andy)
|
by bailout84
bmr calculator
|
|
[1 reply] : Your while condition while (bmr_Again == 'Y' || 'y'); is wrong. Sho... (by Thomas1965)
|
Value not coming out correctly in .txt file |
|
[1 reply] : I fixed your program. I also made it a bit cleaner. I took all of your... (by TheToaster)
|
by TheToaster
Better Way to Write this Code?
|
|
[3 replies] Last: > "a" would be the first element, incrementing the pointer by N-1 retu... (by JLBorges)
|
by Harsha200
anybody have done edx computer graphics 167x course homework 2?
|
|
[1 reply] : This is not the place to ask these kinds of questions. Nobody is going... (by TheToaster)
|
by TheToaster
Confused about binding rvalue to copy ctor
|
|
[1 reply] : Can someone give a code example of when an rvalue can be bound to a c... (by Peter87)
|
by ghost1111
iterator and algorithm
|
|
[1 reply] : Write the captures inside the of the lambda. [&os] - captures os... (by Peter87)
|
by marcb
Calculating max combinations you can buy given a certain amount of money
|
|
[9 replies] Last: Exactly what I was trying to say about getting them to a common term. ... (by jonnin)
|
by Banana4scale
Input error help
|
|
[1 reply] : Line 53 should be: cin >> myCookies.cookiesToMake; and not: cin >> ... (by chicofeo)
|