Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for Kennych

I need help making this mysql trigger. I'm creating this student enrollment project and the trigger I need needs to check that there is no course schedule conflicts when a student enrolls in course. Everytime a student enrolls in a class a row is added to the courses database. I …

0
98
Member Avatar for Kennych

Not sure why I'm getting this but I get an space when there is an incorrect login to my webpage. [url]www.redargon.com/temp.php[/url] My two classes [url]http://pastebin.com/841ZzhcP[/url] <---login page aka temp.php [url]http://pastebin.com/jUhw1Vqp[/url] <---class login (contains all methods) Any help here would be great.

0
61
Member Avatar for Kennych

~I need to do the following ~ Take Input from number assign it to variable maxNumber ~ Create variable called randomN and assign a random number from 0-maxNumber to randomN -C++ Please need help thank you.

Member Avatar for Ancient Dragon
0
59
Member Avatar for Kennych

Essentially what I'm trying do with nested statements is that when I enter the the second switch stament and when I exit the second switch statement it goes back to the first switch statement menu. Currently the current code exits the entire program after the second switch exits, which of …

Member Avatar for jonsca
0
853
Member Avatar for Kennych

Example of what im trying to do: [U]Definition: test.txt[/U] Apples //line1 Coke //line2 Money/line3 [CODE] #include <fstream> using namespace std; fstream teststream; teststream.open("test.txt"); string line1; string line2; string line3; [/CODE] //I want it so line1 = apples //I wan tit so line2 = coke //I want it so line3 = …

Member Avatar for Ancient Dragon
0
275
Member Avatar for Kennych

Hey can anyone tell me whats wrong with my code? I'm getting a program freeze. [url]http://i47.tinypic.com/wh1ez5.png[/url] I'm doing a binary search tree, BST.CPP [url]http://pastebin.org/57667[/url] Person.CPP [url]http://pastebin.org/57669[/url] TreeNode.CPP [url]http://pastebin.org/57670[/url] Main---Where I call the searchTreeInsert function [url]http://pastebin.org/57674[/url]

Member Avatar for programmersbook
-1
146