
please wait
by stonedviper
Why do some users find it degrading when posting in the beginners?
|
Hello! As the title says I want to know why? I mean a friend of mine who has a lot more experience in programming than me is registered in this site and sai... |
Nov 29, 2017 at 4:40am
[8 replies] Last: Haven't checked in since last time.Didn't expect a lot of answers but ... (by stonedviper)
|
by ghost00989
ansewr to question
|
float |
Nov 25, 2017 at 8:11pm
[4 replies] Last: What are you trying to do? You shouldn't be trying to mix pointers of ... (by Ganado)
|
by Thomas1965
C++17 upgrades you should be using in your code
|
Take a look at Julian’s Mastering C++ Templates learning path, for more on getting the most out of new features in both the language and the Standard Library.... |
Nov 24, 2017 at 2:57pm
[12 replies] Last: Ah, I misunderstood. I thought you were proposing using std::random_de... (by helios)
|
by ndrewxie
Legal advice on custom license
|
Hello, I created a custom license called the Neo-MIT-License (basically the MIT license with a couple of differences). The website link is https://ndrewxie.git... |
Nov 19, 2017 at 4:05pm
[3 replies] Last: [quote=ndrewxie]Could anybody please give me some pointers or referenc... (by closed account E0p9LyTq)
|
help needed with a confidential program |
How do i ask for help for a program that i cannot disclose here as i am afraid that my lazy clasmates will just copy it.Its really huge(130 lines) but very easy... |
Nov 18, 2017 at 2:42am
[3 replies] Last: How do i ask for help ... for this, and in general all instances, ... (by gunnerfunner)
|
by tupas1998
Java TextArea and ScrollPane
|
The ScrollPane overlaps the TextArea package ProjSuperMarket.objectClass; import java.awt.Color; import javax.swing.JPanel; import javax.swing.JTex... |
Nov 16, 2017 at 7:57am
[2 replies] Last: Please use code tags, it's hard to read it if you just plaster it with... (by Golden Lizard)
|
getpass on windows |
i need getpass function for masking password in code::blocks but it uses ncurses library. Can anyone give me ncurses library for windows. If it is not availabl... |
Nov 13, 2017 at 11:58am
[1 reply] : http://www.cplusplus.com/forum/general/75406/#CH_i404491 (by Thomas1965)
|
by stav
are shell commands separate programs?
|
So i've been learning about shells and i was wondering: in dos (and whatever the shell in linux is called) are the commands (cd, makedir, del, pwd, etc) actual... |
Nov 9, 2017 at 8:32pm
[1 reply] : Run where <command> . If the tool reports "INFO: Could not find files... (by helios)
|
by elohssa
Longest possible variable declaration?
|
Can any one beat const static volatile unsigned long long int x = 0; No long variable names. |
Nov 9, 2017 at 11:31am
[10 replies] Last: unsigned long long int *********************************************... (by Golden Lizard)
|
by joe god
Shouldn't cstring and string.h have separate pages?
|
I couldn't find cstring methods on that page. Seems misleading since strlen() does not work with cstring, one must use x.length() instead. |
Nov 8, 2017 at 12:16am
[2 replies] Last: Oh, yes. I see now. My mistake was just that, using <cstring> think... (by joe god)
|
Past posts |
how do you delete old posts that you made in the past few weeks? is there a way to do that? |
Nov 6, 2017 at 6:58pm
[2 replies] Last: I'll repeat what I posted on one of your threads: Please DON'T delete... (by MikeyBoy)
|
by helios
Just a little project I've been working on
|
https://github.com/Helios-vmg/cppred/ It's a complete reimplementation in C++ of Pokemon gen. 1 (the original was written in Assembly). Currently only the open... |
Nov 6, 2017 at 2:36am
[4 replies] Last: Let's continue this in a PM. (by helios)
|
by Duthomhas
Most disliked programming languages
|
Blog at SO https://stackoverflow.blog/2017/10/31/disliked-programming-languages/?cb=1 |
Nov 3, 2017 at 10:11am
[1 reply] : Seems to be answered by Javascript developers who occasionally use bas... (by kbw)
|
future advice |
Ok people i am still in school(last year) and i am planning on going to gaming industry after college but the thing is i am not sure i am getting a top tier col... |
Nov 2, 2017 at 11:42pm
[10 replies] Last: But it doesn't exist yet. There's active research on the topic that sh... (by helios)
|
by Sammiiee77
Help with math tutor
|
hey guys I'm writing a math tutor program and i need it to keep track of the number of correct scores as well as number tries and i also want to have 5 answer o... |
Nov 2, 2017 at 1:17am
[no replies]
|
by knowclue
and
|
I will have to do some research to give you a good example of the hash table portion, but assuming mod means the modulus operator then mode71 is not much differ... |
Nov 1, 2017 at 10:46pm
[6 replies] Last: Here is what I have: x mod 10: 0 1 ->[ 4371] 2 3 -> -> 4 5 6 7 8 9 ... (by closed account Sz6592yv)
|