by chunsae1379
Can dividing a number with 2 result in a remainder other than 0 or 1?
|
|
[9 replies] Last: > Is "implementation-defined" a kindly euphemism for "undefined behavi... (by JLBorges)
|
by numbii
How to print error if number is incorrect?
|
|
[6 replies] Last: > I can't use arrays nor strings in the task, nor if statements I pr... (by JLBorges)
|
by jamespandio
Functions
|
|
[2 replies] Last: the variable d must be type char.the declaration of variable d in your... (by johnniewalker97)
|
by soulworld05
Question and Clarify
|
|
[4 replies] Last: Zeros that are written where otherwise unnecessary are significant. t... (by jonnin)
|
by tdglass1
First time poster "Black Jack" game
|
|
[2 replies] Last: cstdlib, not stdlib.h … this can cause weird compiler errors every ... (by jonnin)
|
by Kreons
Help Make a Working Game of Hearts Program.
|
|
[5 replies] Last: Ill bet :) you need a smart pass function for the pass you need to und... (by jonnin)
|
by Maxster
Only once help
|
|
[1 reply] : I think you want the block of statements after the else statement to b... (by Satan)
|
by Maxster
Program closes after input stuck
|
|
[5 replies] Last: Final code: #include <iostream> #include <string> using namespace st... (by Maxster)
|
by owmn
I need help with this c++ error please
|
|
[4 replies] Last: @salem c Thank you so much! This worked perfectly! (by owmn)
|
by lost110
Printing numbers in array!
|
|
[2 replies] Last: Thanks! Got it! (by lost110)
|
Avoid printig same letters in matrix |
|
[12 replies] Last: #include <iostream> #include <algorithm> #include <string> #include <... (by lastchance)
|
by vysero
Identifying this variable
|
|
[1 reply] : That isn't what inheritance is. std is a namespace, which all standard... (by Ganado)
|
Imaging |
|
[6 replies] Last: line 13 is nonsense to the compiler. borderedImage(PixelGrid,PixelGr... (by jonnin)
|
by MrGoodCookie
Error: ld returned 1 exit status
|
|
[2 replies] Last: oh okay, that was a dumb mistake. The teacher said something about rem... (by MrGoodCookie)
|
by vysero
Scope resolution opperator
|
|
[3 replies] Last: exactly! (by jonnin)
|
by wengwengweng
How to take indefinite function arguments?
|
|
[1 reply] : example shamelessly stolen from the web: #include <stdarg.h> double... (by jonnin)
|
by Stauricus
code produces no output
|
|
[8 replies] Last: right, thanks everybody for the help :) (by Stauricus)
|
by DdavidDLT
I don't get right answer
|
|
[1 reply] : Integers automatically truncate. From the compiler's perspective, (did... (by Browni3141)
|
by ahmedddddddd
complier problem
|
|
[10 replies] Last: I guess you are trying to compile with a c compiler instead of a c++ o... (by ne555)
|
by yat89
Sorting values (const double)
|
|
[2 replies] Last: Thanks for your help.. (by yat89)
|