
please wait
Decrpt for me |
Encryption Pattern: PlainText>Atom-128>Base-64>Tripo-5>AER-256>MEGAN-35 Tip:Use http://www.crypo.com RZ3ySt/tRYytTIRzSZ3qScesbsesRIJuTIiyRIeVStNuTIeyTdNw... |
May 19, 2013 at 4:32am
[1 reply] : how is this relevant? (by giblit)
|
by RudyN
Array passed to a function
|
Hello, I am trying to write a program that uses an array that's passed to a function. I am really bad with Functions and Arrays. Can I get some helps or tips... |
May 19, 2013 at 3:14am
[2 replies] Last: Oh okay. Thank you. I will look into that. So what i did for now was b... (by RudyN)
|
by dgcharitha
Pease Help Me
|
how to draw a simple triangle using ncurses nested for loops * ** *** **** |
May 19, 2013 at 2:48am
[5 replies] Last: coz no one answer me (by dgcharitha)
|
by fx11
Strange list - how to start?
|
My program should read in the value of n and generate a list the following way: 1<=a1<=a2<=...<=an AND ai<=i, i€{1,...,n}, n€Z+ (n is a positive i... |
May 19, 2013 at 2:23am
[12 replies] Last: > andywestken > Actually, your code can (also) be fixed without an ad... (by JLBorges)
|
by Gabz21924
Add value to beginning of string
|
This is probably a stupid question, but how do you add a value to the beginning of a string (the left) instead of the end? This is for an assignment and I hav... |
May 19, 2013 at 2:07am
[2 replies] Last: http://www.cplusplus.com/forum/general/102476/ :-< (by Duthomhas)
|
by BluesMatt
Codeblocks, Dev C++, or Visual C++ 2010 Express
|
Which one do you recommend for beginners to start with and why? I am taking another crack at learning to code in C. (I've been successful using VB6 in the pa... |
May 19, 2013 at 2:07am
[10 replies] Last: The wiki Code Assassin mentioned has a lot of info on Codeblocks inclu... (by BluesMatt)
|
Why is it skipping the first getline? |
It outputs everything here, except it skips the first call to getline. It calls the second getline. Why is it skipping the first getline? string new... |
May 18, 2013 at 11:12pm
[2 replies] Last: And it worked. Thank you. I've never heard of cin.ignore(); before, so... (by John McFarland)
|
by Lilspree
DVD Collection
|
C++ /* This program will allow the user to keep track of a CD or DVD collection. This can only work exclusively with either CDs or DVDs since some of the dat... |
May 18, 2013 at 10:34pm
[6 replies] Last: Can you post the full working code please Lilspree (by sayless)
|
by MatthewRock
Any reason for prefix in class members?
|
Hello, I'm wondering if there is any reason for using prefix in class member's name. I mean something like this: class Example { //code.... //S... |
May 18, 2013 at 9:56pm
[1 reply] : http://i.imgur.com/YuyNXuD.png It doesn't actually do anything. You s... (by AlitCandle)
|
by Leggonator
EasyVR-Arduino
|
Hello, I need help with this code of an EasyVR program, something is wrong but i dont know what is really my problem, This is my code #if defined(ARDUINO)&... |
May 18, 2013 at 9:23pm
[no replies]
|
by lmsmi1
Detecting an iOS Device?
|
I was wondering how I can detect an iOS Device's iOS version & name (Ex. Connected: iPhone Running iOS 5.1.1 ) and display it on a console window. Do I have to... |
May 18, 2013 at 9:22pm
[2 replies] Last: I think he is asking about dectecting device "plug and play" (example:... (by Nobun)
|
by lwells
DVD Collection using Classes and Vectors
|
I am working on a C++ class assignment creating either a CD or DVD collection program. I copied the assignment below. Right now I am just trying to store the dv... |
May 18, 2013 at 9:18pm
[no replies]
|
by SmOgER
How to read/store two words in one variable?
|
Basically I have a txt with names and usernames. I know that name+username = up to 20 characters. How do I tell compiler to recognize empty space between names ... |
May 18, 2013 at 8:03pm
[5 replies] Last: Do not use c-strings aka char arrays. Use C++ way to manipulate string... (by MiiNiPaa)
|
by jmazorra
while loop kicks me out after first pass
|
Hello everyone: I am new to C++, I wrote this small program for a class assignment so I am looking for guidance. The program is supposed to take the info and... |
May 18, 2013 at 7:32pm
[2 replies] Last: Thank you. I know it was something simple. I learned something new. (by jmazorra)
|
by ace55
problem with my array help please
|
I'm having difficulty implementing the mean/median/max/min. I get the fact that the first in my sorted would be the min, but how would i get the max if its bas... |
May 18, 2013 at 6:49pm
[1 reply] : max: x[?] => x[scoreCount - 1] median: #include <cmath> /*...*/ ... (by MiiNiPaa)
|
by RomeLeader
Loading 2D Array From File w/ Double Pointer
|
Hi there. I've been trying for a while to nail down a loading function for my project. I have other manipulation functions which should work, but the sticking p... |
May 18, 2013 at 6:48pm
[no replies]
|
by Aqeel Abbas
problem in the for loop :(
|
actually i am trying to break down a string of integers into an array of strings of 4 characters....but i am having problem in the loop that is why i can't do i... |
May 18, 2013 at 6:48pm
[2 replies] Last: // project type 2.cpp : Defines the entry point for the console appl... (by Aqeel Abbas)
|
by Leon23
I want to make a Multiple Operator calculator
|
So here's my problem. I want to make a multiple calculator. I mean making something like 3+5=8. Now I want my calculator to be able to manipulate with 8 directl... |
May 18, 2013 at 6:04pm
[3 replies] Last: I can give you some code to look at, if u want. I am learning from pro... (by dhruv90)
|
by Curax
Namespace HELP
|
Hello CPP Community, It's the first time I'm using C++ namespaces and I am having trouble making my main.cpp find the functions... Is there something I'm mis... |
May 18, 2013 at 5:56pm
[3 replies] Last: Yeah, separating the functions definitions from the namespace is bette... (by Curax)
|
by symbit
Set and Get in .cpp/.h not working
|
I'm writing a simple code that, with help from the constructor, sets a string variable and gets it. The only problem is, I haven't found anywhere that would hel... |
May 18, 2013 at 5:53pm
[4 replies] Last: Sorry, I have a bad habit of missing details when reading. :\ I edited... (by Daleth)
|