Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for infernojmd

Im trying to use session variables to save the puzzle key, and than open a new file that prints it out, but it gives me Notice: Undefined index: puzzleName in C:\Apache2.2\htdocs\users\jmdrenning0\wordfind\wordfindkey2.php on line 13 i have no idea what it means, any help please. wordfind.php [CODE] function printPuzzle(){ //print puzzle …

Member Avatar for infernojmd
0
142
Member Avatar for infernojmd

okay so i am doing a program that lets you type a name of a friend in and submit and it will display a picture of that friend but my output wont show the picture, it will have some type of error. if you look at the picture attached that's …

Member Avatar for Atli
0
102
Member Avatar for infernojmd

so my project is a text editor and i am trying to make an open button and save. my code only opens the last part of the file it read. i was wondering if someone good help me or give any tips. thanks [ICODE] Private Sub OpenToolStripMenuItem_Click(ByVal sender As Object, …

Member Avatar for Teme64
0
98
Member Avatar for infernojmd

so im making the project and there is two pictures one that shows a light bulb on and the other is off. ur suppose to be able to type ur name in a text box and it will display turn on the light, what u type and turn off the …

Member Avatar for kapil2500
0
210
Member Avatar for infernojmd

ok so my compiler is doing something weird, for this like of code it is thinking the \d is a command like \n but that is a cstring, and it uses each char to decode a message to Attack at dawn!, but comes out missing the c, any hits or …

Member Avatar for stephen84s
0
111
Member Avatar for infernojmd

so im making the project and there is two pictures one that shows a light bulb on and the other is off. ur suppose to be able to type ur name in a text box and it will display turn on the light, what u type and turn off the …

Member Avatar for Teme64
0
1K
Member Avatar for infernojmd

Im trying to put a while loop in here and when i do i get tons of errors. but when i run it with out the while loop it works. this program inputs the first and last name and puts it as last, first. and uses strings for that and …

Member Avatar for Ancient Dragon
0
106
Member Avatar for infernojmd

my out put file comes out like 0105000011500970099001120011600108001 and so on for a while. any one help me figure out wat is wrong with my code. oh yea and what is in the input file is it-is a-CaPital Mistake tO-theorize Before-one has DatA123. [CODE=cplusplus] #include <iostream> #include <iomanip> #include <fstream> …

Member Avatar for Ancient Dragon
0
120
Member Avatar for infernojmd

i wanna know how to set an certain number with commas, for instance if i had this [CODE] #include <iostream> #include <iomanip> using namespace std; int main() { int numItems; double total; const double costOfItems = 1050; cout << "enter number of items "; cin >> numItems; total = costOfItems …

Member Avatar for Lerner
0
103
Member Avatar for infernojmd

so i been using i/o streams and i understand how to open, check to see if file fails and close files but i cannot understand how to change it to something new i g2 do these, Change dashes to spaces. Change all characters to lowercase. Change digits to * (asterisks). …

Member Avatar for Ancient Dragon
0
95
Member Avatar for infernojmd

my output keeps putting out monday for everything need help with this, kinda confused on what im dooing [CODE]#include <iostream> #include <iomanip> using namespace std; void displayTitle(); int getMonth(int month); int getDay(int day); int getYear(int year); int CalcDayofWeek(int month, int day, int year); void displayDay(int G); int main() { //declare …

Member Avatar for vmanes
0
96
Member Avatar for infernojmd

fatal error C1075: end of file found before the left brace '{' at '.\project4.cpp(75)' was matched i am getting an fatal error and dont understand how to fix it, most help is appreciated [CODE] #include <iostream> #include <iomanip> using namespace std; void displayTitle(); int getMonth(int month); int getDay(int day); int …

Member Avatar for sarehu
0
86
Member Avatar for infernojmd

Write a program that accepts the number of people in each of the three age categories, performs the necessary computations, and displays a bill for the group's admission similar to the display below. Be sure to test for a variety of values. Here is a sample display after three values …

Member Avatar for infernojmd
0
119