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
~545 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ticktoc09

Another noob question here.. Im a frshman programming student and I don't have the best instructor. I've just finish doing a simple inventory system Vb6 + MS Access database. My question is how can I save the database path? because whenever I change computer from Home to School I need …

Member Avatar for hkdani
0
158
Member Avatar for ticktoc09

Hi Im kinda new to VB6 still a FreshMan student. and since there's a couple of weeks break Im kinda thinking getting ahead a bit. We already started some basics but I still want to learn some stuff. I just want to ask you guys. What is the best/Good VB6 …

Member Avatar for debasisdas
0
74
Member Avatar for ticktoc09

Im still noob on C Programming. And I just want to ask can you help me understand this codes. Like share some link about this topic and is there other way on doing it? The output of this is like: When I type HELLO the output will be URYYB (Rot13 …

Member Avatar for syria718
0
115
Member Avatar for ticktoc09

My program is just a simple Quiz game (100% running) w/ 50 questions. My question is do i really need to flowchart all 50 Question? All 50 Questions got the same format. Printf, Input Answer, If,else if statement and so on. I hope you can help me and give me …

Member Avatar for WaltP
0
84
Member Avatar for ticktoc09

Im a noob in C and I got this simple code working.. [CODE]#include <stdio.h> #include <conio.h> #include <string.h> int main () { char str1[20]="burke",str2[20]; printf("Dog's name?:"); scanf("%s",str2); if (strcasecmp(str1, str2)==0){ printf("Gratz you got it",str2); } else{ printf("Wrong Answer!!!"); } getch(); } [/CODE] My problem is what if instead of "burke" …

Member Avatar for navedalam
0
114