Search:

Type: Posts; User: Budgiekarl

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,470

    I do that and I get 27 errors:...

    I do that and I get 27 errors:
    C:\Programs\CKProg\main.cpp(9) : error C2501: 'INT_PTR' : missing decl-specifiers
    C:\Programs\CKProg\main.cpp(9) : error C2239: unexpected token '__stdcall' following...
  2. Replies
    4
    Views
    2,470

    First real WinAPI program...

    Recently I've been working on a Click and Create extention and the ease of useing dialogs struck me, so as a side project I started "CK-Prog" for lack of the better name at the time, I planned it to...
  3. Replies
    9
    Views
    1,430

    I got theres Warnings: ...

    I got theres Warnings:

    D:\Dev-Cpp\getintChar\GUI\getintchar.c(53) : warning C4047: 'function' : 'long ' differs in levels of indirection from 'char [32]'...
  4. Replies
    9
    Views
    1,430

    thx very much! I'll add that thingy on my sig.. ...

    thx very much! I'll add that thingy on my sig..

    I'll NEVER thought about useing sprintf! I knew of it I'll just never thought of useing a char array as a buffer for it and useing sprintf for...
  5. Replies
    9
    Views
    1,430

    agh the help you gave didn't really help me...can...

    agh the help you gave didn't really help me...can you use real variables that are from the example above? and do it in C?

    if need be you can copy the entire part then edit the stuff... I want to...
  6. Replies
    9
    Views
    1,430

    how come all answers are in C++...? I guess I'll...

    how come all answers are in C++...? I guess I'll have to switch to C++ then to have this work...
  7. Replies
    9
    Views
    1,430

    'getintchar' Project

    I've made this program that shows the ACSII value and the character, heres a pic from the DOS version:

    http://subsoap.com/ck/getintchar.PNG
    NOTE: thats the old version that shows the line feed...
  8. Replies
    11
    Views
    22,407

    Is binary HEX?

    My friend thinks so, sence he opened all of his .exe's with a hex editor in binary mode and then he said "Everythings in HEX dolt, no isn't such this as binary! It's all HEX! Your computer is made...
  9. Replies
    21
    Views
    74,296

    Oh darrn here comes some stupid C humor... ...

    Oh darrn here comes some stupid C humor...


    if(java==crap){
    printf("Java is crap!");
    donotuse(java);
    }
  10. Replies
    1
    Views
    2,546

    Did you know...

    Did you know M$ messed up on VC++? Yep, according to one of my friends; "The name Visual C++ thats M$'s way of saying EVERYTHING is drag and drop 'cept some code! Therefore, they messed up badly."
    ...
  11. THX :) Where are some good tutorials on the...

    THX :)

    Where are some good tutorials on the curses libary? (for later use of curses)
  12. I'm useing Linux to program on and I'm going to...

    I'm useing Linux to program on and I'm going to port it to another OS. How do that in Linux?
  13. useing the 'function'(F1, F2.. F12 you know) keys..

    How do you check if one of the Function keys have been pressed? Do they produce a character so I can use scanf or some other function to get it into a char variable to see if it's been pressed?...
  14. Replies
    3
    Views
    2,321

    I'm making it for a DOS-like OS (it might grow up...

    I'm making it for a DOS-like OS (it might grow up to being gfx API's), and it's not useing COM.

    And I'm asking these questions becuz' I needed to know how to program the file I/O. And Salem...
  15. Replies
    3
    Views
    2,321

    Help! Need to write a 'notepad' program..

    I'm working on NFinity a indepent OS with someone else doing the ASM part, right now my task is to write a notepad-like (in a terminal) program.

    Firstly, I need to know if you can put variables...
  16. Replies
    8
    Views
    1,667

    heres the code now: #include ...

    heres the code now:



    #include <stdio.h>
    #include <stdlib.h>

    #define TURE 1
    #define FALSE 0
  17. Replies
    8
    Views
    1,667

    How do I make a char switch case?

    I'm making "Basic OS", but it really starts from DOS, XD oh well anyway...

    I want it to get your input after the ">>> ", right now I want to start off starting the 'exit' command, how do I make a...
  18. Replies
    20
    Views
    5,279

    Poll: How many people use Linux as their OS??

    How many people use Linux as their OS to program on? And does Linux suck? May friend says it sucks, only becuz' he has been useing windows all his life.
  19. Replies
    5
    Views
    2,215

    Whats up with .NET stuff???

    Whats VB and VS .NET?? :confused: What do they do?! They're replaceing VB and I don't know what they are!!
  20. Replies
    9
    Views
    2,254

    I'm on my linux mechine right now and I checked...

    I'm on my linux mechine right now and I checked the shell and typed in 'whereis gcc' and it came up with 'gcc: /usr/bin/gcc /usr/share/man/man1/gcc.1.gz' now how do I compile?
  21. Replies
    9
    Views
    2,254

    Wheres a good linux C compiler?

    Wheres a good linux C compiler? My dad is giveing me a computer with linux(Knoppix) on it for me to program, and now I need a compiler so I can continue programing!

    THX
  22. Replies
    1
    Views
    962

    Need help with Project

    My sister want me to program a program to keep a inventory of her craft supplies, and she want me to have it so she can save her invertory, saveing in it's self is going to be a bear!

    I'm going to...
  23. Replies
    1
    Views
    1,148

    "Karl's *ARGV[] Example" by Karl

    This for people who want to know what to do with 'int main(int argc, char *argv[])', I'm open to suggustions or corrections.

    THX ;)

    So here it is!



    //////////////////////////////
    // ...
  24. Replies
    2
    Views
    963

    Need a compiler...

    Need a compiler that will work on Windows 95, does anyone know where I can get one?:confused:
  25. I got this error: Line 7,...

    I got this error:

    Line 7, *:\***l\Dev-Cpp\***\main.c, invalid initializer :\
Results 1 to 25 of 42
Page 1 of 2 1 2