by etrusks
implementation of int64_t
|
|
[7 replies] Last: GCC already supports 128-bit integers (see __int128). It requires hard... (by NoXzema)
|
Point Location |
|
[2 replies] Last: Many, many thanks!! I understand now, I'm trying to get used to the ... (by Roxanne Sofia)
|
Snake Game |
|
[2 replies] Last: So it would seem? I had a friend in my class working with me in writin... (by RogueHunter1913)
|
by elaleph
ncurses beep don't work
|
|
[9 replies] Last: @helios EDIT: Try surrounding the #include with extern "C" { } Are y... (by elaleph)
|
by Billyin4C
Close but no cigar! lil help!!
|
|
[10 replies] Last: Alas! Thank you for your help Learning is Fun (by Billyin4C)
|
by redbull1996
Linear Searech
|
|
[4 replies] Last: Thanks now it is working ! And sorry I forgot to format the code. (by redbull1996)
|
by anuasya
How do I solve this error???
|
|
[5 replies] Last: Ty... :) It is working now Actually I dint notice tht i had declared i... (by anuasya)
|
by pdp
Arrays and Functions
|
|
[4 replies] Last: Thank you - so would you say this is not the correct way to go about i... (by pdp)
|
by zemnieks
Natural number factors that are some other natural numbers squared.
|
|
[3 replies] Last: Yeah something like that. (by Stalker)
|
by etrusks
operator++(int) and --(int) for my class INT
|
|
[2 replies] Last: Tnx you man! :) (by etrusks)
|
Need help with 2D array and pointer |
|
[1 reply] : See if this helps - http://stackoverflow.com/questions/8617466/a-point... (by TarikNeaj)
|
by zemnieks
Program that turns decimal base to any base from 2 to 16
|
|
[2 replies] Last: I have never used this function, but I could look into it. Thank you! (by zemnieks)
|
by ramanxcoke
Number Guessing Game not Working for Negative Numbers
|
|
[3 replies] Last: Also I should mention that I never had the problem you described, It w... (by TarikNeaj)
|
by Maxy
Range-based for loop
|
|
[1 reply] : This video explains it well - https://www.youtube.com/watch?v=kU-M2L0J... (by TarikNeaj)
|
by jDurks619
Need help with commas in calc program
|
|
[4 replies] Last: How about this? https://ideone.com/3N8PvS #include <iostream> #incl... (by integralfx)
|
by g3n0m3
crossword algoritm
|
|
[1 reply] : Does it work ? (by SamuelAdams)
|
by killerelite
Need Help WIth my Sudoku Code
|
|
[4 replies] Last: Whats wrong is that it isnt solving the sudoku fully . Have a look ... (by TheIdeasMan)
|
by gutty333
Problem with rand()
|
|
[4 replies] Last: thank you will most definitely take a look (by gutty333)
|
by Thomas93
Run time error?
|
|
[4 replies] Last: Thanks - ended up realising confused myself with my double variable an... (by Thomas93)
|
by zemnieks
C++ tasks
|
|
[1 reply] : These are not beginner level assignments. Surely you can at least sta... (by cnoeval)
|