by crreedjr
Newbie needs help! Game code for Map Game stuck...loop will not loop as intended
|
|
[1 reply] : if(space == 1||4) // this is incorrect if(space == 1 || space == 4) ... (by Texan40)
|
by Evanjames
Encrypt/Decrypt string
|
|
[1 reply] : I can't really tell how you want to encrypt the characters? You have ... (by Texan40)
|
by Anshul12
c++ program for stick game
|
|
[2 replies] Last: You could just start by writing a program and don't factor in the pr... (by mutexe)
|
by itsallpoison
little explanation needed
|
|
[3 replies] Last: Thank you guys. Really appreciate it. (by itsallpoison)
|
by cshingk
how to add node in between in a linked list
|
|
[8 replies] Last: @cshingk I am assuming you are showing a list of First names, not L... (by koothkeeper)
|
by ericzx77
How to create a pointer to a vector/array in a class member function?
|
|
[3 replies] Last: then you could return a vector of vectors back I guess? Or encapsulate... (by mutexe)
|
by kibocha
Function to convert given number of seconds to day,time year since 1/1/2008
|
|
[1 reply] : First you need to write a function to calculate if a given year is lea... (by mutexe)
|
Outputting route from SF-NYC |
|
[10 replies] Last: That worked! You are amazing, thanks a lot! (by lordhalomaster)
|
by Niscuit
Coding a Simple Game
|
|
[3 replies] Last: Ye lol you put the data type "int" in your first if statement. Delete ... (by Momothegreat)
|
by chmstry
Recursion on Linear Linked Lists
|
|
[3 replies] Last: Thank you so much, cire! I've been mulling over this problem for a few... (by chmstry)
|
by eddyeddyd
please help with small practice program
|
|
[1 reply] : I tried running the code and the sort() function is an infinite loop. ... (by Twk Amz)
|
by valerio92
Vector attribute of a class containing vector attributes
|
|
[2 replies] Last: Thanks for the hints ne555! But I've found the errors and resolved! I ... (by valerio92)
|
by Debn
Maze game help
|
|
[3 replies] Last: Welcome :) (by Codermik)
|
by Ceset
Interprocess Communication Through Pipes
|
|
[5 replies] Last: Temaran adviced to try some other methods. But just out of curiosity ... (by Ceset)
|
Why 'cin' takes more characters when not used in loop |
|
[2 replies] Last: Well, strictly speaking it's more the case that you should not read in... (by andywestken)
|
by Osej Alhasad
Align a matrix with decimals and negative numbers.
|
|
[6 replies] Last: Don't bother. I've just figured out how to do it. It turns out, I just... (by Osej Alhasad)
|
Anyone can help me to sort this code alphabetically ? |
|
[2 replies] Last: you could use a STL-container like std::vector to store the names and ... (by Gamer2015)
|
Why my compiler skip a cin??? |
|
[1 reply] : To answer this question, we really need: 1. to see the relevant code ... (by andywestken)
|
by pacman169
Clarification on random numbers
|
|
[13 replies] Last: Haha never heard of FreeBSD ... I can`t read fully the source, but th... (by pacman169)
|
by Alimoj
Problem with static varibale and default constructor defnied in polymorphic class
|
|
[5 replies] Last: While, Thank you for your reply. (by Alimoj)
|